Skip to content

Commit

Permalink
release: 2.3.4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored May 30, 2024
1 parent 7a34180 commit 76cb2fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
}
},
"replace": {
"rekalogika/domain-event": "2.3.1",
"rekalogika/domain-event-contracts": "2.3.1",
"rekalogika/domain-event-outbox": "2.3.1"
"rekalogika/domain-event": "2.3.4",
"rekalogika/domain-event-contracts": "2.3.4",
"rekalogika/domain-event-outbox": "2.3.4"
},
"config": {
"sort-packages": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/domain-event-outbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"doctrine/doctrine-bundle": "^2.11.3 || ^2.12",
"doctrine/orm": "^2.16 || ^3.0",
"doctrine/persistence": "^3.2",
"rekalogika/domain-event": "^2.3.1",
"rekalogika/domain-event-contracts": "^2.3.1",
"rekalogika/domain-event": "^2.3.4",
"rekalogika/domain-event-contracts": "^2.3.4",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain-event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"doctrine/orm": "^2.16 || ^3.0",
"doctrine/persistence": "^3.2",
"psr/event-dispatcher": "^1.0",
"rekalogika/domain-event-contracts": "^2.3.1",
"rekalogika/domain-event-contracts": "^2.3.4",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
Expand Down

0 comments on commit 76cb2fb

Please sign in to comment.