Skip to content

Commit 7edcda4

Browse files
committed
Add support for php 8
1 parent c125384 commit 7edcda4

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
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.4",
21-
"illuminate/database": "^8.0",
22-
"illuminate/support": "^8.0"
20+
"php": ">=7.4|^8.0",
21+
"illuminate/database": "^8.0|^9.0",
22+
"illuminate/support": "^8.0|^9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)