bump to phpstan 0.12.86 and php-parser 4.10.5 (#14)

This commit is contained in:
Tomas Votruba 2021-05-11 13:52:50 +02:00 committed by GitHub
parent 5cea7f9234
commit aa45d4e22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ jobs:
-
name: 'Along PHPStan'
install: composer require phpstan/phpstan:0.12.85 --dev --ansi
install: composer require phpstan/phpstan:0.12.86 --dev --ansi
run: |
vendor/bin/rector list --ansi
vendor/bin/phpstan -h --ansi

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.85"
"phpstan/phpstan": "0.12.86"
},
"autoload": {
"files": [

View File

@ -19,9 +19,9 @@
"jean85/pretty-package-versions": "^1.6",
"nette/caching": "^3.1",
"nette/utils": "^3.2",
"nikic/php-parser": "4.10.4",
"nikic/php-parser": "4.10.5",
"phpstan/phpdoc-parser": "^0.5.4",
"phpstan/phpstan": "0.12.85",
"phpstan/phpstan": "0.12.86",
"phpstan/phpstan-phpunit": "^0.12.18",
"rector/rector-cakephp": "^0.10.4",
"rector/rector-doctrine": "^0.10.6",