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 7a7d9cc + 5ec5d7d commit da5c551Copy full SHA for da5c551
composer.json
@@ -13,14 +13,14 @@
13
"require": {
14
"php": "^7.4|^8.0",
15
"guzzlehttp/guzzle": "^7.2",
16
- "illuminate/contracts": "^8.0",
17
- "illuminate/http": "^8.0",
18
- "illuminate/routing": "^8.0",
19
- "illuminate/support": "^8.0"
+ "illuminate/contracts": "^8.0|^9.0",
+ "illuminate/http": "^8.0|^9.0",
+ "illuminate/routing": "^8.0|^9.0",
+ "illuminate/support": "^8.0|^9.0"
20
},
21
"require-dev": {
22
"friendsofphp/php-cs-fixer": "^3.0",
23
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^6.0|^7.0",
24
"phpunit/phpunit": "^9.0",
25
"signifly/php-config": "^1.0"
26
0 commit comments