Skip to content

Commit

Permalink
Force older AWS SDK version to avoid SQS-JSON requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmy committed Dec 28, 2023
1 parent dd3168c commit f9b26f2
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 @@ -74,6 +74,9 @@
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpspec/prophecy-phpunit": "^2.0"
},
"conflict": {
"aws/aws-sdk-php": ">=3.285.1"
},
"autoload": {
"psr-4": {
"Enqueue\\AmqpBunny\\": "pkg/amqp-bunny/",
Expand Down

0 comments on commit f9b26f2

Please sign in to comment.