mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
run adapters test on laravel
This commit is contained in:
+11
-8
@@ -14,20 +14,23 @@
|
||||
"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"
|
||||
"illuminate/support": "5.0.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
|
||||
"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.4.0"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
|
||||
Reference in New Issue
Block a user