Skip to content

Commit 367ca27

Browse files
committed
Add PHP extension dependencies
1 parent 92ed594 commit 367ca27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"keywords": ["cache", "caching", "file cache", "caching library", "library", "php"],
66
"license": "LGPL-3.0-only",
77
"require": {
8-
"php": ">=5.6"
8+
"php": ">=5.6",
9+
"ext-zlib": "*",
10+
"ext-json": "*"
911
},
1012
"require-dev": {
1113
"phpunit/phpunit": "^6.5",

0 commit comments

Comments
 (0)