Skip to content

Commit

Permalink
Update all non-major dependencies (#76)
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| packagist  | phpstan/phpstan         | 1.10.7  | 1.10.8  |
| packagist  | phpstan/phpstan-phpunit | 1.3.10  | 1.3.11  |
| packagist  | phpunit/phpunit         | 10.0.16 | 10.0.19 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 27, 2023
1 parent 267225f commit e804072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"doctrine/coding-standard": "^11.1.0",
"ergebnis/composer-normalize": "^2.30.2",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan": "^1.10.8",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-symfony": "^1.2.23",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.0.16",
"phpunit/phpunit": "^10.0.19",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"symfony/config": "^5.4 || ^6.2.5",
Expand Down

0 comments on commit e804072

Please sign in to comment.