Skip to content

Commit b16f2dc

Browse files
committed
revert laravel 8 support
1 parent f305cab commit b16f2dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^8.0.2",
22-
"illuminate/contracts": "^8.0|^9.0",
23-
"illuminate/http": "^8.0|^9.0",
24-
"illuminate/support": "^8.0|^9.0"
22+
"illuminate/contracts": "^8.83|^9.0",
23+
"illuminate/http": "^8.83|^9.0",
24+
"illuminate/support": "^8.83|^9.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)