Files
core/vendor/php-extended/php-system/composer.json
T
2018-04-01 18:44:45 +09:00

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"
]
}