Skip to content

Commit ffa6b3f

Browse files
authored
Add support for extension-installer
Fixes #8
1 parent c43c971 commit ffa6b3f

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)