Skip to content

Commit 3b9a4c0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | guzzlehttp/guzzle | 7.8.1 | 7.9.2 | | packagist | league/commonmark | 2.4.2 | 2.5.2 | | packagist | monolog/monolog | 3.5.0 | 3.7.0 | | github-tags | containerbase/php-prebuild | 8.2.0 | 8.3.10 | | packagist | phpseclib/phpseclib | 3.0.37 | 3.0.41 | | packagist | psr/http-factory | 1.0.2 | 1.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8319ffa commit 3b9a4c0

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"rss": "https://github.com/laminas/laminas.dev/releases.atom"
1414
},
1515
"require": {
16-
"php": "~8.2.0",
16+
"php": "~8.3.10",
1717
"ext-curl": "*",
1818
"ext-hash": "*",
1919
"ext-json": "*",
2020
"ext-openswoole": "*",
2121
"beberlei/assert": "^3.3.2",
2222
"colorfield/mastodon-api": "^0.1.5",
23-
"guzzlehttp/guzzle": "^7.8.1",
23+
"guzzlehttp/guzzle": "^7.9.2",
2424
"laminas/laminas-cli": "^1.10.0",
2525
"laminas/laminas-component-installer": "^3.4.0",
2626
"laminas/laminas-config-aggregator": "^1.14.0",
@@ -30,7 +30,7 @@
3030
"laminas/laminas-servicemanager": "^3.22.1",
3131
"laminas/laminas-stdlib": "^3.19.0",
3232
"laminas/laminas-stratigility": "^3.11.0",
33-
"league/commonmark": "^2.4.2",
33+
"league/commonmark": "^2.5.2",
3434
"mezzio/mezzio": "^3.19.0",
3535
"mezzio/mezzio-fastroute": "^3.11.0",
3636
"mezzio/mezzio-hal": "^2.9.0",
@@ -39,12 +39,12 @@
3939
"mezzio/mezzio-problem-details": "^1.14.0",
4040
"mezzio/mezzio-swoole": "^4.9.0",
4141
"mezzio/mezzio-template": "^2.10.0",
42-
"monolog/monolog": "^3.5.0",
42+
"monolog/monolog": "^3.7.0",
4343
"phly/phly-event-dispatcher": "^1.4.0",
44-
"phpseclib/phpseclib": "^3.0.37",
44+
"phpseclib/phpseclib": "^3.0.41",
4545
"psr/container": "^1.1.2 || ^2.0.2",
4646
"psr/event-dispatcher": "^1.0",
47-
"psr/http-factory": "^1.0.2",
47+
"psr/http-factory": "^1.1.0",
4848
"psr/http-message": "^2.0.0",
4949
"psr/http-server-handler": "^1.0.2",
5050
"psr/http-server-middleware": "^1.0.2",

0 commit comments

Comments
 (0)