Add support for phpstan/phpstan 0.12.91 (#379)

This commit is contained in:
Steve 2021-07-07 02:01:43 +12:00 committed by GitHub
parent 49a3c8d467
commit 36ac7ab284
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.1|^8.0",
"phpstan/phpstan": ">=0.12.86 <=0.12.90"
"phpstan/phpstan": ">=0.12.86 <=0.12.91"
},
"autoload": {
"files": [

View File

@ -21,7 +21,7 @@
"nette/utils": "^3.2",
"nikic/php-parser": "4.10.5",
"phpstan/phpdoc-parser": "^0.5.5",
"phpstan/phpstan": ">=0.12.86 <=0.12.90",
"phpstan/phpstan": ">=0.12.86 <=0.12.91",
"phpstan/phpstan-phpunit": "^0.12.20",
"rector/extension-installer": "^0.10.2",
"rector/rector-cakephp": "^0.11.3",