Skip to content

Commit

Permalink
Merge pull request #84 from KartaviK/hotfix/ext-json-requirements
Browse files Browse the repository at this point in the history
 Add ext-json to requirements for package
  • Loading branch information
mnapoli authored Feb 4, 2019
2 parents 5b9c57d + 521f5a3 commit 32c4202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
}
},
"require": {
"php": ">=5.4"
"php": ">=5.4",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
Expand Down

0 comments on commit 32c4202

Please sign in to comment.