Skip to content

Commit eba8e0d

Browse files
committed
Add dev-support for PHPStan 2
1 parent 84ba397 commit eba8e0d

File tree

3 files changed

+247
-129
lines changed

3 files changed

+247
-129
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Intended to follow [«Keep a Changelog»](https://keepachangelog.com/en/)
55

66
----
77

8+
## [1.2.0] - 2025-05-04
9+
10+
### Added
11+
12+
- (dev-) support for PHPStan 2.0
13+
814
## [1.1.0] - 2024-06-02
915

1016
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"php": "7.4 - 8.4"
1414
},
1515
"require-dev": {
16-
"ergebnis/composer-normalize": "^2.15",
17-
"phpstan/phpstan": "^1.1"
16+
"ergebnis/composer-normalize": "^2.47",
17+
"phpstan/phpstan": "^1.1 || ^2.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)