Skip to content

Commit e6fd8c3

Browse files
authored
Merge pull request #48 from ruudk/patch-3
Change type to `symfony-bundle` for Symfony Flex
2 parents cc20021 + 24e0207 commit e6fd8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-bus/symfony-bridge",
3-
"type": "library",
3+
"type": "symfony-bundle",
44
"description": "Bridge for using command buses and event buses in Symfony projects",
55
"keywords": ["Symfony", "Doctrine", "event bus", "command bus"],
66
"homepage": "http://github.com/SimpleBus/SymfonyBridge",

0 commit comments

Comments
 (0)