php-tail 추가
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user