Skip to content

Commit

Permalink
Update all non-major dependencies (#87)
Browse files Browse the repository at this point in the history
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| packagist  | ergebnis/composer-normalize       | 2.33.0  | 2.35.0  |
| packagist  | phpstan/phpstan                   | 1.10.26 | 1.10.29 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.3   | 1.1.4   |
| packagist  | phpunit/phpunit                   | 10.2.6  | 10.3.2  |
| packagist  | vimeo/psalm                       | 5.13.1  | 5.15.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 21, 2023
1 parent 2907716 commit eed4243
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 @@ -40,21 +40,21 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"ergebnis/composer-normalize": "^2.33.0",
"ergebnis/composer-normalize": "^2.35.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpstan/phpstan": "^1.10.26",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan": "^1.10.29",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.3.2",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.2.6",
"phpunit/phpunit": "^10.3.2",
"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.13.1"
"vimeo/psalm": "^5.15.0"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit eed4243

Please sign in to comment.