Skip to content

Commit 4a20001

Browse files
committed
Include php extensions required for this package (zip, json, gettext)
1 parent 429b1a0 commit 4a20001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.0",
7+
"ext-json": "*",
8+
"ext-zip": "*",
9+
"ext-gettext": "*",
710
"gettext/gettext": "^4.6.0",
811
"league/flysystem": "^1.0"
912
},

0 commit comments

Comments
 (0)