We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c43c971 + ffa6b3f commit bd7928bCopy full SHA for bd7928b
1 file changed
composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "timeweb/phpstan-enum",
3
"description": "Enum class reflection extension for PHPStan",
4
+ "type": "phpstan-extension",
5
"keywords": ["enum", "phpstan"],
6
"license": "MIT",
7
"require": {
@@ -23,5 +24,12 @@
23
24
},
25
"scripts": {
26
"test": "phpunit"
27
+ },
28
+ "extra": {
29
+ "phpstan": {
30
+ "includes": [
31
+ "extension.neon"
32
+ ]
33
+ }
34
}
35
0 commit comments