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 fa9111d + 44c9074 commit 64b8877Copy full SHA for 64b8877
composer.json
@@ -17,13 +17,13 @@
17
],
18
"require": {
19
"php": ">=7.2",
20
- "illuminate/config": "^6.0|^7.0",
21
- "illuminate/console": "^6.0|^7.0",
22
- "illuminate/support": "^6.0|^7.0",
23
- "illuminate/validation": "^6.0|^7.0"
+ "illuminate/config": "^6.0|^7.0|^8.0",
+ "illuminate/console": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
+ "illuminate/validation": "^6.0|^7.0|^8.0"
24
},
25
"require-dev": {
26
- "orchestra/testbench": "^4.0|^5.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
27
"phpunit/phpunit": "^8.4|^9.0"
28
29
"autoload": {
0 commit comments