Skip to content

Commit

Permalink
Update all non-major dependencies (#77)
Browse files Browse the repository at this point in the history
| datasource | package                      | from   | to      |
| ---------- | ---------------------------- | ------ | ------- |
| packagist  | phpstan/phpstan              | 1.10.8 | 1.10.12 |
| packagist  | phpstan/phpstan-strict-rules | 1.5.0  | 1.5.1   |
| packagist  | phpstan/phpstan-symfony      | 1.2.23 | 1.2.25  |
| packagist  | vimeo/psalm                  | 5.8.0  | 5.9.0   |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent e804072 commit cdbe5d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"doctrine/coding-standard": "^11.1.0",
"ergebnis/composer-normalize": "^2.30.2",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpstan/phpstan": "^1.10.8",
"phpstan/phpstan": "^1.10.12",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-symfony": "^1.2.23",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.2.25",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.0.19",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"symfony/config": "^5.4 || ^6.2.5",
"symfony/var-dumper": "^5.4 || ^6.2.5",
"thecodingmachine/phpstan-strict-rules": "^1.0.0",
"vimeo/psalm": "^5.8.0"
"vimeo/psalm": "^5.9.0"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit cdbe5d1

Please sign in to comment.