Skip to content

Commit da149d5

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | azjezz/psl | 3.0.2 | 3.1.0 | | packagist | monolog/monolog | 3.8.0 | 3.8.0 | | packagist | phly/keep-a-changelog | 2.12.1 | 2.13.2 | | github-tags | containerbase/php-prebuild | 8.3.12 | 8.4.1 | | packagist | php-http/curl-client | 2.3.3 | 2.3.3 | | packagist | symfony/console | 6.4.15 | 6.4.15 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3327b commit da149d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"php": "~8.3.12",
8-
"azjezz/psl": "^3.0.2",
7+
"php": "~8.4.1",
8+
"azjezz/psl": "^3.1.0",
99
"jwage/changelog-generator": "^1.4.0",
1010
"laminas/laminas-diactoros": "^2.26.0",
1111
"lcobucci/clock": "^3.3.1",
12-
"monolog/monolog": "^3.7.0",
12+
"monolog/monolog": "^3.8.0",
1313
"ocramius/package-versions": "^2.9.0",
14-
"phly/keep-a-changelog": "^2.12.1",
15-
"php-http/curl-client": "^2.3.2",
14+
"phly/keep-a-changelog": "^2.13.2",
15+
"php-http/curl-client": "^2.3.3",
1616
"php-http/discovery": "^1.20.0",
1717
"php-http/httplug": "^2.4.1",
1818
"psr/http-client": "^1.0.3",
1919
"psr/http-message": "^1.1",
2020
"psr/log": "^3.0.2",
21-
"symfony/console": "^6.4.12"
21+
"symfony/console": "^6.4.15"
2222
},
2323
"require-dev": {
2424
"doctrine/coding-standard": "^12.0.0",

0 commit comments

Comments
 (0)