31 lines
624 B
JSON
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://gitlab.com/php-extended/php-tail/issues",
|
|
"source" : "https://gitlab.com/php-extended/php-tail"
|
|
},
|
|
"keywords" : [
|
|
"php",
|
|
"tail",
|
|
"naive",
|
|
"cheat",
|
|
"mighty"
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"PhpExtended\\Tail\\" : "src/"
|
|
}
|
|
},
|
|
"homepage" : "https://gitlab.com/php-extended/php-tail",
|
|
"require" : {
|
|
"php-extended/php-system" : "^1.2"
|
|
}
|
|
} |