Skip to content

Commit

Permalink
Add conflict with guzzlehttp/psr7 package <2.0.0 as oldest version do…
Browse files Browse the repository at this point in the history
…esn't support PSR-17 factories but Elastic\Transport\NodePool\Node rely on psr17 factory
  • Loading branch information
sidz committed Jan 27, 2024
1 parent 00b376d commit fabcbd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^6.0"
},
"conflict": {
"guzzlehttp/psr7": "<2.0.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
"monolog/monolog": "Logging request"
Expand Down

0 comments on commit fabcbd1

Please sign in to comment.