Skip to content

Commit f7c72ff

Browse files
authored
Laravel 12
1 parent 2fcbd11 commit f7c72ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/database": "~11.0",
22-
"illuminate/support": "~11.0"
21+
"illuminate/database": "~12.0",
22+
"illuminate/support": "~12.0"
2323
},
2424
"require-dev": {
25-
"illuminate/database": "~11.0",
26-
"illuminate/support": "~11.0",
27-
"nunomaduro/larastan": "^2.0",
28-
"orchestra/testbench": "^7.4"
25+
"illuminate/database": "~12.0",
26+
"illuminate/support": "~12.0",
27+
"nunomaduro/larastan": "^3.1",
28+
"orchestra/testbench": "^10.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)