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 0e5ca2b commit 79824aeCopy full SHA for 79824ae
composer.json
@@ -13,13 +13,13 @@
13
"php": "^8.1",
14
"ext-pdo": "*",
15
"ext-json": "*",
16
- "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
17
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
18
- "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0",
19
- "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
20
},
21
"require-dev": {
22
- "laravel/framework": "^8.0|^9.0|^10.0"
+ "laravel/framework": "^8.0|^9.0|^10.0|^11.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments