Skip to content

Commit 551e472

Browse files
authored
Merge pull request #1 from KyleMassacre/8.0
Update composer.json
2 parents 7a6f2b4 + e2de81c commit 551e472

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.3",
24-
"illuminate/support": ">=8.0",
25-
"illuminate/config": ">=8.0",
26-
"illuminate/view": ">=8.0",
23+
"php": "^8.0",
24+
"illuminate/support": "^8.0|^9.0|^10.0",
25+
"illuminate/config": "^8.0|^9.0|^10.0",
26+
"illuminate/view": "^8.0|^9.0|^10.0",
2727
"laravelcollective/html": "6.2.*"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)