We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509b9ff commit 238f828Copy full SHA for 238f828
1 file changed
composer.json
@@ -31,11 +31,11 @@
31
],
32
"require": {
33
"php": "^7.2",
34
- "illuminate/support": "^6.0|^7.0"
+ "illuminate/support": "^6.0|^7.0|^8.0"
35
},
36
"require-dev": {
37
- "orchestra/testbench": "^4.0",
38
- "phpunit/phpunit": "^8.5"
+ "orchestra/testbench": "^4.0|^6.0",
+ "phpunit/phpunit": "^8.5|^9.0"
39
40
"autoload": {
41
"psr-4": {
0 commit comments