Skip to content

Commit 0896bd0

Browse files
committed
readme install section
1 parent c38402f commit 0896bd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,18 @@
1010
> of each line of the code can be checked before you run the actual line.
1111
1212
This PHPStan extension makes enumerator accessor methods known to PHPStan.
13+
14+
## Install
15+
16+
Install via [Composer](https://getcomposer.org)
17+
18+
```
19+
composer require --dev marc-mabe/php-enum-phpstan
20+
```
21+
22+
and include extension.neon in your project's PHPStan config
23+
24+
```
25+
includes:
26+
- vendor/marc-mabe/php-enum-phpstan/extension.neon
27+
```

0 commit comments

Comments
 (0)