Skip to content

Commit 8f9a91e

Browse files
vhenzlondrejmirtes
authored andcommitted
Fix "composer require" example to have --dev flag
1 parent d1279c0 commit 8f9a91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It also contains this framework-specific rule (can be enabled separately):
2222
To use this extension, require it in [Composer](https://getcomposer.org/):
2323

2424
```
25-
composer require phpstan/phpstan-nette
25+
composer require --dev phpstan/phpstan-nette
2626
```
2727

2828
And include extension.neon in your project's PHPStan config:

0 commit comments

Comments
 (0)