mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
38 lines
895 B
JSON
38 lines
895 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": "5.1.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.*",
|
|
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Prime/helpers.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.5.9"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|