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 0bf243c commit 6b4aa6fCopy full SHA for 6b4aa6f
composer.json
@@ -1,9 +1,10 @@
1
{
2
"name": "shipmonk/phpstan-rules",
3
- "description": "Various PHPStan rules we found useful in ShipMonk.",
+ "description": "Various extra strict PHPStan rules we found useful in ShipMonk.",
4
"license": [
5
"MIT"
6
],
7
+ "type": "phpstan-extension",
8
"keywords": [
9
"phpstan",
10
"static analysis"
@@ -42,6 +43,13 @@
42
43
},
44
"sort-packages": true
45
46
+ "extra": {
47
+ "phpstan": {
48
+ "includes": [
49
+ "rules.neon"
50
+ ]
51
+ }
52
+ },
53
"scripts": {
54
"check": [
55
"@check:composer",
0 commit comments