Skip to content

Commit

Permalink
Add Messenger component and add new buses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutacon committed Aug 29, 2018
1 parent 970f66a commit 6f2fc94
Show file tree
Hide file tree
Showing 20 changed files with 435 additions and 593 deletions.
4 changes: 4 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=development
JWT_TTL=604800
###< lexik/jwt-authentication-bundle ###

###> symfony/messenger ###
MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
###< symfony/messenger ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"broadway/broadway-bundle": "^0.4.1",
"broadway/event-store-dbal": "^0.2.1",
"elasticsearch/elasticsearch": "^6.0",
"league/tactician-bundle": "^1.1",
"lexik/jwt-authentication-bundle": "^2.5",
"nelmio/api-doc-bundle": "^3.2",
"php-amqplib/rabbitmq-bundle": "^1.14",
Expand All @@ -22,6 +21,7 @@
"symfony/flex": "^1.0",
"symfony/framework-bundle": "^4.1",
"symfony/lts": "^4@dev",
"symfony/messenger": "^4.1",
"symfony/orm-pack": "^1.0",
"symfony/security-bundle": "^4.1",
"symfony/twig-bundle": "^4.1",
Expand Down

0 comments on commit 6f2fc94

Please sign in to comment.