Bump phpstan/phpstan to 0.12.96 (#745)

* Bump phpstan/phpstan to 0.12.96

* Bump phpstan/phpstan to 0.12.96 in all required places
This commit is contained in:
Arkadiusz Kondas 2021-08-23 14:23:46 +02:00 committed by GitHub
parent 7eb5e75cda
commit 006ed853ed
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.95 --dev --ansi
install: composer require phpstan/phpstan:^0.12.96 --dev --ansi
name: "PHP ${{ matrix.php_version }}"

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.95"
"phpstan/phpstan": "0.12.96"
},
"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.95",
"phpstan/phpstan": "0.12.96",
"phpstan/phpstan-phpunit": "^0.12.21",
"rector/extension-installer": "^0.11.0",
"rector/rector-cakephp": "^0.11.3",