Skip to content

Commit f00288b

Browse files
committed
Add support for extension installer
1 parent 0cbe6bf commit f00288b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
"name": "saschaegerer/phpstan-typo3",
33
"description": "TYPO3 CMS class reflection extension for PHPStan",
44
"license": ["MIT"],
5+
"type": "phpstan-extension",
56
"minimum-stability": "dev",
67
"prefer-stable": true,
7-
"extra": {
8-
"branch-alias": {
9-
"dev-master": "0.10-dev"
10-
}
11-
},
128
"require": {
139
"php": "~7.1",
1410
"phpstan/phpstan": "^0.10",
@@ -22,5 +18,13 @@
2218
"psr-4": {
2319
"SaschaEgerer\\PhpstanTypo3\\": "src/"
2420
}
21+
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "0.10-dev"
25+
},
26+
"phpstan": {
27+
"includes": ["extension.neon"]
28+
}
2529
}
2630
}

0 commit comments

Comments
 (0)