Skip to content

Commit 0bd5384

Browse files
authored
Merge pull request #30581 from hostep/relax-phpstan-constraint
Allow higher versions of phpstan to be installed
2 parents 1eba3e8 + e355503 commit 0bd5384

File tree

2 files changed

+8
-44
lines changed

2 files changed

+8
-44
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"pdepend/pdepend": "~2.7.1",
9696
"phpcompatibility/php-compatibility": "^9.3",
9797
"phpmd/phpmd": "^2.8.0",
98-
"phpstan/phpstan": ">=0.12.3 <=0.12.23",
98+
"phpstan/phpstan": "^0.12.3",
9999
"phpunit/phpunit": "^9",
100100
"sebastian/phpcpd": "~5.0.0",
101101
"squizlabs/php_codesniffer": "~3.5.4"

composer.lock

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

0 commit comments

Comments
 (0)