Skip to content

Commit f171b05

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ------- | ------- | | packagist | azjezz/psl | 4.3.0 | 4.3.0 | | packagist | composer/composer | 2.9.5 | 2.9.5 | | github-tags | laminas/laminas-ci-matrix-action | 1.32.0 | 1.33.0 | | packagist | monolog/monolog | 3.10.0 | 3.10.0 | | github-tags | containerbase/php-prebuild | 8.4.1 | 8.5.3 | | packagist | phpunit/phpunit | 12.5.14 | 12.5.14 | | packagist | roave/infection-static-analysis-plugin | 1.43.0 | 1.43.0 | | packagist | symfony/yaml | 8.0.6 | 8.0.6 | | packagist | vimeo/psalm | 6.15.1 | 6.15.1 |
1 parent b9511d3 commit f171b05

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
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@88c5cfdb863459ae01e3adec73d1dd4530983843 # 1.32.0
19+
uses: laminas/laminas-ci-matrix-action@6383012fc66934b529727af575aa783bd82a4c03 # 1.33.0
2020

2121
qa:
2222
name: QA Checks

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@
1616
}
1717
],
1818
"require": {
19-
"php": "~8.4.1",
19+
"php": "~8.5.3",
2020
"ext-bcmath": "*",
2121
"ext-json": "*",
2222
"ext-pcre": "*",
23-
"azjezz/psl": "^4.2.0",
24-
"composer/composer": "^2.9.2",
23+
"azjezz/psl": "^4.3.0",
24+
"composer/composer": "^2.9.5",
2525
"composer/semver": "^3.4.4",
26-
"monolog/monolog": "^3.9.0",
26+
"monolog/monolog": "^3.10.0",
2727
"nyholm/psr7": "^1.8.2",
2828
"ocramius/package-versions": "^2.11.0",
2929
"php-http/curl-client": "^2.4.0",
3030
"psr/http-client": "^1.0.3",
3131
"psr/http-message": "^2.0.0",
3232
"psr/log": "^3.0.2",
33-
"symfony/yaml": "^8.0.1"
33+
"symfony/yaml": "^8.0.6"
3434
},
3535
"require-dev": {
3636
"doctrine/coding-standard": "^14.0.0",
3737
"php-standard-library/psalm-plugin": "^2.3.0",
38-
"phpunit/phpunit": "^12.5.3",
38+
"phpunit/phpunit": "^12.5.14",
3939
"psalm/plugin-phpunit": "^0.19.5",
40-
"roave/infection-static-analysis-plugin": "^1.42.0",
40+
"roave/infection-static-analysis-plugin": "^1.43.0",
4141
"squizlabs/php_codesniffer": "^4.0.1",
42-
"vimeo/psalm": "^6.14.2"
42+
"vimeo/psalm": "^6.15.1"
4343
},
4444
"replace": {
4545
"symfony/polyfill-ctype": "*",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)