Skip to content

Commit 4f94a31

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | packagist | composer/composer | 2.8.5 | 2.8.10 | | github-tags | laminas/laminas-ci-matrix-action | 1.28.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.40.1 | 1.42.0 | | packagist | monolog/monolog | 3.8.1 | 3.9.0 | | packagist | ocramius/package-versions | 2.10.0 | 2.10.0 | | github-tags | containerbase/php-prebuild | 8.3.1 | 8.4.11 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.29 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.38.0 | | github-tags | shivammathur/setup-php | 2.31.1 | 2.35.2 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.13.2 | | packagist | symfony/yaml | 7.2.3 | 7.3.2 | | packagist | vimeo/psalm | 6.6.1 | 6.13.1 |
1 parent e965499 commit 4f94a31

File tree

5 files changed

+547
-341
lines changed

5 files changed

+547
-341
lines changed

.github/workflows/build_on_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: "Install PHP"
17-
uses: "shivammathur/setup-php@2.31.1"
17+
uses: "shivammathur/setup-php@2.35.2"
1818
with:
1919
coverage: "pcov"
2020
php-version: "8.3"

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Gather CI configuration
1818
id: matrix
19-
uses: laminas/laminas-ci-matrix-action@b0bd3422916dffbf4ea57626c10abaf1964d808b # 1.28.0
19+
uses: laminas/laminas-ci-matrix-action@7f7976e6faf1ee8fcfca77cf0487cc4d0b486f11 # 1.29.0
2020

2121
qa:
2222
name: QA Checks
@@ -27,7 +27,7 @@ jobs:
2727
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
2828
steps:
2929
- name: ${{ matrix.name }}
30-
uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.1
30+
uses: laminas/laminas-continuous-integration-action@48136b071fe32a980129e055128ec740a2dc1e18 # 1.42.0
3131
env:
3232
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
3333
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}

.github/workflows/scheduled_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: "Install PHP"
16-
uses: "shivammathur/setup-php@2.31.1"
16+
uses: "shivammathur/setup-php@2.35.2"
1717
with:
1818
coverage: "pcov"
1919
php-version: "8.3"

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@
1616
}
1717
],
1818
"require": {
19-
"php": "~8.3.1",
19+
"php": "~8.4.11",
2020
"ext-bcmath": "*",
2121
"ext-json": "*",
2222
"ext-pcre": "*",
23-
"azjezz/psl": "^3.1.0",
24-
"composer/composer": "^2.8.4",
23+
"azjezz/psl": "^3.3.0",
24+
"composer/composer": "^2.8.10",
2525
"composer/semver": "^3.4.3",
26-
"monolog/monolog": "^3.8.1",
26+
"monolog/monolog": "^3.9.0",
2727
"nyholm/psr7": "^1.8.2",
28-
"ocramius/package-versions": "^2.9.0",
28+
"ocramius/package-versions": "^2.10.0",
2929
"php-http/curl-client": "^2.3.3",
3030
"psr/http-client": "^1.0.3",
3131
"psr/http-message": "^2.0.0",
3232
"psr/log": "^3.0.2",
33-
"symfony/yaml": "^7.2.0"
33+
"symfony/yaml": "^7.3.2"
3434
},
3535
"require-dev": {
3636
"doctrine/coding-standard": "^12.0.0",
3737
"php-standard-library/psalm-plugin": "^2.3.0",
38-
"phpunit/phpunit": "^11.5.6",
39-
"psalm/plugin-phpunit": "^0.19.2",
40-
"roave/infection-static-analysis-plugin": "^1.36.0",
41-
"squizlabs/php_codesniffer": "^3.11.2",
42-
"vimeo/psalm": "^6.3.0"
38+
"phpunit/phpunit": "^11.5.29",
39+
"psalm/plugin-phpunit": "^0.19.5",
40+
"roave/infection-static-analysis-plugin": "^1.38.0",
41+
"squizlabs/php_codesniffer": "^3.13.2",
42+
"vimeo/psalm": "^6.13.1"
4343
},
4444
"replace": {
4545
"symfony/polyfill-ctype": "*",

0 commit comments

Comments
 (0)