Skip to content

Commit abf5dbb

Browse files
committed
Laravel 10 support
1 parent 55a134f commit abf5dbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/database": "~9.0",
22-
"illuminate/support": "~9.0"
21+
"illuminate/database": "~10.0",
22+
"illuminate/support": "~10.0"
2323
},
2424
"require-dev": {
25-
"illuminate/database": "~9.0",
26-
"illuminate/support": "~9.0",
25+
"illuminate/database": "~10.0",
26+
"illuminate/support": "~10.0",
2727
"nunomaduro/larastan": "^2.0",
2828
"orchestra/testbench": "^7.4"
2929
},

0 commit comments

Comments
 (0)