Skip to content

Commit

Permalink
Add ext-zip to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Feb 28, 2019
1 parent 5e7d9ab commit 5a399f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
"require": {
"php": ">=5.4",
"symfony/console": "2.8.*",
"symfony/finder": "2.8.*"
"symfony/finder": "2.8.*",
"ext-zip": "*"
},
"require-dev": {
"phing/phing": "2.4.*"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a399f2

Please sign in to comment.