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 bd949ff commit 94cb062Copy full SHA for 94cb062
composer.json
@@ -9,14 +9,14 @@
9
"license": "MIT",
10
"require": {
11
"symfony/yaml": "^4.3|^5.0",
12
- "illuminate/console": "^6.0",
13
- "illuminate/filesystem": "^6.0",
14
- "illuminate/support": "^6.0"
+ "illuminate/console": "^6.0|^7.0",
+ "illuminate/filesystem": "^6.0|^7.0",
+ "illuminate/support": "^6.0|^7.0"
15
},
16
"require-dev": {
17
- "phpunit/phpunit": "^8.0",
18
- "mockery/mockery": "^1.2",
19
- "orchestra/testbench": "^4.0"
+ "phpunit/phpunit": "^8.0|^9.0",
+ "mockery/mockery": "^1.3",
+ "orchestra/testbench": "^4.0|^5.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments