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 36cbeaf commit 96e7d6dCopy full SHA for 96e7d6d
composer.json
@@ -16,13 +16,13 @@
16
}
17
],
18
"require": {
19
- "php": ">=8.1",
20
- "illuminate/contracts": "^10.0|^11.0",
21
- "illuminate/database": "^10.0|^11.0",
22
- "illuminate/support": "^10.0|^11.0"
+ "php": ">=8.2",
+ "illuminate/contracts": "^11.0|^12.0",
+ "illuminate/database": "^11.0|^12.0",
+ "illuminate/support": "^11.0|^12.0"
23
},
24
"require-dev": {
25
- "illuminate/container": "^10.0|^11.0",
+ "illuminate/container": "^11.0|^12.0",
26
"larastan/larastan": "^2.9",
27
"laravel/pint": "^1.5",
28
"mockery/mockery": "^1.6.6",
0 commit comments