Skip to content

Commit

Permalink
Merge branch 'release/v0.6.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Sep 4, 2024
2 parents eed5435 + 7b678d9 commit 3e63be1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v0.6.10 (2024-09-04)
## v0.6.12 (2024-09-04)
* Renamed extension config neon

## v0.6.11 (2024-09-04)
* Improved PHPStan extension handling

## v0.6.10 (2024-08-22)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"extra": {
"phpstan": {
"includes": [
"extension.neon"
"phpstan-extension.neon"
]
},
"branch-alias": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
includes:
- ./extension.neon
- ./phpstan-extension.neon
parameters:
paths:
- src/
Expand Down

0 comments on commit 3e63be1

Please sign in to comment.