Browse Source

Composer 2.2.12

pull/11022/head
brandonkelly 3 years ago
parent
commit
4a63cd5132
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 3
      CHANGELOG.md
  2. 2
      composer.json
  3. 124
      composer.lock
  4. 3
      src/config/composer-classes.php

3
CHANGELOG.md

@ -2,6 +2,8 @@
## Unreleased
> {warning} If you are currently running Craft 3.7.39, you will need to perform this update with Composer.
### Added
- Added the “Craft 4 Upgrade” utility.
- Added `craft\helpers\Db::extractGlue()`.
@ -19,6 +21,7 @@
- Tag queries’ `group` params now support passing an array of `craft\models\TagGroup` objects.
- Options passed to the `_includes/forms/select` control panel template can now specify a `hidden` key. ([#11053](https://github.com/craftcms/cms/pull/11053))
- `craft\services\Fields::getLayoutsByType()` now memoizes its results. ([#11037](https://github.com/craftcms/cms/pull/11037))
- Downgraded Composer to 2.2.12, fixing an error that occurred when updating Craft or installing/updating/uninstalling plugins.
### Removed
- Removed the `--propagate` option from `resave/*` commands, which didn’t have any effect. ([#11032](https://github.com/craftcms/cms/discussions/11032))

2
composer.json

@ -33,7 +33,7 @@
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zip": "*",
"composer/composer": "2.3.5",
"composer/composer": "2.2.12",
"craftcms/oauth2-craftid": "~1.0.0",
"craftcms/plugin-installer": "~1.5.6",
"craftcms/server-check": "~1.2.0",

124
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": "68951d244c4258f00071803debbbb65e",
"content-hash": "f3d4150ae3e03720b86a77e510b0e14f",
"packages": [
{
"name": "cebe/markdown",
@ -148,45 +148,39 @@
},
{
"name": "composer/composer",
"version": "2.3.5",
"version": "2.2.12",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "50c47b1f907cfcdb8f072b88164d22b527557ae1"
"reference": "ba61e768b410736efe61df01b61f1ec44f51474f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/50c47b1f907cfcdb8f072b88164d22b527557ae1",
"reference": "50c47b1f907cfcdb8f072b88164d22b527557ae1",
"url": "https://api.github.com/repos/composer/composer/zipball/ba61e768b410736efe61df01b61f1ec44f51474f",
"reference": "ba61e768b410736efe61df01b61f1ec44f51474f",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/metadata-minifier": "^1.0",
"composer/pcre": "^2 || ^3",
"composer/pcre": "^1.0",
"composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
"composer/xdebug-handler": "^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.2.11",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"react/promise": "^2.8",
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0 || ^2.0",
"react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"symfony/console": "^5.4.1 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/polyfill-php73": "^1.24",
"symfony/polyfill-php80": "^1.24",
"symfony/process": "^5.4 || ^6.0"
"seld/phar-utils": "^1.0",
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4.1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan-symfony": "^1.1",
"symfony/phpunit-bridge": "^6.0"
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@ -199,7 +193,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.3-dev"
"dev-main": "2.2-dev"
}
},
"autoload": {
@ -233,7 +227,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.3.5"
"source": "https://github.com/composer/composer/tree/2.2.12"
},
"funding": [
{
@ -249,7 +243,7 @@
"type": "tidelift"
}
],
"time": "2022-04-13T14:43:00+00:00"
"time": "2022-04-13T14:42:25+00:00"
},
{
"name": "composer/metadata-minifier",
@ -322,30 +316,30 @@
},
{
"name": "composer/pcre",
"version": "2.0.0",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "c8e9d27cfc5ed22643c19c160455b473ffd8aabe"
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/c8e9d27cfc5ed22643c19c160455b473ffd8aabe",
"reference": "c8e9d27cfc5ed22643c19c160455b473ffd8aabe",
"url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"dev-main": "1.x-dev"
}
},
"autoload": {
@ -373,7 +367,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/2.0.0"
"source": "https://github.com/composer/pcre/tree/1.0.1"
},
"funding": [
{
@ -389,7 +383,7 @@
"type": "tidelift"
}
],
"time": "2022-02-25T20:05:29+00:00"
"time": "2022-01-21T20:24:37+00:00"
},
{
"name": "composer/semver",
@ -2969,16 +2963,16 @@
},
{
"name": "symfony/console",
"version": "v5.4.7",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6"
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
"reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
"shasum": ""
},
"require": {
@ -3048,7 +3042,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.7"
"source": "https://github.com/symfony/console/tree/v5.4.8"
},
"funding": [
{
@ -3064,7 +3058,7 @@
"type": "tidelift"
}
],
"time": "2022-03-31T17:09:19+00:00"
"time": "2022-04-12T16:02:29+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3199,16 +3193,16 @@
},
{
"name": "symfony/finder",
"version": "v5.4.3",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d"
"reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
"reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
"shasum": ""
},
"require": {
@ -3242,7 +3236,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.3"
"source": "https://github.com/symfony/finder/tree/v5.4.8"
},
"funding": [
{
@ -3258,7 +3252,7 @@
"type": "tidelift"
}
],
"time": "2022-01-26T16:34:36+00:00"
"time": "2022-04-15T08:07:45+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -4000,16 +3994,16 @@
},
{
"name": "symfony/process",
"version": "v5.4.7",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb"
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb",
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb",
"url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
"shasum": ""
},
"require": {
@ -4042,7 +4036,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.7"
"source": "https://github.com/symfony/process/tree/v5.4.8"
},
"funding": [
{
@ -4058,7 +4052,7 @@
"type": "tidelift"
}
],
"time": "2022-03-18T16:18:52+00:00"
"time": "2022-04-08T05:07:18+00:00"
},
{
"name": "symfony/service-contracts",
@ -4145,16 +4139,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.3",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10"
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10",
"reference": "92043b7d8383e48104e411bc9434b260dbeb5a10",
"url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
"shasum": ""
},
"require": {
@ -4211,7 +4205,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.3"
"source": "https://github.com/symfony/string/tree/v5.4.8"
},
"funding": [
{
@ -4227,7 +4221,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
"time": "2022-04-19T10:40:37+00:00"
},
{
"name": "symfony/yaml",
@ -8538,16 +8532,16 @@
},
{
"name": "symplify/easy-coding-standard",
"version": "10.2.2",
"version": "10.2.3",
"source": {
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "d847795500b929f68ed115357658122d64017f77"
"reference": "7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/d847795500b929f68ed115357658122d64017f77",
"reference": "d847795500b929f68ed115357658122d64017f77",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d",
"reference": "7303e9b0a6ac61b2a0cf5185a2078b7af25fba9d",
"shasum": ""
},
"require": {
@ -8577,7 +8571,7 @@
],
"description": "Prefixed scoped version of ECS package",
"support": {
"source": "https://github.com/symplify/easy-coding-standard/tree/10.2.2"
"source": "https://github.com/symplify/easy-coding-standard/tree/10.2.3"
},
"funding": [
{
@ -8589,7 +8583,7 @@
"type": "github"
}
],
"time": "2022-04-17T10:41:19+00:00"
"time": "2022-05-03T14:07:44+00:00"
},
{
"name": "theseer/tokenizer",

3
src/config/composer-classes.php

@ -7,7 +7,6 @@ return [
Composer\Autoload\PhpFileCleaner::class,
Composer\CaBundle\CaBundle::class,
Composer\Cache::class,
Composer\Command\PackageDiscoveryTrait::class,
Composer\Compiler::class,
Composer\Composer::class,
Composer\Config::class,
@ -138,7 +137,6 @@ return [
Composer\Package\Version\VersionGuesser::class,
Composer\Package\Version\VersionParser::class,
Composer\Package\Version\VersionSelector::class,
Composer\PartialComposer::class,
Composer\Platform\HhvmDetector::class,
Composer\Platform\Runtime::class,
Composer\Platform\Version::class,
@ -229,7 +227,6 @@ return [
Composer\Util\Loop::class,
Composer\Util\MetadataMinifier::class,
Composer\Util\NoProxyPattern::class,
Composer\Util\PackageInfo::class,
Composer\Util\PackageSorter::class,
Composer\Util\Perforce::class,
Composer\Util\Platform::class,

Loading…
Cancel
Save