Skip to content

Commit

Permalink
Fix broken composer.json file - not enough caffeine this morning
Browse files Browse the repository at this point in the history
  • Loading branch information
Talv Bansal committed Jul 28, 2020
1 parent 5a9884e commit 08fd700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"illuminate/support": "^5.0" || "^6.0 || ^7.0",
"illuminate/routing": "^5.0" || "^6.0 || ^7.0",
"illuminate/support": "^5.3|^6.0|^7.0",
"illuminate/routing": "^5.3|^6.0|^7.0",
"orchestra/testbench": "~3.0",
"mockery/mockery": "^0.9"
},
Expand Down

0 comments on commit 08fd700

Please sign in to comment.