From f94a33788a57ca8bf64cc272b8952d55e355243b Mon Sep 17 00:00:00 2001 From: Dominik Chrastecky Date: Thu, 9 Feb 2023 13:32:47 +0100 Subject: [PATCH] Use only 3.0 base --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cf7146..caef7ef 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "symfony/framework-bundle": "^6.0", - "rikudou/psr6-dynamo-db": "^2.0 | ^3.0", + "rikudou/psr6-dynamo-db": "^3.0", "php": "^8.0", "symfony/cache": "^6.0", "ext-json": "*"