Skip to content

Commit 8c33bb9

Browse files
bump to Laravel 9
1 parent 7769366 commit 8c33bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/aurawindsurfing/slashremovemiddleware",
1313
"keywords": ["Laravel", "SlashRemoveMiddleware"],
1414
"require": {
15-
"illuminate/support": "~5|~6|~7|~8"
15+
"illuminate/support": "~5|~6|~7|~8|~9"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~9.0",
@@ -25,7 +25,6 @@
2525
},
2626
"autoload-dev": {
2727
"psr-4": {
28-
"Aurawindsurfing\\SlashRemoveMiddleware\\Tests\\": "tests"
2928
}
3029
},
3130
"extra": {

0 commit comments

Comments
 (0)