Skip to content

Commit 32c4202

Browse files
authored
Merge pull request #84 from KartaviK/hotfix/ext-json-requirements
Add ext-json to requirements for package
2 parents 5b9c57d + 521f5a3 commit 32c4202

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
}
2323
},
2424
"require": {
25-
"php": ">=5.4"
25+
"php": ">=5.4",
26+
"ext-json": "*"
2627
},
2728
"require-dev": {
2829
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",

0 commit comments

Comments
 (0)