We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cf3e5f + 31b9d58 commit 6bedbf6Copy full SHA for 6bedbf6
composer.json
@@ -19,14 +19,14 @@
19
"require": {
20
"ext-json": "*",
21
"php": ">=8.0",
22
- "illuminate/config": "^9.0|^10.0",
23
- "illuminate/support": "^9.0|^10.0",
24
- "illuminate/contracts": "^9.0|^10.0",
25
- "illuminate/console": "^9.0|^10.0"
+ "illuminate/config": "^9.0|^10.0|^11.0",
+ "illuminate/support": "^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^9.0|^10.0|^11.0",
+ "illuminate/console": "^9.0|^10.0|^11.0"
26
},
27
"require-dev": {
28
"mockery/mockery": "^1.0",
29
- "phpunit/phpunit": "^9.3",
+ "phpunit/phpunit": "^9.3|^10.5",
30
"vimeo/psalm": "^5.15"
31
32
"autoload": {
0 commit comments