diff --git a/composer.json b/composer.json index d3df524..f118a53 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-permissions-acl": "^2.9", "mezzio/mezzio-authorization": "^1.2", "mezzio/mezzio-router": "^3.8", @@ -43,10 +43,10 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-servicemanager": "^3.20", - "phpunit/phpunit": "^10.1.1", + "laminas/laminas-servicemanager": "^3.22.1", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "vimeo/psalm": "^5.18" }, "conflict": { "container-interop/container-interop": "<1.2.0", diff --git a/composer.lock b/composer.lock index ddd7c77..6020805 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "17b9ebba66bd49622256aca7926b2f8e", + "content-hash": "c964df08fdc710470000be10780f1908", "packages": [ { "name": "fig/http-message-util", @@ -4710,7 +4710,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": {