php-tail 추가
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name" : "php-extended/php-tail",
|
||||
"description" : "A smart way to tail files depending of the environment",
|
||||
"type" : "library",
|
||||
"license" : "MIT",
|
||||
"authors" : [{
|
||||
"name" : "Anastaszor",
|
||||
"role" : "Developer"
|
||||
}
|
||||
],
|
||||
"support" : {
|
||||
"issues" : "https://github.com/php-extended/php-tail/issues",
|
||||
"source" : "https://github.com/php-extended/php-tail"
|
||||
},
|
||||
"keywords" : [
|
||||
"php",
|
||||
"tail",
|
||||
"naive",
|
||||
"cheat",
|
||||
"mighty"
|
||||
],
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"PhpExtended\\Tail\\" : "src/"
|
||||
}
|
||||
},
|
||||
"homepage" : "https://github.com/php-extended/php-tail",
|
||||
"require" : {
|
||||
"php-extended/php-system" : "^1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user