diff --git a/composer.json b/composer.json index b8342ed..20b6569 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "rss": "https://github.com/laminas/laminas.dev/releases.atom" }, "require": { - "php": "~8.2.0", + "php": "~8.5.5", "ext-curl": "*", "ext-hash": "*", "ext-json": "*", "ext-openswoole": "*", - "beberlei/assert": "^3.3.2", + "beberlei/assert": "^3.3.3", "colorfield/mastodon-api": "^0.1.5", - "guzzlehttp/guzzle": "^7.8.1", + "guzzlehttp/guzzle": "^7.10.0", "laminas/laminas-cli": "^1.10.0", "laminas/laminas-component-installer": "^3.4.0", "laminas/laminas-config-aggregator": "^1.14.0", @@ -39,16 +39,16 @@ "mezzio/mezzio-problem-details": "^1.14.0", "mezzio/mezzio-swoole": "^4.9.0", "mezzio/mezzio-template": "^2.10.0", - "monolog/monolog": "^3.5.0", - "phly/phly-event-dispatcher": "^1.4.0", + "monolog/monolog": "^3.10.0", + "phly/phly-event-dispatcher": "^1.5.0", "phpseclib/phpseclib": "^3.0.37", "psr/container": "^1.1.2 || ^2.0.2", "psr/event-dispatcher": "^1.0", - "psr/http-factory": "^1.0.2", + "psr/http-factory": "^1.1.0", "psr/http-message": "^2.0.0", "psr/http-server-handler": "^1.0.2", "psr/http-server-middleware": "^1.0.2", - "psr/log": "^3.0" + "psr/log": "^3.0.2" }, "require-dev": { "filp/whoops": "^2.15.3",