From 4f4f390b0c3f0dea27f448a5522a940d815fa3e7 Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 30 Dec 2021 09:10:18 +0000 Subject: [PATCH] Issue #3255623 by Spokje, alexpott: Remove composer replace statements for paragonie/random_compat and symfony/polyfill-php70 --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 00ffd51cdc3..ddfc682c86a 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,6 @@ "easyrdf/easyrdf": "^0.9 || ^1.0" }, "replace": { - "paragonie/random_compat": "9.99.99", - "symfony/polyfill-php70": "*", "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*" },