Skip to content

Commit 5d37bd6

Browse files
Add Laravel 10 support
1 parent 0adecb5 commit 5d37bd6

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|^8.0",
21-
"illuminate/database": "^8.0|^9.0",
22-
"illuminate/support": "^8.0|^9.0"
20+
"php": "^8.0",
21+
"illuminate/database": "^9.0||^10.0",
22+
"illuminate/support": "^9.0||^10.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)