Skip to content

Commit 6304293

Browse files
committed
moved ext-json to actual dependency
1 parent 7b1cbb6 commit 6304293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"php-http/message": "^1.0",
3333
"php-http/message-factory": "^1.0",
3434
"stefanak-michal/bolt": "^2.5.2",
35-
"symfony/polyfill-php80": "^1.2"
35+
"symfony/polyfill-php80": "^1.2",
36+
"ext-json": "Needed to implement http protocol"
3637
},
3738
"suggest": {
3839
"ext-bcmath": "Needed to implement bolt protocol",
39-
"ext-json": "Needed to implement http protocol",
4040
"composer-runtime-api": "Install composer 2 for auto detection of version in user agent"
4141
},
4242
"require-dev": {

0 commit comments

Comments
 (0)