Skip to content

Commit b8806e7

Browse files
committed
Add ext-json as composer requirement
1 parent 1db459c commit b8806e7

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
@@ -17,7 +17,8 @@
1717
}
1818
},
1919
"require": {
20-
"php": ">=5.6"
20+
"php": ">=5.6",
21+
"ext-json": "*"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": ">=5.7",

0 commit comments

Comments
 (0)