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 0b39e31 commit 60c7a8eCopy full SHA for 60c7a8e
composer.json
@@ -27,12 +27,12 @@
27
},
28
"minimum-stability": "stable",
29
"require": {
30
- "illuminate/contracts": "^5.5|^6.0",
31
- "illuminate/support": "^5.5|^6.0"
+ "illuminate/contracts": "^5.5|^6.0|^7.0",
+ "illuminate/support": "^5.5|^6.0|^7.0"
32
33
"require-dev": {
34
- "phpunit/phpunit": "^7.0|^8.0",
35
- "orchestra/testbench": "^3.5|^4.0"
+ "phpunit/phpunit": "^7.0|^8.0|^9.0",
+ "orchestra/testbench": "^3.5|^4.0|^5.0"
36
37
"suggest": {}
38
}
0 commit comments