Skip to content

Commit

Permalink
Add support for Laravel 7 and PHPUnit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 4, 2020
1 parent bd949ff commit 94cb062
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"license": "MIT",
"require": {
"symfony/yaml": "^4.3|^5.0",
"illuminate/console": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0"
"illuminate/console": "^6.0|^7.0",
"illuminate/filesystem": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^4.0"
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94cb062

Please sign in to comment.