Skip to content

Commit

Permalink
Merge pull request #24 from othillo/broadway-1.0
Browse files Browse the repository at this point in the history
use broadway 1.0
  • Loading branch information
asm89 authored Mar 7, 2017
2 parents 2bc6627 + f6b0017 commit 79dd00b
Show file tree
Hide file tree
Showing 16 changed files with 493 additions and 247 deletions.
3 changes: 3 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ doctrine:
path: "%kernel.cache_dir%.events.sqlite"

broadway:
event_store:
dbal:
enabled: true
read_model:
repository: elasticsearch
elasticsearch:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
}
],
"require": {
"broadway/broadway": "~0.10.0@dev",
"doctrine/doctrine-bundle": "~1.6",
"elasticsearch/elasticsearch": "~2.0",
"broadway/broadway": "^1.0",
"broadway/broadway-bundle": "^0.2",
"broadway/event-store-dbal": "^0.1",
"broadway/read-model-elasticsearch": "^0.1",
"symfony/browser-kit": "~2.8",
"symfony/console": "~2.8",
"symfony/class-loader": "~2.8",
Expand Down
Loading

0 comments on commit 79dd00b

Please sign in to comment.