Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan85 committed Jan 5, 2017
1 parent 2e936e7 commit 6643195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"require": {
"laravel/framework": "5.1.*"
"laravel/framework": "5.*"
},
"require-dev": {}
}

0 comments on commit 6643195

Please sign in to comment.