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 c64d39f commit d8ee147Copy full SHA for d8ee147
composer.json
@@ -21,12 +21,12 @@
21
},
22
"require": {
23
"php": "^7.3 || ^8.0",
24
- "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
25
- "illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0"
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
+ "illuminate/view": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
26
27
"require-dev": {
28
- "laravel/laravel": "9.x-dev",
29
- "phpunit/phpunit": "^9.5 || ^10.5"
+ "laravel/laravel": "^12.0",
+ "phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
30
31
"extra": {
32
"laravel": {
0 commit comments