Skip to content

Commit eb5ecdd

Browse files
authored
Merge pull request #7 from ihor-sviziev/patch-1
Add json php extension to dependencies list
2 parents 1b9d591 + f03d981 commit eb5ecdd

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)