Skip to content

Commit

Permalink
composer: requires PHP extension json
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 30, 2016
1 parent faf208e commit 437defe
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 @@ -15,7 +15,8 @@
],
"require": {
"php": ">=5.6.0",
"ext-iconv": "*"
"ext-iconv": "*",
"ext-json": "*"
},
"require-dev": {
"nette/tester": "~2.0",
Expand Down

0 comments on commit 437defe

Please sign in to comment.