Skip to content

Commit b05225b

Browse files
author
Dominik Liebler
committed
update composer.json to include ext-json
1 parent b50fefc commit b05225b

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
@@ -10,7 +10,8 @@
1010
"minimum-stability": "stable",
1111
"require": {
1212
"php": ">=7.2",
13-
"psr/http-message": "^1.0"
13+
"psr/http-message": "^1.0",
14+
"ext-json": "*"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "^8",

0 commit comments

Comments
 (0)