Skip to content

Commit

Permalink
Bump composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ageshev authored Jan 24, 2019
1 parent 6df493a commit 35e850e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "5.4.*|5.5.*",
"illuminate/routing": "5.4.*|5.5.*",
"illuminate/database": "5.4.*|5.5.*"
"illuminate/support": "5.6.*|5.7.*",
"illuminate/routing": "5.6.*|5.7.*",
"illuminate/database": "5.6.*|5.7.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0",
"graham-campbell/testbench": "^3.2",
"orchestra/database": "v3.4.0-BETA1"
},
Expand Down

0 comments on commit 35e850e

Please sign in to comment.