Skip to content

Commit

Permalink
Merge pull request #74 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add suport for laravel 8
  • Loading branch information
garygreen authored Sep 11, 2020
2 parents 5ccc9da + 2b5c706 commit ebd9e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "garygreen/pretty-routes",
"description": "Pretty routes for Laravel 5.",
"description": "Pretty routes for Laravel 5+",
"require": {
"laravel/framework": "5.*|6.*|7.*"
"laravel/framework": "5.*|6.*|7.*|8.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit ebd9e23

Please sign in to comment.