You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
<h2align="center">
2
-
⚠️ This is proof of concept.<br/>
3
2
PHPStan Wrapper for Composer Dependency Analysis
4
3
</h2>
5
4
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).
7
6
8
7
This allows you to use `composer-dependency-analyser` without adding additional steps in your CI pipeline.
9
8
@@ -13,7 +12,9 @@ This allows you to use `composer-dependency-analyser` without adding additional
13
12
2. Add the following to your `phpstan.neon` includes: `- vendor/pb30/phpstan-composer-analysis/extension.neon`
14
13
15
14
## 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..
0 commit comments