Skip to content

Commit d3ce7a5

Browse files
committed
update
1 parent 657473d commit d3ce7a5

35 files changed

Lines changed: 306 additions & 360 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2323
"doctrine/dbal": "^4.0.0",
2424
"doctrine/migrations": "^3.3.2",
25-
"patchlevel/hydrator": "^1.8.0",
25+
"patchlevel/hydrator": "^2.0.x-dev",
2626
"patchlevel/worker": "^1.4.0",
2727
"psr/cache": "^2.0.0 || ^3.0.0",
2828
"psr/clock": "^1.0",

composer.lock

Lines changed: 68 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ powered by the reliable Doctrine ecosystem and focused on developer experience.
1111
* Automatic [snapshot](snapshots.md)-system to boost your performance
1212
* [Split](split-stream.md) big aggregates into multiple streams
1313
* Versioned and managed lifecycle of [subscriptions](subscription.md) like projections and processors
14-
* Safe usage of [Personal Data](personal-data.md) with crypto-shredding
14+
* Safe usage of [Personal Data](sensitive-data.md) with crypto-shredding
1515
* Smooth [upcasting](upcasting.md) of old events
1616
* Simple setup with [scheme management](store.md) and [doctrine migration](store.md)
1717
* Built in [cli commands](cli.md) with [symfony](https://symfony.com/)

0 commit comments

Comments
 (0)