Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-luke authored Apr 1, 2019
1 parent 5d910f2 commit 4d53672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"require": {
"php": ">=7.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"mr-luke/configuration": "~1.3"
},
"require-dev": {
"fzaninotto/faker": "^1.9",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",
"orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
Expand Down

0 comments on commit 4d53672

Please sign in to comment.