Skip to content

Commit 5773ed0

Browse files
committed
Require the JSON extension as per new JSON methods
1 parent 0843aaa commit 5773ed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"php": ">=5.5.0",
2424
"psr/cache": "1.0.x",
2525
"predis/predis": "1.0.x",
26-
"phpfastcache/phpssdb": "0.0.x"
26+
"phpfastcache/phpssdb": "0.0.x",
27+
"ext-json": "*"
2728
},
2829
"suggest": {
2930
"ext-apc": "*",

0 commit comments

Comments
 (0)