Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
2770 rexy 1
{
2
    "name": "phpsysinfo/phpsysinfo",
3
    "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.",
4
    "license": "GPL-2.0-or-later",
5
    "homepage": "http://phpsysinfo.github.io/phpsysinfo/",
6
    "require": {
7
        "php": ">=5.1.3",
8
        "ext-simplexml": "*",
9
        "ext-pcre": "*",
10
        "ext-xml": "*",
11
        "ext-dom": "*"
12
    },
13
    "suggest": {
14
        "ext-mbstring": "Required for *nix non UTF-8 systems",
15
        "ext-com_dotnet": "Required for Windows environments",
16
        "ext-xsl": "Required for static mode",
17
        "ext-json": "Required for bootstrap mode"
18
    }
19
}