Skip to content

Commit

Permalink
[PHPStan] Update to PHPStan 0.12.98 (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 4, 2021
1 parent 479df50 commit 61709a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

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.97"
"phpstan/phpstan": "0.12.98"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61709a1

Please sign in to comment.