Skip to content

Commit

Permalink
Update all non-major dependencies (#80)
Browse files Browse the repository at this point in the history
| datasource | package                     | from    | to      |
| ---------- | --------------------------- | ------- | ------- |
| packagist  | ergebnis/composer-normalize | 2.30.2  | 2.31.0  |
| packagist  | phpstan/phpstan             | 1.10.14 | 1.10.15 |
| packagist  | phpunit/phpunit             | 10.1.2  | 10.1.3  |
| packagist  | vimeo/psalm                 | 5.9.0   | 5.11.0  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 32caa61 commit 4556f70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.30.2",
"ergebnis/composer-normalize": "^2.31.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpstan/phpstan": "^1.10.14",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.3.1",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^10.1.2",
"phpunit/phpunit": "^10.1.3",
"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.9.0"
"vimeo/psalm": "^5.11.0"
},
"conflict": {},
"prefer-stable": true,
Expand Down

0 comments on commit 4556f70

Please sign in to comment.