Skip to content

Commit 91c7049

Browse files
Lower PHP version requirement to 8.0
1 parent 1693486 commit 91c7049

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.1",
25-
"illuminate/container": "^v9.0",
26-
"illuminate/console": "^v9.0",
27-
"illuminate/contracts": "^v9.0",
28-
"illuminate/database": "^v9.0",
29-
"illuminate/support": "^v9.0"
24+
"php": "^8.0",
25+
"illuminate/container": "^9.0",
26+
"illuminate/console": "^9.0",
27+
"illuminate/contracts": "^9.0",
28+
"illuminate/database": "^9.0",
29+
"illuminate/support": "^9.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^7.0-dev",
33-
"phpunit/phpunit": "^9.5.8"
32+
"orchestra/testbench": "^7.0",
33+
"phpunit/phpunit": "^9.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)