Skip to content

Commit 32ae316

Browse files
authored
Merge pull request #1010 from ergebnis/feature/phpstan
Enhancement: Require `phpstan/phpstan:^2.1.35`
2 parents 597fbbf + 9e319da commit 32ae316

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
For a full diff see [`2.12.0...main`][2.12.0...main].
1010

11+
### Changed
12+
13+
- Required `phpstan/phpstan:^2.1.35` ([#1010]), by [@localheinz]
14+
1115
## [`2.12.0`][2.12.0]
1216

1317
For a full diff see [`2.11.0...2.12.0`][2.11.0...2.12.0].
@@ -736,6 +740,7 @@ For a full diff see [`362c7ea...0.1.0`][362c7ea...0.1.0].
736740
[#958]: https://github.com/ergebnis/phpstan-rules/pull/958
737741
[#972]: https://github.com/ergebnis/phpstan-rules/pull/972
738742
[#977]: https://github.com/ergebnis/phpstan-rules/pull/977
743+
[#1010]: https://github.com/ergebnis/phpstan-rules/pull/1010
739744

740745
[@cosmastech]: https://github.com/cosmastech
741746
[@enumag]: https://github.com/enumag

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2525
"ext-mbstring": "*",
26-
"phpstan/phpstan": "^2.1.8"
26+
"phpstan/phpstan": "^2.1.35"
2727
},
2828
"require-dev": {
2929
"codeception/codeception": "^4.0.0 || ^5.0.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)