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 6e619df commit a43b3a1Copy full SHA for a43b3a1
composer.json
@@ -32,14 +32,14 @@
32
"require": {
33
"php": ">=7.4",
34
"ext-json": "*",
35
- "monolog/monolog": "^2.1|^3.0|^3.3",
+ "monolog/monolog": "^2.1 || ^3.0 || ^3.3",
36
"nyholm/psr7": "^1.3",
37
- "php-http/client-common": "^1.0|^2.3",
+ "php-http/client-common": "^1.0 || ^2.3",
38
"php-http/discovery": "^1.0",
39
- "php-http/httplug": "^1.0|^2.2",
40
- "php-http/message-factory": "^1.0",
+ "php-http/httplug": "^1.0 || ^2.2",
41
"psr/http-client-implementation": "^1.0",
42
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0",
+ "psr/http-factory": "^1.0"
43
},
44
"require-dev": {
45
"squizlabs/php_codesniffer": "3.*",
0 commit comments