Skip to content

Commit 94cb062

Browse files
Add support for Laravel 7 and PHPUnit 9
1 parent bd949ff commit 94cb062

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"license": "MIT",
1010
"require": {
1111
"symfony/yaml": "^4.3|^5.0",
12-
"illuminate/console": "^6.0",
13-
"illuminate/filesystem": "^6.0",
14-
"illuminate/support": "^6.0"
12+
"illuminate/console": "^6.0|^7.0",
13+
"illuminate/filesystem": "^6.0|^7.0",
14+
"illuminate/support": "^6.0|^7.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^8.0",
18-
"mockery/mockery": "^1.2",
19-
"orchestra/testbench": "^4.0"
17+
"phpunit/phpunit": "^8.0|^9.0",
18+
"mockery/mockery": "^1.3",
19+
"orchestra/testbench": "^4.0|^5.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)