Skip to content

Commit

Permalink
Merge pull request #53 from TJVB/laravel_5.8_support
Browse files Browse the repository at this point in the history
Add support for Laravel 5.8
  • Loading branch information
garygreen authored Feb 28, 2019
2 parents ab998a0 + 7eb014a commit 8791b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "garygreen/pretty-routes",
"description": "Pretty routes for Laravel 5.",
"require": {
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 8791b97

Please sign in to comment.