Skip to content

Commit 7d07bbf

Browse files
authored
Merge pull request #64 from simPod/ext-js
Add ext-json to composer.json as a dependency
2 parents 4557c8f + 464624f commit 7d07bbf

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,7 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.0.0"
12+
"php": ">=7.0.0",
13+
"ext-json": "*"
1314
},
1415
"require-dev": {
1516
"php-ds/tests": "^1.2"

0 commit comments

Comments
 (0)