Skip to content

Commit 4b84e22

Browse files
committed
Merge remote-tracking branch 'origin/4.0.x' into 3.14.x-merge-up-into-4.0.x_3Mm6JAUR
2 parents c14a953 + ce3769a commit 4b84e22

244 files changed

Lines changed: 6475 additions & 7799 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

UPGRADE-2.0.md

Lines changed: 0 additions & 402 deletions
This file was deleted.

UPGRADE-3.0.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

UPGRADE-4.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The upgrade path is located in our docs. Please have a look at
2+
[here](https://patchlevel.github.io/event-sourcing-docs/4.0/UPGRADE-4.0/).

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"infection/infection": "^0.31.9",
4242
"league/commonmark": "^2.6.1",
4343
"patchlevel/coding-standard": "^1.3.0",
44+
"patchlevel/event-sourcing-phpstan-extension": "dev-event-sourcing-4.0",
4445
"phpat/phpat": "^0.12.0",
4546
"phpbench/phpbench": "^1.4.1",
4647
"phpstan/phpstan": "^2.1.11",

composer.lock

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

deptrac-baseline.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
deptrac:
22
skip_violations:
3-
Patchlevel\EventSourcing\Aggregate\AggregateRootId:
4-
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer
5-
Patchlevel\EventSourcing\Aggregate\CustomId:
6-
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer
7-
Patchlevel\EventSourcing\Aggregate\Uuid:
8-
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer
93
Patchlevel\EventSourcing\Attribute\Processor:
104
- Patchlevel\EventSourcing\Subscription\RunMode
115
Patchlevel\EventSourcing\Attribute\Projector:
@@ -14,12 +8,9 @@ deptrac:
148
- Patchlevel\EventSourcing\Aggregate\AggregateRoot
159
Patchlevel\EventSourcing\Attribute\Subscriber:
1610
- Patchlevel\EventSourcing\Subscription\RunMode
17-
Patchlevel\EventSourcing\Store\DoctrineDbalStore:
18-
- Patchlevel\EventSourcing\Aggregate\AggregateHeader
19-
Patchlevel\EventSourcing\Store\DoctrineDbalStoreStream:
20-
- Patchlevel\EventSourcing\Aggregate\AggregateHeader
21-
Patchlevel\EventSourcing\Store\InMemoryStore:
22-
- Patchlevel\EventSourcing\Aggregate\AggregateHeader
23-
- Patchlevel\EventSourcing\Metadata\Event\EventRegistry
24-
Patchlevel\EventSourcing\Store\MissingEventRegistry:
25-
- Patchlevel\EventSourcing\Metadata\Event\EventRegistry
11+
Patchlevel\EventSourcing\Identifier\CustomId:
12+
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer
13+
Patchlevel\EventSourcing\Identifier\Identifier:
14+
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer
15+
Patchlevel\EventSourcing\Identifier\Uuid:
16+
- Patchlevel\EventSourcing\Serializer\Normalizer\IdNormalizer

0 commit comments

Comments
 (0)