mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
25 lines
737 B
JSON
25 lines
737 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#6d705c1a0f9e2a6d73d2e9ec0e538b9dfaf4315f",
|
|
"symfony/class-loader": "2.3.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Barryvdh\\LaravelIdeHelper": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|