mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #690 from kevinpijning/laravel-5.7-support
Laravel 5.7 support
This commit is contained in:
+5
-5
@@ -11,15 +11,15 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"illuminate/support": "^5.1,<5.7",
|
"illuminate/support": "^5.1,<5.8",
|
||||||
"illuminate/console": "^5.1,<5.7",
|
"illuminate/console": "^5.1,<5.8",
|
||||||
"illuminate/filesystem": "^5.1,<5.7",
|
"illuminate/filesystem": "^5.1,<5.8",
|
||||||
"barryvdh/reflection-docblock": "^2.0.4",
|
"barryvdh/reflection-docblock": "^2.0.4",
|
||||||
"composer/composer": "^1.6"
|
"composer/composer": "^1.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/config": "^5.1,<5.7",
|
"illuminate/config": "^5.1,<5.8",
|
||||||
"illuminate/view": "^5.1,<5.7",
|
"illuminate/view": "^5.1,<5.8",
|
||||||
"phpro/grumphp": "^0.14",
|
"phpro/grumphp": "^0.14",
|
||||||
"phpunit/phpunit" : "4.*",
|
"phpunit/phpunit" : "4.*",
|
||||||
"scrutinizer/ocular": "~1.1",
|
"scrutinizer/ocular": "~1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user