allow PHPStan 1.7.2

This commit is contained in:
Tomas Votruba 2022-05-27 23:02:00 +02:00
parent e89590f925
commit 31e60de5c9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "1.7.1"
"phpstan/phpstan": "^1.7.2"
},
"autoload": {
"files": [

View File

@ -19,7 +19,7 @@
"nikic/php-parser": "^4.13.2",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.5.1",
"phpstan/phpstan": "1.7.1",
"phpstan/phpstan": "^1.7.2",
"phpstan/phpstan-phpunit": "^1.0",
"react/child-process": "^0.6.4",
"react/event-loop": "^1.3",