Skip to content

Commit 464624f

Browse files
committed
Add ext-json to composer.json as a dependency
1 parent f6fd4ca commit 464624f

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)