Try pin PHPStan 1.7.1 (#2381)

This commit is contained in:
Abdul Malik Ikhsan 2022-05-28 00:27:04 +07:00 committed by GitHub
parent 7f40d20ff7
commit 429e5746ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1"
},
"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.1",
"phpstan/phpstan-phpunit": "^1.0",
"react/child-process": "^0.6.4",
"react/event-loop": "^1.3",