Skip to content

Commit

Permalink
release: 2.5.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jan 4, 2025
1 parent e11fce2 commit f4b1ae8
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 @@ -68,9 +68,9 @@
}
},
"replace": {
"rekalogika/domain-event": "2.5.0",
"rekalogika/domain-event-contracts": "2.5.0",
"rekalogika/domain-event-outbox": "2.5.0"
"rekalogika/domain-event": "2.5.1",
"rekalogika/domain-event-contracts": "2.5.1",
"rekalogika/domain-event-outbox": "2.5.1"
},
"minimum-stability": "stable"
}
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.5",
"rekalogika/domain-event-contracts": "^2.5",
"rekalogika/domain-event": "^2.5.1",
"rekalogika/domain-event-contracts": "^2.5.1",
"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.5",
"rekalogika/domain-event-contracts": "^2.5.1",
"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 f4b1ae8

Please sign in to comment.