mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
50 lines
1.6 KiB
JSON
Executable File
50 lines
1.6 KiB
JSON
Executable File
{
|
|
"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|^9.0",
|
|
"symfony/config": "^2.0|^3.0|^4.0|^5.0|^6.0",
|
|
"symfony/dependency-injection": "^2.0|^3.0|^4.0|^5.0|^6.0",
|
|
"symfony/http-kernel": "^2.0|^3.0|^4.0|^5.0|^6.0",
|
|
"symfony/twig-bundle": "^2.0|^3.0|^4.0|^5.0|^6.0",
|
|
"symfony/console": "^2.0|^3.0|^4.0|^5.0|^6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0|^8.0|^9.0",
|
|
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Prime/helpers.php",
|
|
"src/Laravel/helpers.php",
|
|
"src/Toastr/Laravel/Resources/functions/toastr.php",
|
|
"src/Noty/Laravel/Resources/functions/noty.php",
|
|
"src/Notyf/Laravel/Resources/functions/notyf.php",
|
|
"src/Pnotify/Laravel/Resources/functions/pnotify.php",
|
|
"src/SweetAlert/Laravel/Resources/functions/sweetAlert.php",
|
|
"src/Cli/Laravel/Resources/functions/cli.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|