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`.
This commit is contained in:
oleibman
2022-02-02 18:04:20 -08:00
committed by GitHub
parent ebeed87db5
commit 76388349d1
Generated
+3 -6
View File
@@ -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"
}