mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
added L55-support (#525)
This commit is contained in:
committed by
Barry vd. Heuvel
parent
9e42ce11f4
commit
87a02ff574
+5
-5
@@ -11,15 +11,15 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"illuminate/support": "^5.0,<5.5",
|
||||
"illuminate/console": "^5.0,<5.5",
|
||||
"illuminate/filesystem": "^5.0,<5.5",
|
||||
"illuminate/support": "^5.0,<5.6",
|
||||
"illuminate/console": "^5.0,<5.6",
|
||||
"illuminate/filesystem": "^5.0,<5.6",
|
||||
"barryvdh/reflection-docblock": "^2.0.4",
|
||||
"symfony/class-loader": "^2.3|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/config": "^5.0,<5.5",
|
||||
"illuminate/view": "^5.0,<5.5",
|
||||
"illuminate/config": "^5.0,<5.6",
|
||||
"illuminate/view": "^5.0,<5.6",
|
||||
"phpunit/phpunit" : "4.*",
|
||||
"scrutinizer/ocular": "~1.1",
|
||||
"squizlabs/php_codesniffer": "~2.3",
|
||||
|
||||
Reference in New Issue
Block a user