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

31 lines
624 B
JSON

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