Skip to content

Commit

Permalink
Merge pull request #81 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
garygreen authored Feb 6, 2022
2 parents ebd9e23 + 51d6947 commit 7fa0942
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.*|6.*|7.*|8.*"
"laravel/framework": "5.*|6.*|7.*|8.*|^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 7fa0942

Please sign in to comment.