Skip to content

Commit ea84981

Browse files
authored
remove ext-json from composer.json (#353)
1 parent 8c4142c commit ea84981

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~8.0 || ~8.1 || ~8.2",
16-
"ext-json": "*",
15+
"php": "~8.0 || ~8.1 || ~8.2",
1716
"ext-mbstring": "*",
1817
"laminas/laminas-diactoros": "^2.21",
1918
"lcobucci/jwt": "^3.4|^4.0",
@@ -22,8 +21,7 @@
2221
"vonage/nexmo-bridge": "^0.1.0",
2322
"psr/log": "^1.1|^2.0|^3.0"
2423
},
25-
"require-dev": {
26-
"php": "~8.0 || ~8.1 || ~8.2",
24+
"require-dev": {
2725
"guzzlehttp/guzzle": ">=6",
2826
"helmich/phpunit-json-assert": "^3.3",
2927
"php-http/mock-client": "^1.4",

0 commit comments

Comments
 (0)