Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                     | from     | to       |
| ----------- | --------------------------- | -------- | -------- |
| packagist   | ergebnis/composer-normalize | 2.31.0   | 2.42.0   |
| packagist   | phpstan/phpstan             | 1.10.57  | 1.10.59  |
| packagist   | phpstan/phpstan-phpunit     | 1.3.15   | 1.3.16   |
| packagist   | phpunit/phpunit             | 9.6.16   | 9.6.17   |
| github-tags | ridedott/merge-me-action    | v2.10.66 | v2.10.70 |
| packagist   | vimeo/psalm                 | 5.20.0   | 5.22.2   |
  • Loading branch information
renovate[bot] committed Feb 29, 2024
1 parent f8fb436 commit 2567a76
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-renovate-upgrades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: "Auto-Merge"
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
uses: "ridedott/merge-me-action@v2.10.66"
uses: "ridedott/merge-me-action@v2.10.70"
with:
GITHUB_LOGIN: "renovate"
GITHUB_TOKEN: "${{ secrets.LCTRS_BOT_TOKEN }}"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
},
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"ergebnis/composer-normalize": "2.31.0",
"ergebnis/composer-normalize": "2.42.0",
"ergebnis/license": "2.4.0",
"infection/infection": "0.26.19",
"maglnet/composer-require-checker": "4.4.0",
"phpstan/extension-installer": "1.3.1",
"phpstan/phpstan": "1.10.57",
"phpstan/phpstan": "1.10.59",
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-phpunit": "1.3.16",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpunit/phpunit": "9.6.16",
"phpunit/phpunit": "9.6.17",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "5.20.0"
"vimeo/psalm": "5.22.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2567a76

Please sign in to comment.