Skip to content

Commit c472adc

Browse files
Merge pull request #33 from doppynl/phpstan-2
allow installing with phpstan/phpstan 2.0
2 parents 15d62d9 + 3a0c3bd commit c472adc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "phpstan-extension",
66
"require": {
77
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
8-
"phpstan/phpstan": "^1.12",
8+
"phpstan/phpstan": "^1.12 || ^2.0",
99
"dave-liddament/php-language-extensions": "^0.8.0 || ^0.9.0"
1010
},
1111
"require-dev": {

composer.lock

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

0 commit comments

Comments
 (0)