mirror of
https://github.com/symfony/amazon-sqs-messenger.git
synced 2026-03-23 23:12:09 +01:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "symfony/amazon-sqs-messenger",
|
|
"type": "symfony-messenger-bridge",
|
|
"description": "Symfony Amazon SQS extension Messenger Bridge",
|
|
"keywords": [],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.4",
|
|
"async-aws/core": "^1.7",
|
|
"async-aws/sqs": "^1.0|^2.0",
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/messenger": "^8.1",
|
|
"symfony/service-contracts": "^2.5|^3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-client-contracts": "^2.5|^3",
|
|
"symfony/property-access": "^7.4|^8.0",
|
|
"symfony/serializer": "^7.4|^8.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-client-contracts": "<2.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Messenger\\Bridge\\AmazonSqs\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|