Skip to content

Commit f03d981

Browse files
authored
Add json php extension to dependencies list
1 parent 1b9d591 commit f03d981

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
@@ -9,6 +9,7 @@
99
}],
1010
"license": "MIT",
1111
"require": {
12-
"php": ">=5.4"
12+
"php": ">=5.4",
13+
"ext-json": "*"
1314
}
1415
}

0 commit comments

Comments
 (0)