From 76388349d1b8b395f3e2988fd6eeca0feddbf64f Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Wed, 2 Feb 2022 18:04:20 -0800 Subject: [PATCH] Update composer.lock (#2527) Probably as a consequence of the merging of PR #2502, Composer is complaining: "Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them." There doesn't appear to be any harm; nevertheless, this PR implements the result of `composer update --lock`. --- composer.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index b9a42fa4..1078b895 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": "19f89bab42b6133a069d5b39b91505e8", + "content-hash": "44939cb1cfdf86819350ef2de35539bb", "packages": [ { "name": "ezyang/htmlpurifier", @@ -827,7 +827,7 @@ }, "require-dev": { "composer/composer": "*", - "php-parallel-lint/php-parallel-lint": "^1.3", + "php-parallel-lint/php-parallel-lint": "^1.3.1", "phpcompatibility/php-compatibility": "^9.0" }, "default-branch": true, @@ -1391,9 +1391,6 @@ "require": { "php": "^7.1 || ^8.0" }, - "replace": { - "myclabs/deep-copy": "self.version" - }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", @@ -5462,5 +5459,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }