Upgrade phpstan/phpstan to 0.12.94 (#585)

This commit is contained in:
Brandon Olivares 2021-08-03 09:32:38 -04:00 committed by GitHub
parent ae55eac4c9
commit 202b47a593
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.93"
"phpstan/phpstan": "0.12.94"
},
"autoload": {
"files": [

View File

@ -20,7 +20,7 @@
"nette/utils": "^3.2",
"nikic/php-parser": "4.12.0",
"phpstan/phpdoc-parser": "^0.5.5",
"phpstan/phpstan": "dev-master#fc2d1db",
"phpstan/phpstan": "0.12.94",
"phpstan/phpstan-phpunit": "^0.12.21",
"rector/extension-installer": "^0.11.0",
"rector/rector-cakephp": "^0.11.3",