Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rue du PHP authored Mar 5, 2018
1 parent 94d912b commit de394cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
}
},
"require": {
"guzzlehttp/guzzle": "~4.0|~5.0|~6.0",
"symfony/console": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0"
"ext-zip": "*",
"guzzlehttp/guzzle": "~6.0",
"symfony/console": "~3.0|~4.0",
"symfony/filesystem": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0"
},
"bin": [
"rueduphp"
Expand Down

0 comments on commit de394cb

Please sign in to comment.