initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
18
root/opt/phpsysinfo/composer.json
Normal file
18
root/opt/phpsysinfo/composer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "phpsysinfo/phpsysinfo",
|
||||
"description": "phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.",
|
||||
"license": "GPL",
|
||||
"homepage": "http://phpsysinfo.github.io/phpsysinfo/",
|
||||
"require": {
|
||||
"php": ">=5.2.0",
|
||||
"ext-simplexml": "*",
|
||||
"ext-pcre": "*",
|
||||
"ext-xml": "*",
|
||||
"ext-dom": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mbstring": "Required for *nix non UTF-8 systems",
|
||||
"ext-com_dotnet": "Required for Windows environments",
|
||||
"ext-xsl": "Required for static mode"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user