[PHPStan] Update to PHPStan 0.12.98 (#826)

This commit is contained in:
Abdul Malik Ikhsan 2021-09-04 14:29:37 +07:00 committed by GitHub
parent 479df50e71
commit 61709a198d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
-
name: 'Along PHPStan'
install: composer require phpstan/phpstan:^0.12.97 --dev --ansi
install: composer require phpstan/phpstan:^0.12.98 --dev --ansi
name: "PHP ${{ matrix.php_version }}"

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.97"
"phpstan/phpstan": "0.12.98"
},
"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": "0.12.97",
"phpstan/phpstan": "0.12.98",
"phpstan/phpstan-phpunit": "^0.12.22",
"rector/extension-installer": "^0.11.0",
"rector/rector-cakephp": "^0.11.3",