Skip to content

Commit 321290a

Browse files
committed
Configuration for extension installer
1 parent 490ff77 commit 321290a

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,5 +1,6 @@
11
{
22
"name": "phpstan/phpstan-symfony",
3+
"type": "phpstan-extension",
34
"description": "Symfony Framework extensions and rules for PHPStan",
45
"license": ["MIT"],
56
"authors": [
@@ -14,6 +15,11 @@
1415
"extra": {
1516
"branch-alias": {
1617
"dev-master": "0.11-dev"
18+
},
19+
"phpstan": {
20+
"include": [
21+
"extension.neon"
22+
]
1723
}
1824
},
1925
"require": {

0 commit comments

Comments
 (0)