mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-23 04:23:09 +00:00
Add required composer dependencies such as illuminate/config, illuminate/view
This commit is contained in:
+5
-1
@@ -11,11 +11,15 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
|
"illuminate/config": "4.x",
|
||||||
"illuminate/support": "4.x",
|
"illuminate/support": "4.x",
|
||||||
"illuminate/console": "4.x",
|
"illuminate/console": "4.x",
|
||||||
"illuminate/filesystem": "4.x",
|
"illuminate/filesystem": "4.x",
|
||||||
|
"illuminate/database": "4.x",
|
||||||
|
"illuminate/view": "4.x",
|
||||||
"barryvdh/reflection-docblock": "^2.0.4",
|
"barryvdh/reflection-docblock": "^2.0.4",
|
||||||
"symfony/class-loader": "~2.3"
|
"symfony/class-loader": "~2.3",
|
||||||
|
"kdyby/parse-use-statements": "~0.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/dbal": "~2.3"
|
"doctrine/dbal": "~2.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user