Skip to content

Commit 0d4e8e6

Browse files
committed
Add Laravel 10 support
1 parent cfd4547 commit 0d4e8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=7.1",
14-
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
15-
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
14+
"illuminate/database": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)