Skip to content

Commit bfcb17a

Browse files
authored
Update README.md
1 parent 56d7087 commit bfcb17a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<h2 align="center">
2-
⚠️ This is proof of concept.<br/>
32
PHPStan Wrapper for Composer Dependency Analysis
43
</h2>
54

6-
This is a proof of concept PHPStan Extension for [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser).
5+
This is a PHPStan Extension for [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser).
76

87
This allows you to use `composer-dependency-analyser` without adding additional steps in your CI pipeline.
98

@@ -13,7 +12,9 @@ This allows you to use `composer-dependency-analyser` without adding additional
1312
2. Add the following to your `phpstan.neon` includes: `- vendor/pb30/phpstan-composer-analysis/extension.neon`
1413

1514
## Usage
16-
Composer dependency issues are reported as standard PHPStan errors. They can be ignored using [standard PHPStan `ignoreErrors` configuration](https://phpstan.org/user-guide/ignoring-errors#ignoring-in-configuration-file).
15+
Composer dependency issues are reported as standard PHPStan errors.
16+
17+
You can ignore any errors or false positives using the [standard PHPStan `ignoreErrors` configuration](https://phpstan.org/user-guide/ignoring-errors#ignoring-in-configuration-file) or through the settings below..
1718

1819
```
1920
------ ---------------------------------------------------------------------
@@ -58,4 +59,4 @@ parameters:
5859
ignoreAllUnusedDeps: false
5960
ignoreSpecificUnusedDeps:
6061
- laravel/tinker
61-
```
62+
```

0 commit comments

Comments
 (0)