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.
2 parents 82c9e77 + 3e26adc commit d837d43Copy full SHA for d837d43
composer.json
@@ -18,15 +18,15 @@
18
}
19
],
20
"require": {
21
- "php": "^8.1",
22
- "illuminate/http": "^10.0|^11.0",
23
- "illuminate/routing": "^10.0|^11.0",
24
- "illuminate/session": "^10.0|^11.0",
25
- "illuminate/support": "^10.0|^11.0",
26
- "illuminate/view": "^10.0|^11.0"
+ "php": "^8.1|^8.2",
+ "illuminate/http": "^10.0|^11.0|^12.0",
+ "illuminate/routing": "^10.0|^11.0|^12.0",
+ "illuminate/session": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "illuminate/view": "^10.0|^11.0|^12.0"
27
},
28
"require-dev": {
29
- "illuminate/database": "^10.0|^11.0",
+ "illuminate/database": "^10.0|^11.0|^12.0",
30
"mockery/mockery": "^1.0",
31
"phpunit/phpunit": "^10.0"
32
0 commit comments