27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"name" : "php-extended/php-system",
|
|
"description" : "A generic way to find informations about the running system",
|
|
"type" : "library",
|
|
"homepage" : "https://github.com/php-extended/php-system",
|
|
"license" : "MIT",
|
|
"authors" : [{
|
|
"name" : "Anastaszor",
|
|
"role" : "Developer"
|
|
}
|
|
],
|
|
"support" : {
|
|
"issues" : "https://github.com/php-extended/php-system/issues",
|
|
"source" : "https://github.com/php-extended/php-system"
|
|
},
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"PhpExtended\\System\\" : "src/"
|
|
}
|
|
},
|
|
"keywords" : [
|
|
"php",
|
|
"system",
|
|
"os",
|
|
"operating system"
|
|
]
|
|
} |