From e8b4f9464a134cd7eaa8bc14f062f6ae10a8168d Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Sun, 18 Oct 2020 10:12:46 +0200 Subject: [PATCH 1/2] Allow installation alongside `paragonie/random_compat` `9.99.100` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c65d5fc..fdc317ca 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">5.4", - "paragonie/random_compat": "~1.0|~2.0|9.99.99", + "paragonie/random_compat": "~1.0|~2.0|9.99.*", "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0", "symfony/security-core": "~2.3|~3.0|~4.0|~5.0", "symfony/security-http": "~2.3|~3.0|~4.0|~5.0", From 18576dcbed7fe6eca57415a7f842b7d85dc8e86d Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Fri, 8 Jan 2021 10:38:37 +0100 Subject: [PATCH 2/2] Update composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin Auswöger --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdc317ca..7caa672a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">5.4", - "paragonie/random_compat": "~1.0|~2.0|9.99.*", + "paragonie/random_compat": "~1.0|~2.0|~9.99.99", "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0", "symfony/security-core": "~2.3|~3.0|~4.0|~5.0", "symfony/security-http": "~2.3|~3.0|~4.0|~5.0",