Skip to content

Commit

Permalink
Update all non-major dependencies (#82)
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| packagist  | phpstan/phpstan         | 1.10.15 | 1.10.18 |
| packagist  | phpstan/phpstan-phpunit | 1.3.11  | 1.3.13  |
| packagist  | phpstan/phpstan-symfony | 1.3.1   | 1.3.2   |
| packagist  | phpunit/phpunit         | 10.1.3  | 10.2.1  |
| packagist  | vimeo/psalm             | 5.11.0  | 5.12.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 8, 2023
1 parent c7f9b13 commit ab8c7d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -42,19 +42,19 @@
"doctrine/coding-standard": "^12.0.0",
"ergebnis/composer-normalize": "^2.31.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan": "^1.10.18",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.3.1",
"phpstan/phpstan-symfony": "^1.3.2",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.1.3",
"phpunit/phpunit": "^10.2.1",
"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.11.0"
"vimeo/psalm": "^5.12.0"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit ab8c7d9

Please sign in to comment.