Skip to content

Commit 977dda2

Browse files
authored
Update composer.json
1 parent 1e88046 commit 977dda2

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
@@ -12,10 +12,10 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"php": "^7.4|^8.0|^8.1",
15+
"php": "^8.0|^8.1",
1616
"ext-json": "*",
17-
"illuminate/support": "^7.20|^8.19|^9.0",
18-
"illuminate/database": "^7.20|^8.19|^9.0"
17+
"illuminate/support": "^8.19|^9.0",
18+
"illuminate/database": "^8.19|^9.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)