Skip to content

Commit fb72d87

Browse files
committed
update readme
1 parent 5aacb7c commit fb72d87

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
[![Latest Stable Version](https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/v)](//packagist.org/packages/patchlevel/event-sourcing-psalm-plugin)
21
[![License](https://poser.pugx.org/patchlevel/event-sourcing-psalm-plugin/license)](//packagist.org/packages/patchlevel/event-sourcing-psalm-plugin)
32

4-
# event-sourcing-psalm-plugin
3+
# event-sourcing-phpstan-extension
54

6-
psalm plugin for [event-sourcing](https://github.com/patchlevel/event-sourcing) library.
5+
phpstan extension for [event-sourcing](https://github.com/patchlevel/event-sourcing) library.
76

87
## installation
98

109
```
11-
composer require --dev patchlevel/event-sourcing-psalm-plugin
12-
vendor/bin/psalm-plugin enable Patchlevel\\EventSourcingPsalmPlugin\\Plugin
10+
composer require --dev patchlevel/event-sourcing-phpstan-extension
1311
```
12+
13+
add the extension to your `phpstan.neon`:
14+
15+
```neon
16+
includes:
17+
- vendor/patchlevel/event-sourcing-phpstan-extension/extension.neon
18+
```

0 commit comments

Comments
 (0)