Skip to content

Commit 4da5311

Browse files
authored
Merge pull request #192 from shochdoerfer/feature/phpstan_1.4
Deprecate PHPStan 1.3 and make extension compatible with PHPStan 1.4
2 parents e96642f + b6dd122 commit 4da5311

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2.0 || ^8.0.0",
2323
"ext-dom": "*",
2424
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1",
25-
"phpstan/phpstan": "^1.3.0",
25+
"phpstan/phpstan": "^1.4.0",
2626
"symfony/finder": "^3.0 || ^4.0 || ^5.0"
2727
},
2828
"conflict": {

composer.lock

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

0 commit comments

Comments
 (0)