Skip to content

Commit

Permalink
change support
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Sep 5, 2019
1 parent 70354eb commit 0a9870c
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 @@ -12,13 +12,13 @@
],
"type": "library",
"require": {
"php": "^7.0",
"illuminate/database": "~5.5.45|~5.6|^6.0",
"illuminate/console": "~5.5.45|~5.6|^6.0",
"illuminate/support": "~5.5.45|~5.6|^6.0"
"php": "^7.1",
"illuminate/database": "~5.5.45|~5.8|^6.0",
"illuminate/console": "~5.5.45|~5.8|^6.0",
"illuminate/support": "~5.5.45|~5.8|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^7.0|^8.0",
"orchestra/testbench": "^3.5.5|^3.6|^4.0",
"friendsofphp/php-cs-fixer": "^2.14"
},
Expand Down

0 comments on commit 0a9870c

Please sign in to comment.