From 57218b163519c3a4ed360ea9df34de6148b5e7d0 Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Thu, 17 Aug 2023 14:12:18 +0300 Subject: [PATCH 1/3] composer updates --- composer.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 7560862..412a606 100644 --- a/composer.json +++ b/composer.json @@ -11,21 +11,20 @@ ], "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0", - "psr/http-message": "^1.0", - "laminas/laminas-servicemanager": "^3.3.0", - "dotkernel/dot-authentication": "^2.0", - "dotkernel/dot-event": "^3.0", - "dotkernel/dot-helpers": "^3.0", + "psr/http-message": "^1.0 || ^2.0", + "laminas/laminas-servicemanager": "^3.21.0", + "dotkernel/dot-authentication": "^2.3.0", + "dotkernel/dot-event": "^3.4.0", + "dotkernel/dot-helpers": "^3.4.0", "dotkernel/dot-flashmessenger": "^3.0", - "laminas/laminas-dependency-plugin": "^2.0" + "laminas/laminas-stdlib": "^3.17.0", + "laminas/laminas-diactoros": "^2.25.2", + "mezzio/mezzio-template": "^2.8.0", + "mezzio/mezzio": "^3.17.0" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.7", - "laminas/laminas-stdlib": "^3.1", - "laminas/laminas-diactoros": "^2.24", - "mezzio/mezzio-template": "^2.0", - "mezzio/mezzio": "^3.0" + "phpunit/phpunit": "^10.3.2", + "squizlabs/php_codesniffer": "^3.7" }, "autoload": { "psr-4": { From 05c9a0fdc3cc70e9f13ce119807d964cc356d4c3 Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Fri, 18 Aug 2023 12:41:53 +0300 Subject: [PATCH 2/3] composer updates --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 412a606..30e0473 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,7 @@ "dotkernel/dot-authentication": "^2.3.0", "dotkernel/dot-event": "^3.4.0", "dotkernel/dot-helpers": "^3.4.0", - "dotkernel/dot-flashmessenger": "^3.0", - "laminas/laminas-stdlib": "^3.17.0", - "laminas/laminas-diactoros": "^2.25.2", - "mezzio/mezzio-template": "^2.8.0", - "mezzio/mezzio": "^3.17.0" + "dotkernel/dot-flashmessenger": "^3.0" }, "require-dev": { "phpunit/phpunit": "^10.3.2", From b743a3e4d6c5a1d401ef73ac96df3f1f2d6606a6 Mon Sep 17 00:00:00 2001 From: Claudiu Pintiuta Date: Fri, 18 Aug 2023 12:42:09 +0300 Subject: [PATCH 3/3] composer updates --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30e0473..26ccbc2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "dotkernel/dot-authentication": "^2.3.0", "dotkernel/dot-event": "^3.4.0", "dotkernel/dot-helpers": "^3.4.0", - "dotkernel/dot-flashmessenger": "^3.0" + "dotkernel/dot-flashmessenger": "^3.4.0" }, "require-dev": { "phpunit/phpunit": "^10.3.2",