Skip to content

Commit 206ae32

Browse files
villfajmikola
authored andcommitted
PHPLIB-291: Specify all extension requirements in composer.json
1 parent f96124f commit 206ae32

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
@@ -11,6 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4",
14+
"ext-hash": "*",
15+
"ext-json": "*",
1416
"ext-mongodb": "^1.3.0"
1517
},
1618
"require-dev": {

0 commit comments

Comments
 (0)