From 61813ab69386963ca13b4a40ffef92d5d3cd9b23 Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Wed, 23 Aug 2023 12:35:09 +0300 Subject: [PATCH 1/2] composer updates --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index cf50c38..15eb9ba 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", + "phpunit/phpunit": "^10.3.2", "squizlabs/php_codesniffer": "^3.7", - "laminas/laminas-stdlib": "^3.2", - "dotkernel/dot-authentication": "^2.0" }, "suggest": { "dotkernel/dot-authentication": "Needed if you want to use the AuthenticationIdentityProvider" From bee2b726b1406f50bb2222238354597eece14eea Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Wed, 23 Aug 2023 12:35:54 +0300 Subject: [PATCH 2/2] composer updates --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 15eb9ba..ea0c616 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.3.2", - "squizlabs/php_codesniffer": "^3.7", + "squizlabs/php_codesniffer": "^3.7" }, "suggest": { "dotkernel/dot-authentication": "Needed if you want to use the AuthenticationIdentityProvider"