We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1cbb6 commit 6304293Copy full SHA for 6304293
composer.json
@@ -32,11 +32,11 @@
32
"php-http/message": "^1.0",
33
"php-http/message-factory": "^1.0",
34
"stefanak-michal/bolt": "^2.5.2",
35
- "symfony/polyfill-php80": "^1.2"
+ "symfony/polyfill-php80": "^1.2",
36
+ "ext-json": "Needed to implement http protocol"
37
},
38
"suggest": {
39
"ext-bcmath": "Needed to implement bolt protocol",
- "ext-json": "Needed to implement http protocol",
40
"composer-runtime-api": "Install composer 2 for auto detection of version in user agent"
41
42
"require-dev": {
0 commit comments