From b4a17ccf5ec5eb5d50807860640095e70c39a7ea Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 10 Jan 2022 11:33:56 +0100 Subject: [PATCH] Remove replaces for unused package --- composer.json | 1 - composer.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 124f757..1c395ef 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ } }, "replace": { - "paragonie/random_compat": "2.*", "symfony/polyfill-ctype": "*", "symfony/polyfill-iconv": "*", "symfony/polyfill-php71": "*", diff --git a/composer.lock b/composer.lock index 8c66fb2..471cd70 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cc2f44c6ee65ca24e7aa1eb888d15625", + "content-hash": "e600dd6660f4ace0a0acb6003897706d", "packages": [ { "name": "api-platform/core", -- GitLab