Skip to content

Commit

Permalink
Bump to phpstan ^1.9.4 (#3214)
Browse files Browse the repository at this point in the history
* Bump to phpstan ^1.9.4

* [ci-review] Rector Rectify

Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
samsonasik and actions-user committed Dec 17, 2022
1 parent e895bce commit b090ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2|^8.0",
"phpstan/phpstan": "^1.9.3"
"phpstan/phpstan": "^1.9.4"
},
"autoload": {
"files": [
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"nikic/php-parser": "^4.15.2",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.15.2",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3.2",
"react/event-loop": "^1.3",
"react/socket": "^1.12",
Expand All @@ -29,11 +29,11 @@
"rector/rector-symfony": "dev-main",
"sebastian/diff": "^4.0.4",
"symfony/config": "^6.2",
"symfony/console": "^6.2.1",
"symfony/console": "^6.2.2",
"symfony/contracts": "^3.2",
"symfony/dependency-injection": "6.1.*",
"symfony/finder": "^6.2",
"symfony/string": "^6.2",
"symfony/string": "^6.2.2",
"symplify/easy-parallel": "^11.1.18",
"symplify/rule-doc-generator-contracts": "^11.1.18",
"webmozart/assert": "^1.11"
Expand Down

0 comments on commit b090ced

Please sign in to comment.