Skip to content

Commit

Permalink
Improve description in upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Aug 23, 2024
1 parent 480bb99 commit a449615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Renamed package

Update compose to require `digitalcraftsman/cqs-routing` instead of `digitalcraftsman/cqrs`.
Replace `digitalcraftsman/cqrs` with `digitalcraftsman/cqs-routing` in `composer.json`.

Then rename the `cqrs.php` to `cqs-routing.php` and rename `CQRSConfig $cqrsConfig` to `CQSRoutingConfig $cqsRoutingConfig` in the configuration.

Expand Down Expand Up @@ -32,6 +32,8 @@ return static function (CqsRoutingConfig $cqsRoutingConfig) {

Rename all imports from `DigitalCraftsman\CQRS` to `DigitalCraftsman\CQSRouting`.

It should be possible to use a simple search / replace for that. It's best to do this, before exchanging the packages in the `composer.json`.

## From 0.12.* to 0.13.0

### Upgrade to at least Symfony 6.4
Expand Down

0 comments on commit a449615

Please sign in to comment.