Skip to content

Commit 83d26da

Browse files
Add support for PHPStan Extension Installer (#25)
1 parent 52e50c8 commit 83d26da

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 0.2.3 Under development
44

5+
- Enh #25: Add support for PHPStan Extension Installer (@samuelrajan747)
6+
57
## 0.2.2 June 04, 2025
68

79
- Bug #22: Make `$configPath` optional in constructor `ServiceMap` class and update docs `README.md` (@terabytesoftw)

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
3232
"extra": {
3333
"branch-alias": {
3434
"dev-main": "0.2.x-dev"
35-
}
35+
},
36+
"phpstan": {
37+
"includes": [
38+
"extension.neon"
39+
]
40+
}
3641
},
3742
"config": {
3843
"sort-packages": true,

0 commit comments

Comments
 (0)