Skip to content

Commit

Permalink
fix: upstream compatibility issue with psr-18 clients
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Feb 25, 2025
1 parent 1103959 commit bc814f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=8.2",
"http-interop/http-factory-guzzle": "^0.1.0",
"php-http/discovery": "^1.20",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "1.0",
Expand Down Expand Up @@ -34,7 +35,8 @@
"symfony/yaml": "^6.4|^7.0"
},
"conflict": {
"php-http/httplug": "<1.5"
"php-http/httplug": "<1.5",
"monolog/monolog": "<2.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit bc814f5

Please sign in to comment.