Add the block which you see below into file composer.json
{
"repositories": [
{
"type": "github",
"url": "[email protected]:emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter.git"
}
]
}
Add the line which you see below into file composer.json
{
"require": {
"emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter": "^2.0"
}
}
Execute this to update the new dependency:
$ composer update emrecanmuslu/user-symfony-messenger-doctrine-transport-adapter
Or you can execute like this to update all dependencies:
$ composer update