Skip to content

Commit df2edc1

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | packagist | composer/composer | 2.7.7 | 2.8.3 | | packagist | infection/infection | 0.27.11 | 0.29.8 | | github-tags | laminas/automatic-releases | 1.24.0 | 1.25.0 | | packagist | ocramius/package-versions | 2.8.0 | 2.9.0 | | github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 | | packagist | phpunit/phpunit | 10.5.26 | 10.5.38 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.31.1 | | packagist | vimeo/psalm | 5.25.0 | 5.26.1 |
1 parent a747d54 commit df2edc1

7 files changed

+12
-12
lines changed

Diff for: .github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.30.0"
27+
uses: "shivammathur/setup-php@2.31.1"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: "Install PHP"
29-
uses: "shivammathur/setup-php@2.30.0"
29+
uses: "shivammathur/setup-php@2.31.1"
3030
with:
3131
coverage: "pcov"
3232
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.30.0"
32+
uses: "shivammathur/setup-php@2.31.1"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.30.0"
27+
uses: "shivammathur/setup-php@2.31.1"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/release-on-milestone-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
"GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }}
4848

4949
- name: "Bump Changelog Version On Originating Release Branch"
50-
uses: "laminas/automatic-releases@1.24.0"
50+
uses: "laminas/automatic-releases@1.25.0"
5151
with:
5252
command-name: "laminas:automatic-releases:bump-changelog"
5353
env:

Diff for: .github/workflows/run-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.30.0"
32+
uses: "shivammathur/setup-php@2.31.1"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

Diff for: composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1414
"ext-json": "*",
1515
"composer-plugin-api": "^2.1.0",
16-
"ocramius/package-versions": "^2.8.0",
17-
"vimeo/psalm": "^5.23.1",
16+
"ocramius/package-versions": "^2.9.0",
17+
"vimeo/psalm": "^5.26.1",
1818
"psalm/plugin-phpunit": "^0.19.0"
1919
},
2020
"require-dev": {
21-
"composer/composer": "^2.7.2",
21+
"composer/composer": "^2.8.3",
2222
"doctrine/coding-standard": "^12.0.0",
23-
"infection/infection": "^0.27.11",
24-
"phpunit/phpunit": "^10.5.15",
23+
"infection/infection": "^0.29.8",
24+
"phpunit/phpunit": "^10.5.38",
2525
"symfony/process": "^7.0.4"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)