Skip to content

Commit

Permalink
Make it clear in composer that we need ZipArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
carakas committed Jan 30, 2020
1 parent f8bf930 commit fdc4bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -15,6 +15,7 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"ext-json": "*", "ext-json": "*",
"ext-zip": "*",
"behat/transliterator": "~1.0", "behat/transliterator": "~1.0",
"doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5", "doctrine/orm": "^2.5",
Expand Down

0 comments on commit fdc4bfe

Please sign in to comment.