Skip to content

Commit

Permalink
bump to Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
aurawindsurfing committed Nov 28, 2022
1 parent 7769366 commit 8c33bb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/aurawindsurfing/slashremovemiddleware",
"keywords": ["Laravel", "SlashRemoveMiddleware"],
"require": {
"illuminate/support": "~5|~6|~7|~8"
"illuminate/support": "~5|~6|~7|~8|~9"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
Expand All @@ -25,7 +25,6 @@
},
"autoload-dev": {
"psr-4": {
"Aurawindsurfing\\SlashRemoveMiddleware\\Tests\\": "tests"
}
},
"extra": {
Expand Down

0 comments on commit 8c33bb9

Please sign in to comment.