Skip to content

Commit d20b0de

Browse files
authored
Merge pull request bitExpert#241 from shochdoerfer/feature/phpstan-1.6
PHPStan 1.6 compatibility
2 parents f24cc61 + 50c0e80 commit d20b0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2.0 || ^8.1.0",
2323
"ext-dom": "*",
2424
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0",
25-
"phpstan/phpstan": "^1.5.7",
25+
"phpstan/phpstan": "^1.6.2",
2626
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2727
},
2828
"conflict": {
@@ -39,7 +39,7 @@
3939
"nikic/php-parser": "^4.13.2",
4040
"phpstan/extension-installer": "^1.1.0",
4141
"phpstan/phpstan-phpunit": "^1.1.1",
42-
"phpstan/phpstan-strict-rules": "^1.1.0",
42+
"phpstan/phpstan-strict-rules": "^1.2.0",
4343
"phpunit/phpunit": "^9.5.19",
4444
"squizlabs/php_codesniffer": "^3.6.2"
4545
},

0 commit comments

Comments
 (0)