Skip to content

Commit 075a1b2

Browse files
committed
Allow higher versions of phpstan to be installed.
1 parent 2b21388 commit 075a1b2

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

Diff for: composer.json

+1-1
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"

Diff for: composer.lock

+35-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)