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 d754eb8 commit 073d34cCopy full SHA for 073d34c
composer.json
@@ -21,14 +21,14 @@
21
],
22
"require": {
23
"php": "^8.0",
24
- "illuminate/contracts": "^8.0",
25
- "illuminate/support": "^8.0",
26
- "illuminate/queue": "^8.0",
27
- "illuminate/bus": "^8.0",
+ "illuminate/contracts": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0",
+ "illuminate/queue": "^8.0|^9.0",
+ "illuminate/bus": "^8.0|^9.0",
28
"aws/aws-sdk-php": "^3.0"
29
},
30
"require-dev": {
31
- "orchestra/testbench": "^6.9",
+ "orchestra/testbench": "^6.9|^7.0",
32
"phpunit/phpunit": "^9.3",
33
"psalm/plugin-laravel": "^1.5",
34
"vimeo/psalm": "^4.4"
0 commit comments