Skip to content

Commit

Permalink
allow newwer packages (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
palypster authored Jul 3, 2018
1 parent 8cb39e6 commit 3c976d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
],
"require": {
"php": ">=7.1.0",
"illuminate/support": "5.5.*",
"illuminate/console": "5.5.*",
"illuminate/support": "5.5.*|5.6.*",
"illuminate/console": "5.5.*|5.6.*",
"doctrine/dbal": "^2.6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5",
"phpunit/phpunit": "~6.3"
"orchestra/testbench": "~3.5|~3.6",
"phpunit/phpunit": "~6.3|~7.0"
},
"autoload": {
"classmap": [],
Expand Down

0 comments on commit 3c976d2

Please sign in to comment.