mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Allow 4.1 (and future version)
This commit is contained in:
+4
-4
@@ -11,11 +11,11 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"illuminate/support": "4.0.x",
|
"illuminate/support": "4.x",
|
||||||
"illuminate/console": "4.0.x",
|
"illuminate/console": "4.x",
|
||||||
"illuminate/filesystem": "4.0.x",
|
"illuminate/filesystem": "4.x",
|
||||||
"barryvdh/reflection-docblock": ">=2.0.1",
|
"barryvdh/reflection-docblock": ">=2.0.1",
|
||||||
"symfony/class-loader": "2.3.*"
|
"symfony/class-loader": "~2.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
|
|||||||
Reference in New Issue
Block a user