Skip to content

Commit 94cf1ae

Browse files
jjoktroosan
authored andcommitted
Require ext-zip for development (#1419)
* Require `ext-zip` for development * Require `ext-gd` for development
1 parent 4fa9455 commit 94cf1ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
"phpoffice/common": "^0.2"
6565
},
6666
"require-dev": {
67+
"ext-zip": "*",
68+
"ext-gd": "*",
6769
"phpunit/phpunit": "^4.8.36 || ^5.0",
6870
"squizlabs/php_codesniffer": "^2.9",
6971
"friendsofphp/php-cs-fixer": "^2.2",

0 commit comments

Comments
 (0)