Skip to content

Commit aa45d4e

Browse files
authored
bump to phpstan 0.12.86 and php-parser 4.10.5 (#14)
1 parent 5cea7f9 commit aa45d4e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/target-repository/.github/workflows/rector_run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
-
2929
name: 'Along PHPStan'
30-
install: composer require phpstan/phpstan:0.12.85 --dev --ansi
30+
install: composer require phpstan/phpstan:0.12.86 --dev --ansi
3131
run: |
3232
vendor/bin/rector list --ansi
3333
vendor/bin/phpstan -h --ansi

build/target-repository/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.1|^8.0",
10-
"phpstan/phpstan": "0.12.85"
10+
"phpstan/phpstan": "0.12.86"
1111
},
1212
"autoload": {
1313
"files": [

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"jean85/pretty-package-versions": "^1.6",
2020
"nette/caching": "^3.1",
2121
"nette/utils": "^3.2",
22-
"nikic/php-parser": "4.10.4",
22+
"nikic/php-parser": "4.10.5",
2323
"phpstan/phpdoc-parser": "^0.5.4",
24-
"phpstan/phpstan": "0.12.85",
24+
"phpstan/phpstan": "0.12.86",
2525
"phpstan/phpstan-phpunit": "^0.12.18",
2626
"rector/rector-cakephp": "^0.10.4",
2727
"rector/rector-doctrine": "^0.10.6",

0 commit comments

Comments
 (0)