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.44.0    | 2.45.0    |
| github-tags | containerbase/php-prebuild  | 8.3.15    | 8.4.2     |
| packagist   | phpstan/phpstan             | 1.12.11   | 1.12.14   |
| packagist   | phpstan/phpstan-phpunit     | 1.4.1     | 1.4.2     |
| packagist   | phpunit/phpunit             | 10.5.38   | 10.5.40   |
| github-tags | ridedott/merge-me-action    | v2.10.111 | v2.10.112 |
| github-tags | shivammathur/setup-php      | 2.31.1    | 2.32.0    |
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent d496730 commit b787de6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
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/merge-me-action@v2.10.111"
uses: "ridedott/merge-me-action@v2.10.112"
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.31.1"
uses: "shivammathur/setup-php@2.32.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/Lctrs/psalm-psr-container-plugin"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-simplexml": "*",
"nikic/php-parser": "^4.19.4",
"psr/container": "^1.1.2 || ^2.0.2",
Expand All @@ -37,15 +37,15 @@
"codeception/module-cli": "2.0.1",
"codeception/module-filesystem": "3.0.1",
"doctrine/coding-standard": "12.0.0",
"ergebnis/composer-normalize": "2.44.0",
"ergebnis/composer-normalize": "2.45.0",
"ergebnis/license": "2.6.0",
"maglnet/composer-require-checker": "4.7.1",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.11",
"phpstan/phpstan": "1.12.14",
"phpstan/phpstan-deprecation-rules": "1.2.1",
"phpstan/phpstan-phpunit": "1.4.1",
"phpstan/phpstan-phpunit": "1.4.2",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpunit/phpunit": "10.5.38",
"phpunit/phpunit": "10.5.40",
"psalm/plugin-phpunit": "0.19.0",
"weirdan/codeception-psalm-module": "0.14.0"
},
Expand Down

0 comments on commit b787de6

Please sign in to comment.