41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "symfony/doctrine-messenger",
|
|
"type": "symfony-messenger-bridge",
|
|
"description": "Symfony Doctrine 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": ">=7.2.5",
|
|
"symfony/messenger": "^5.1|^6.0",
|
|
"symfony/service-contracts": "^1.1|^2|^3"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": "^2.13|^3.0",
|
|
"doctrine/persistence": "^1.3|^2|^3",
|
|
"symfony/property-access": "^4.4|^5.0|^6.0",
|
|
"symfony/serializer": "^4.4|^5.0|^6.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/dbal": "<2.13",
|
|
"doctrine/persistence": "<1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|