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 337df44 commit 706b737Copy full SHA for 706b737
composer.json
@@ -19,12 +19,12 @@
19
],
20
"require": {
21
"php": "^7.2|^8.0",
22
- "illuminate/contracts": "^6.0|^7.0|^8.0",
23
- "illuminate/http": "^6.0|^7.0|^8.0",
24
- "illuminate/support": "^6.0|^7.0|^8.0"
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": "^4.0|^5.0|^6.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
28
"phpunit/phpunit": "^8.0|^9.0"
29
30
"autoload": {
0 commit comments