Skip to content

Commit

Permalink
Add PHP extension dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Nov 9, 2018
1 parent 92ed594 commit 367ca27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"keywords": ["cache", "caching", "file cache", "caching library", "library", "php"],
"license": "LGPL-3.0-only",
"require": {
"php": ">=5.6"
"php": ">=5.6",
"ext-zlib": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand Down

0 comments on commit 367ca27

Please sign in to comment.