Skip to content

Commit cfc912c

Browse files
committed
add event sourcing phpstan extension
1 parent ac840f9 commit cfc912c

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed

composer.json

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

composer.lock

Lines changed: 58 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- phpstan-baseline.neon
33
- vendor/phpstan/phpstan-phpunit/extension.neon
44
- vendor/phpat/phpat/extension.neon
5+
- vendor/patchlevel/event-sourcing-phpstan-extension/extension.neon
56

67
parameters:
78
level: max

0 commit comments

Comments
 (0)