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.66  |
| packagist   | phpstan/phpstan-phpunit      | 1.3.15   | 1.3.16   |
| packagist   | phpstan/phpstan-strict-rules | 1.5.2    | 1.5.3    |
| packagist   | phpunit/phpunit              | 9.6.16   | 9.6.19   |
| packagist   | psalm/plugin-phpunit         | 0.18.4   | 0.19.0   |
| github-tags | ridedott/merge-me-action     | v2.10.66 | v2.10.77 |
| github-tags | shivammathur/setup-php       | 2.29.0   | 2.30.2   |
| packagist   | vimeo/psalm                  | 5.20.0   | 5.23.1   |
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent f8fb436 commit aab1d1d
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 241 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strict: true

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
uses: "actions/[email protected]"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
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/[email protected].66"
uses: "ridedott/[email protected].77"
with:
GITHUB_LOGIN: "renovate"
GITHUB_TOKEN: "${{ secrets.LCTRS_BOT_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.29.0"
uses: "shivammathur/setup-php@2.30.2"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
14 changes: 7 additions & 7 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.66",
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpunit/phpunit": "9.6.16",
"psalm/plugin-phpunit": "0.18.4",
"vimeo/psalm": "5.20.0"
"phpstan/phpstan-phpunit": "1.3.16",
"phpstan/phpstan-strict-rules": "1.5.3",
"phpunit/phpunit": "9.6.19",
"psalm/plugin-phpunit": "0.19.0",
"vimeo/psalm": "5.23.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit aab1d1d

Please sign in to comment.