mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Allow L5.6
This commit is contained in:
+5
-5
@@ -11,15 +11,15 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"illuminate/support": "^5.0,<5.6",
|
"illuminate/support": "^5.0,<5.7",
|
||||||
"illuminate/console": "^5.0,<5.6",
|
"illuminate/console": "^5.0,<5.7",
|
||||||
"illuminate/filesystem": "^5.0,<5.6",
|
"illuminate/filesystem": "^5.0,<5.7",
|
||||||
"barryvdh/reflection-docblock": "^2.0.4",
|
"barryvdh/reflection-docblock": "^2.0.4",
|
||||||
"symfony/class-loader": "^2.3|^3.0"
|
"symfony/class-loader": "^2.3|^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/config": "^5.0,<5.6",
|
"illuminate/config": "^5.0,<5.7",
|
||||||
"illuminate/view": "^5.0,<5.6",
|
"illuminate/view": "^5.0,<5.7",
|
||||||
"phpunit/phpunit" : "4.*",
|
"phpunit/phpunit" : "4.*",
|
||||||
"scrutinizer/ocular": "~1.1",
|
"scrutinizer/ocular": "~1.1",
|
||||||
"squizlabs/php_codesniffer": "~2.3",
|
"squizlabs/php_codesniffer": "~2.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user