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