Files
barryvdh_laravel-ide-helper/composer.json
T
Barry vd. Heuvel 0cc7f98516 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)
2013-05-22 00:08:22 +02:00

25 lines
696 B
JSON

{
"name": "barryvdh/laravel-ide-helper",
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x",
"illuminate/console": "4.0.x",
"illuminate/filesystem": "4.0.x",
"phpdocumentor/reflection-docblock": "dev-master",
"symfony/class-loader": "2.3.*"
},
"autoload": {
"psr-0": {
"Barryvdh\\LaravelIdeHelper": "src/"
}
},
"minimum-stability": "dev"
}