Skip to content

Commit

Permalink
Require the JSON extension as per new JSON methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jun 24, 2016
1 parent 0843aaa commit 5773ed0
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 @@ -23,7 +23,8 @@
"php": ">=5.5.0",
"psr/cache": "1.0.x",
"predis/predis": "1.0.x",
"phpfastcache/phpssdb": "0.0.x"
"phpfastcache/phpssdb": "0.0.x",
"ext-json": "*"
},
"suggest": {
"ext-apc": "*",
Expand Down

0 comments on commit 5773ed0

Please sign in to comment.