Skip to content

Commit 08afa5c

Browse files
committed
JSON extension required
1 parent b46d75c commit 08afa5c

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
@@ -8,7 +8,8 @@
88
"require": {
99
"php": ">=5.5.9",
1010
"guzzlehttp/guzzle": "~6.0",
11-
"fzaninotto/faker": "^1.6"
11+
"fzaninotto/faker": "^1.6",
12+
"ext-json": "*"
1213
},
1314
"require-dev": {
1415
"phpunit/phpunit": "^5.7",

0 commit comments

Comments
 (0)