diff --git a/README.md b/README.md index f4b3c4b..348092c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # apidoc -Laravel api documentation generator, based on [Swagger](http://swagger.io/) +Laravel 5 api documentation generator, based on [Swagger](http://swagger.io/) **apidoc** use just a few lines of code added in controller's methods. diff --git a/composer.json b/composer.json index ffb4e6b..5af4624 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "laravel/framework": "5.1.*" + "laravel/framework": "5.*" }, "require-dev": {} }