Skip to content

Commit

Permalink
Add suport for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lloricode authored Sep 11, 2020
1 parent 5ccc9da commit 2b5c706
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 2b5c706

Please sign in to comment.