Skip to content

Commit 3daa902

Browse files
committed
Add amqp
1 parent 2581f0d commit 3daa902

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/Application/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "sylius/plugin-skeleton-test-application",
33
"description": "Sylius application for plugin testing purposes (composer.json needed for project dir resolving)",
4-
"license": "MIT"
4+
"license": "MIT",
5+
"require": {
6+
"symfony/amqp-messenger": "^7.2"
7+
}
58
}

0 commit comments

Comments
 (0)