mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
25 lines
696 B
JSON
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"
|
|
}
|