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  | infection/infection      | 0.27.2  | 0.27.3  |
| packagist  | phpstan/phpstan          | 1.10.35 | 1.10.36 |
| packagist  | symfony/framework-bundle | 6.3.4   | 6.3.5   |
| packagist  | symfony/http-client      | 6.3.2   | 6.3.5   |
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent 7f2f058 commit a08a4e7
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,9 +21,9 @@
],
"minimum-stability": "stable",
"require-dev": {
"infection/infection": "^0.27.2",
"infection/infection": "^0.27.3",
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1",
"phpstan/phpstan": "^1.10.35",
"phpstan/phpstan": "^1.10.36",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-phpunit": "^1.3.14",
Expand All @@ -34,8 +34,8 @@
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "6.3.2",
"symfony/console": "6.3.4",
"symfony/framework-bundle": "6.3.4",
"symfony/http-client": "6.3.2",
"symfony/framework-bundle": "6.3.5",
"symfony/http-client": "6.3.5",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "6.3.3",
"vimeo/psalm": "^5.15.0"
Expand Down

0 comments on commit a08a4e7

Please sign in to comment.