mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Refactor and use phpDocumentor
Use the standard reflection methods for getting the methods, and use the Reflection Docblock library from phpDocumentor (which seems more active and more used)
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
"illuminate/support": "4.0.x",
|
||||
"illuminate/console": "4.0.x",
|
||||
"illuminate/filesystem": "4.0.x",
|
||||
"dannykopping/docblock": "dev-master",
|
||||
"phpdocumentor/reflection-docblock": "dev-master",
|
||||
"symfony/class-loader": "2.3.*"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user