diff --git a/composer.json b/composer.json index 8759bbb..9a8abcc 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.x|5.0.x", - "illuminate/console": "4.x|5.0.x", - "illuminate/filesystem": "4.x|5.0.x", + "illuminate/support": "4.x", + "illuminate/console": "4.x", + "illuminate/filesystem": "4.x", "phpdocumentor/reflection-docblock": "2.0.x", "symfony/class-loader": "~2.3" }, diff --git a/readme.md b/readme.md index 55825eb..90676e2 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ ## Laravel IDE Helper Generator [![Latest Stable Version](https://poser.pugx.org/barryvdh/laravel-ide-helper/version.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper) [![Total Downloads](https://poser.pugx.org/barryvdh/laravel-ide-helper/d/total.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper) +### For Laravel 5, check the [2.0 branch](https://github.com/barryvdh/laravel-ide-helper/tree/2.0) + ### Complete phpDocs, directly from the source _Checkout [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_