mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Use Symfony classloader
Instead of copying it. (Same as the Composer autoloader)
This commit is contained in:
+2
-1
@@ -12,7 +12,8 @@
|
||||
"illuminate/support": "4.0.x",
|
||||
"illuminate/console": "4.0.x",
|
||||
"illuminate/filesystem": "4.0.x",
|
||||
"dannykopping/docblock": "dev-master"
|
||||
"dannykopping/docblock": "dev-master",
|
||||
"symfony/class-loader": "2.3.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
|
||||
Reference in New Issue
Block a user