Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno authored Oct 4, 2019
1 parent 480b6af commit d3d27ef
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 @@ -23,12 +23,12 @@
"license": "MIT",
"require": {
"php": ">=5.6",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
"illuminate/console": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
"illuminate/support": ">=5.4.0",
"illuminate/console": ">=5.4.0"
},
"require-dev": {
"orchestra/testbench": "^3.4",
"phpunit/phpunit": "^5.6|^6.3|^7.0"
"orchestra/testbench": "^3.4|^4.0",
"phpunit/phpunit": "^5.6|^6.3|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d3d27ef

Please sign in to comment.