Files
php-flasher/composer.json
T
2020-12-13 08:14:30 +01:00

35 lines
1021 B
JSON

{
"description": "All flasher components in one place for easy maintenance with splitsh",
"name": "php-flasher/php-flasher",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "KHOUBZA Younes",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"require": {
"php": ">=5.3",
"ext-json": "*",
"illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0",
"symfony/config": "^2.7|^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^2.7|^3.0|^4.0|^5.0",
"symfony/http-kernel": "^2.7|^3.0|^4.0|^5.0",
"symfony/yaml": "^2.7|^3.0|^4.0|^5.0",
"twig/twig": "^1.34|^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
"Flasher\\": "src/"
}
},
"minimum-stability": "dev"
}