Skip to content

Commit 81e50cc

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 4.2.1 | 4.2.1 | | 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.2 | | packagist | phpunit/phpunit | 12.5.9 | 12.5.10 | | packagist | roave/infection-static-analysis-plugin | 1.43.0 | 1.43.0 | | packagist | vimeo/psalm | 6.15.0 | 6.15.1 |
1 parent 46f82f1 commit 81e50cc

3 files changed

Lines changed: 23 additions & 23 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
}
1717
],
1818
"require": {
19-
"php": "~8.4.1",
19+
"php": "~8.5.2",
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.2.1",
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",
@@ -35,11 +35,11 @@
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.10",
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: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)