Skip to content

Commit cb37ee9

Browse files
committed
Bump phpstan to v2 (PHP 7.4)
1 parent e7d6d2f commit cb37ee9

File tree

6 files changed

+798
-512
lines changed

6 files changed

+798
-512
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ Intended to follow [«Keep a Changelog»](https://keepachangelog.com/en/)
1717
}
1818
}
1919
```
20+
- consider updating [getClassNames](https://github.com/phpstan/phpstan-src/blob/e6d9f0c3ec251ea6fad604d3f97e02bedb4d7f42/src/Rules/Classes/InstantiationRule.php#L235)
2021

2122
----
2223

24+
## [1.1.0]
25+
26+
### Addded
27+
- Support for PHPStan 2
28+
2329
## [1.0.1]
2430

2531
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "7.4 - 8.4",
1414
"ebln/phpstan-factory-mark": "^1.1",
15-
"phpstan/phpstan": "^1.11"
15+
"phpstan/phpstan": "^2.0"
1616
},
1717
"require-dev": {
1818
"ergebnis/composer-normalize": "^2.15",

0 commit comments

Comments
 (0)