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 0f6d12d commit 1b40972Copy full SHA for 1b40972
composer.json
@@ -22,11 +22,11 @@
22
],
23
"require": {
24
"php": "^7.2",
25
- "illuminate/support": "^6.5|^7.0"
+ "illuminate/support": "^6.5|^7.0|^8.0"
26
},
27
"require-dev": {
28
- "orchestra/testbench": "^4.0|^5.0",
29
- "phpunit/phpunit": "^8.0"
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
+ "phpunit/phpunit": "^8.0|^9.0"
30
31
"autoload": {
32
"psr-4": {
0 commit comments