diff --git a/composer.json b/composer.json index cf50c38..ea0c616 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,14 @@ ], "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0", - "laminas/laminas-servicemanager": "^3.3.0", - "dotkernel/dot-authorization": "^3.2", - "laminas/laminas-dependency-plugin": "^2.0" + "laminas/laminas-servicemanager": "^3.21.0", + "dotkernel/dot-authorization": "^3.4.0", + "dotkernel/dot-authentication": "^2.3.2", + "laminas/laminas-stdlib": "^3.2" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.7", - "laminas/laminas-stdlib": "^3.2", - "dotkernel/dot-authentication": "^2.0" + "phpunit/phpunit": "^10.3.2", + "squizlabs/php_codesniffer": "^3.7" }, "suggest": { "dotkernel/dot-authentication": "Needed if you want to use the AuthenticationIdentityProvider"