We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2581f0d commit 3daa902Copy full SHA for 3daa902
1 file changed
tests/Application/composer.json
@@ -1,5 +1,8 @@
1
{
2
"name": "sylius/plugin-skeleton-test-application",
3
"description": "Sylius application for plugin testing purposes (composer.json needed for project dir resolving)",
4
- "license": "MIT"
+ "license": "MIT",
5
+ "require": {
6
+ "symfony/amqp-messenger": "^7.2"
7
+ }
8
}
0 commit comments