We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcbd11 commit f7c72ffCopy full SHA for f7c72ff
composer.json
@@ -18,14 +18,14 @@
18
}
19
],
20
"require": {
21
- "illuminate/database": "~11.0",
22
- "illuminate/support": "~11.0"
+ "illuminate/database": "~12.0",
+ "illuminate/support": "~12.0"
23
},
24
"require-dev": {
25
26
- "illuminate/support": "~11.0",
27
- "nunomaduro/larastan": "^2.0",
28
- "orchestra/testbench": "^7.4"
+ "illuminate/support": "~12.0",
+ "nunomaduro/larastan": "^3.1",
+ "orchestra/testbench": "^10.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments