mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
35 lines
1021 B
JSON
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"
|
|
}
|