Skip to content

Commit

Permalink
release: 2.5.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Sep 16, 2024
1 parent 8e886a9 commit f4ceada
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "rekalogika/domain-event-src",
"description": "Domain Event Framework for Symfony",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Priyadi Iman Nurcahyo",
"email": "[email protected]"
}
],
"type": "library",
"require": {
"php": "^8.1",
"doctrine/doctrine-bundle": "^2.11.3 || ^2.12",
Expand Down Expand Up @@ -61,16 +61,16 @@
"Rekalogika\\DomainEvent\\Tests\\": "tests/"
}
},
"replace": {
"rekalogika/domain-event": "2.4.0",
"rekalogika/domain-event-contracts": "2.4.0",
"rekalogika/domain-event-outbox": "2.4.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"symfony/runtime": true
}
},
"replace": {
"rekalogika/domain-event": "2.5.0",
"rekalogika/domain-event-contracts": "2.5.0",
"rekalogika/domain-event-outbox": "2.5.0"
},
"minimum-stability": "stable"
}
2 changes: 1 addition & 1 deletion packages/domain-event-contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "2.6-dev"
}
}
}
6 changes: 3 additions & 3 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.4",
"rekalogika/domain-event-contracts": "^2.4",
"rekalogika/domain-event": "^2.5",
"rekalogika/domain-event-contracts": "^2.5",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "2.6-dev"
}
}
}
4 changes: 2 additions & 2 deletions 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.4",
"rekalogika/domain-event-contracts": "^2.5",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "2.6-dev"
}
}
}

0 comments on commit f4ceada

Please sign in to comment.