Skip to content

Commit a43b3a1

Browse files
committed
Changes in package version requirements
1 parent 6e619df commit a43b3a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"require": {
3333
"php": ">=7.4",
3434
"ext-json": "*",
35-
"monolog/monolog": "^2.1|^3.0|^3.3",
35+
"monolog/monolog": "^2.1 || ^3.0 || ^3.3",
3636
"nyholm/psr7": "^1.3",
37-
"php-http/client-common": "^1.0|^2.3",
37+
"php-http/client-common": "^1.0 || ^2.3",
3838
"php-http/discovery": "^1.0",
39-
"php-http/httplug": "^1.0|^2.2",
40-
"php-http/message-factory": "^1.0",
39+
"php-http/httplug": "^1.0 || ^2.2",
4140
"psr/http-client-implementation": "^1.0",
42-
"psr/http-message": "^1.0"
41+
"psr/http-message": "^1.0 || ^2.0",
42+
"psr/http-factory": "^1.0"
4343
},
4444
"require-dev": {
4545
"squizlabs/php_codesniffer": "3.*",

0 commit comments

Comments
 (0)