Skip to content

Commit 12e0191

Browse files
lookymanondrejmirtes
authored andcommitted
Extension installer support
1 parent 47581af commit 12e0191

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "phpstan/phpstan-strict-rules",
33
"description": "Extra strict and opinionated rules for PHPStan",
4+
"type": "phpstan-extension",
45
"license": ["MIT"],
56
"minimum-stability": "dev",
67
"prefer-stable": true,
78
"extra": {
89
"branch-alias": {
910
"dev-master": "0.11-dev"
11+
},
12+
"phpstan": {
13+
"includes": [
14+
"rules.neon"
15+
]
1016
}
1117
},
1218
"require": {

0 commit comments

Comments
 (0)