Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| packagist  | phpstan/phpstan         | 1.10.59 | 1.10.62 |
| packagist  | phpstan/phpstan-symfony | 1.3.8   | 1.3.9   |
| packagist  | phpunit/phpunit         | 10.5.11 | 10.5.13 |
| packagist  | psalm/plugin-phpunit    | 0.18.4  | 0.19.0  |
| packagist  | vimeo/psalm             | 5.22.2  | 5.23.1  |
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent bd0351b commit 8e9791c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"doctrine/coding-standard": "^12.0.0",
"ergebnis/composer-normalize": "^2.42.0",
"php-standard-library/psalm-plugin": "^2.3.0",
"phpstan/phpstan": "^1.10.59",
"phpstan/phpstan": "^1.10.62",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-symfony": "^1.3.8",
"phpstan/phpstan-symfony": "^1.3.9",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"phpunit/phpunit": "^10.5.13",
"psalm/plugin-phpunit": "^0.19.0",
"roave/security-advisories": "dev-master",
"symfony/config": "^6.4 || ^7.0",
"symfony/options-resolver": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0",
"vimeo/psalm": "^5.22.2"
"vimeo/psalm": "^5.23.1"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit 8e9791c

Please sign in to comment.