Skip to content

Commit

Permalink
Merge pull request #68 from NeptuneDesign/patch-6
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
garygreen authored Mar 3, 2020
2 parents da76b81 + 6eae18b commit e90d3c6
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.*|5.8.*|6.*"
"laravel/framework": "5.*|6.*|7.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit e90d3c6

Please sign in to comment.