We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841739f commit 08007a5Copy full SHA for 08007a5
README.md
@@ -10,8 +10,22 @@
10
11
## Installation
12
13
-```command
14
-$ composer require --dev ticketswap/phpstan-error-formatter
+To use this extension, require it in [Composer](https://getcomposer.org/):
+
15
+```bash
16
+composer require --dev ticketswap/phpstan-error-formatter
17
+```
18
19
+If you also install [phpstan/extension-installer](https://github.com/phpstan/extension-installer) then you're all set!
20
21
+<details>
22
+ <summary>Manual installation</summary>
23
24
+If you don't want to use `phpstan/extension-installer`, include extension.neon in your project's PHPStan config:
25
26
+```neon
27
+includes:
28
+ - vendor/ticketswap/phpstan-error-formatter/extension.neon
29
```
30
31
## Usage
0 commit comments