Skip to content

Commit bd7928b

Browse files
authored
Merge pull request #9 from shadowhand/patch-1
Add support for extension-installer
2 parents c43c971 + ffa6b3f commit bd7928b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "timeweb/phpstan-enum",
33
"description": "Enum class reflection extension for PHPStan",
4+
"type": "phpstan-extension",
45
"keywords": ["enum", "phpstan"],
56
"license": "MIT",
67
"require": {
@@ -23,5 +24,12 @@
2324
},
2425
"scripts": {
2526
"test": "phpunit"
27+
},
28+
"extra": {
29+
"phpstan": {
30+
"includes": [
31+
"extension.neon"
32+
]
33+
}
2634
}
2735
}

0 commit comments

Comments
 (0)