From 3bb2fb504ad7441a67bfd2bea353cb4aa1cdb3de Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 24 Apr 2024 09:07:16 +0200 Subject: [PATCH] prevent namespace conflicts With this change paragonie/easy-ecc will not be installed at the same time as mdanter/ecc to prevent conflicts with two packages providing the same namespaces. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 83a5123..9fc72a8 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "role": "Previous Maintainer" } ], + "replace": { + "mdanter/ecc": "*" + }, "require": { "php": "^7.1||^8.0", "paragonie/sodium_compat": "^1|^2",