{
"name": "josantonius/file",
"version": "1.1.4",
"type": "library",
"description": "PHP library for file management.",
"keywords": [
"File",
"Search words in file",
"File handler",
"Strings",
"HHVM",
"PHP"
],
"license": "MIT",
"authors": [
{
"name": "Josantonius",
"email": "hello@josantonius.com",
"homepage": "https://josantonius.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/josantonius/php-file/issues",
"forum": "http://stackoverflow.com/tags/josantonius/php-file",
"source": "https://github.com/josantonius/php-file"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable",
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.*"
},
"autoload": {
"psr-4": {
"Josantonius\\File\\": "src/File/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"scripts": {
"test": "phpunit"
}
}
|