Skip to content

Commit

Permalink
bump to phpstan 0.12.86 and php-parser 4.10.5 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 11, 2021
1 parent 5cea7f9 commit aa45d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/target-repository/.github/workflows/rector_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "0.12.85"
"phpstan/phpstan": "0.12.86"
},
"autoload": {
"files": [
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aa45d4e

Please sign in to comment.