We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e50c8 commit 83d26daCopy full SHA for 83d26da
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## 0.2.3 Under development
4
5
+- Enh #25: Add support for PHPStan Extension Installer (@samuelrajan747)
6
+
7
## 0.2.2 June 04, 2025
8
9
- Bug #22: Make `$configPath` optional in constructor `ServiceMap` class and update docs `README.md` (@terabytesoftw)
composer.json
@@ -32,7 +32,12 @@
32
"extra": {
33
"branch-alias": {
34
"dev-main": "0.2.x-dev"
35
- }
+ },
36
+ "phpstan": {
37
+ "includes": [
38
+ "extension.neon"
39
+ ]
40
+ }
41
},
42
"config": {
43
"sort-packages": true,
0 commit comments