Browse Source

Composer 2.2.19

Fixes #12482
pull/12646/head
brandonkelly 3 years ago
parent
commit
89fe066d09
No known key found for this signature in database GPG Key ID: 5E86D0CED64C7093
  1. 1
      CHANGELOG.md
  2. 2
      composer.json
  3. 184
      composer.lock
  4. 2
      src/config/composer-classes.php

1
CHANGELOG.md

@ -2,6 +2,7 @@
## Unreleased
- Updated Composer to 2.2.19, fixing a PHP error that could occur when performing a Composer action within Craft, when the autoload classmap was generated with Composer 2.5. ([#12482](https://github.com/craftcms/cms/issues/12482))
- Fixed a bug where Matrix blocks weren’t getting eager-loaded. ([#12631](https://github.com/craftcms/cms/issues/12631))
- Fixed a PHP error that could occur when calling `craft\services\Assets::getAllDescendantFolders()` for the root folder. ([craftcms/feed-me#1231](https://github.com/craftcms/feed-me/issues/1231))

2
composer.json

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

184
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": "bc9b8f9be1c7cc38f899bbebf6e62935",
"content-hash": "f8ea36574d528d5ab921426d373be8f2",
"packages": [
{
"name": "cebe/markdown",
@ -72,16 +72,16 @@
},
{
"name": "composer/ca-bundle",
"version": "1.3.4",
"version": "1.3.5",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5"
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5",
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
"shasum": ""
},
"require": {
@ -128,7 +128,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.3.4"
"source": "https://github.com/composer/ca-bundle/tree/1.3.5"
},
"funding": [
{
@ -144,20 +144,20 @@
"type": "tidelift"
}
],
"time": "2022-10-12T12:08:29+00:00"
"time": "2023-01-11T08:27:00+00:00"
},
{
"name": "composer/composer",
"version": "2.2.15",
"version": "2.2.19",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "509dcbd4f8d459e0ef2ef223a231b8c31bceed78"
"reference": "30ff21a9af9a10845436abaeeb0bb7276e996d24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/509dcbd4f8d459e0ef2ef223a231b8c31bceed78",
"reference": "509dcbd4f8d459e0ef2ef223a231b8c31bceed78",
"url": "https://api.github.com/repos/composer/composer/zipball/30ff21a9af9a10845436abaeeb0bb7276e996d24",
"reference": "30ff21a9af9a10845436abaeeb0bb7276e996d24",
"shasum": ""
},
"require": {
@ -227,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.2.15"
"source": "https://github.com/composer/composer/tree/2.2.19"
},
"funding": [
{
@ -243,7 +243,7 @@
"type": "tidelift"
}
],
"time": "2022-07-01T10:01:26+00:00"
"time": "2023-02-04T13:54:48+00:00"
},
{
"name": "composer/metadata-minifier",
@ -3025,16 +3025,16 @@
},
{
"name": "symfony/console",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f"
"reference": "dccb8d251a9017d5994c988b034d3e18aaabf740"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f",
"url": "https://api.github.com/repos/symfony/console/zipball/dccb8d251a9017d5994c988b034d3e18aaabf740",
"reference": "dccb8d251a9017d5994c988b034d3e18aaabf740",
"shasum": ""
},
"require": {
@ -3104,7 +3104,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.17"
"source": "https://github.com/symfony/console/tree/v5.4.19"
},
"funding": [
{
@ -3120,7 +3120,7 @@
"type": "tidelift"
}
],
"time": "2022-12-28T14:15:31+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3191,16 +3191,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.4.13",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
"reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8",
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8",
"shasum": ""
},
"require": {
@ -3235,7 +3235,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.13"
"source": "https://github.com/symfony/filesystem/tree/v5.4.19"
},
"funding": [
{
@ -3251,20 +3251,20 @@
"type": "tidelift"
}
],
"time": "2022-09-21T19:53:16+00:00"
"time": "2023-01-14T19:14:44+00:00"
},
{
"name": "symfony/finder",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "40c08632019838dfb3350f18cf5563b8080055fc"
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc",
"reference": "40c08632019838dfb3350f18cf5563b8080055fc",
"url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f",
"shasum": ""
},
"require": {
@ -3298,7 +3298,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.17"
"source": "https://github.com/symfony/finder/tree/v5.4.19"
},
"funding": [
{
@ -3314,7 +3314,7 @@
"type": "tidelift"
}
],
"time": "2022-12-22T10:31:03+00:00"
"time": "2023-01-14T19:14:44+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -4056,16 +4056,16 @@
},
{
"name": "symfony/process",
"version": "v5.4.11",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
"reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
"url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
"shasum": ""
},
"require": {
@ -4098,7 +4098,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.11"
"source": "https://github.com/symfony/process/tree/v5.4.19"
},
"funding": [
{
@ -4114,7 +4114,7 @@
"type": "tidelift"
}
],
"time": "2022-06-27T16:58:25+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/service-contracts",
@ -4201,16 +4201,16 @@
},
{
"name": "symfony/string",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b"
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b",
"reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b",
"url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb",
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb",
"shasum": ""
},
"require": {
@ -4267,7 +4267,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.17"
"source": "https://github.com/symfony/string/tree/v5.4.19"
},
"funding": [
{
@ -4283,20 +4283,20 @@
"type": "tidelift"
}
],
"time": "2022-12-12T15:54:21+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "edcdc11498108f8967fe95118a7ec8624b94760e"
"reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/edcdc11498108f8967fe95118a7ec8624b94760e",
"reference": "edcdc11498108f8967fe95118a7ec8624b94760e",
"url": "https://api.github.com/repos/symfony/yaml/zipball/71c05db20cb9b54d381a28255f17580e2b7e36a5",
"reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5",
"shasum": ""
},
"require": {
@ -4342,7 +4342,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.17"
"source": "https://github.com/symfony/yaml/tree/v5.4.19"
},
"funding": [
{
@ -4358,7 +4358,7 @@
"type": "tidelift"
}
],
"time": "2022-12-13T09:57:04+00:00"
"time": "2023-01-10T18:51:14+00:00"
},
{
"name": "twig/twig",
@ -4758,16 +4758,16 @@
},
{
"name": "voku/portable-utf8",
"version": "6.0.11",
"version": "6.0.12",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-utf8.git",
"reference": "a768656da0b8e42d236b325a4ebfc56ad6d0e111"
"reference": "db0583727bb17666bbd2ba238c85babb973fd165"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/a768656da0b8e42d236b325a4ebfc56ad6d0e111",
"reference": "a768656da0b8e42d236b325a4ebfc56ad6d0e111",
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/db0583727bb17666bbd2ba238c85babb973fd165",
"reference": "db0583727bb17666bbd2ba238c85babb973fd165",
"shasum": ""
},
"require": {
@ -4780,7 +4780,7 @@
"voku/portable-ascii": "~2.0.0"
},
"require-dev": {
"phpstan/phpstan": "1.8.*@dev",
"phpstan/phpstan": "1.9.*@dev",
"phpstan/phpstan-strict-rules": "1.4.*@dev",
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
"thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
@ -4833,7 +4833,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-utf8/issues",
"source": "https://github.com/voku/portable-utf8/tree/6.0.11"
"source": "https://github.com/voku/portable-utf8/tree/6.0.12"
},
"funding": [
{
@ -4857,7 +4857,7 @@
"type": "tidelift"
}
],
"time": "2022-12-16T00:56:34+00:00"
"time": "2023-01-11T12:26:16+00:00"
},
{
"name": "voku/stop-words",
@ -5143,16 +5143,16 @@
},
{
"name": "webonyx/graphql-php",
"version": "v14.11.8",
"version": "v14.11.9",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3"
"reference": "ff91c9f3cf241db702e30b2c42bcc0920e70ac70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/04a48693acd785330eefd3b0e4fa67df8dfee7c3",
"reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/ff91c9f3cf241db702e30b2c42bcc0920e70ac70",
"reference": "ff91c9f3cf241db702e30b2c42bcc0920e70ac70",
"shasum": ""
},
"require": {
@ -5197,7 +5197,7 @@
],
"support": {
"issues": "https://github.com/webonyx/graphql-php/issues",
"source": "https://github.com/webonyx/graphql-php/tree/v14.11.8"
"source": "https://github.com/webonyx/graphql-php/tree/v14.11.9"
},
"funding": [
{
@ -5205,7 +5205,7 @@
"type": "open_collective"
}
],
"time": "2022-09-21T15:35:03+00:00"
"time": "2023-01-06T12:12:50+00:00"
},
{
"name": "yiisoft/yii2",
@ -7167,16 +7167,16 @@
},
{
"name": "phpunit/phpunit",
"version": "8.5.31",
"version": "8.5.32",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "33c126b09a42de5c99e5e8032b54e8221264a74e"
"reference": "375686930d05c9fd7d20f6e5fc38121e8d7a9d55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33c126b09a42de5c99e5e8032b54e8221264a74e",
"reference": "33c126b09a42de5c99e5e8032b54e8221264a74e",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/375686930d05c9fd7d20f6e5fc38121e8d7a9d55",
"reference": "375686930d05c9fd7d20f6e5fc38121e8d7a9d55",
"shasum": ""
},
"require": {
@ -7244,7 +7244,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.31"
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.32"
},
"funding": [
{
@ -7260,7 +7260,7 @@
"type": "tidelift"
}
],
"time": "2022-10-28T05:57:37+00:00"
"time": "2023-01-26T08:30:25+00:00"
},
{
"name": "psr/event-dispatcher",
@ -8112,16 +8112,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v5.4.11",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027"
"reference": "572b9e03741051b97c316f65f8c361eed08fdb14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027",
"reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/572b9e03741051b97c316f65f8c361eed08fdb14",
"reference": "572b9e03741051b97c316f65f8c361eed08fdb14",
"shasum": ""
},
"require": {
@ -8164,7 +8164,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.4.11"
"source": "https://github.com/symfony/browser-kit/tree/v5.4.19"
},
"funding": [
{
@ -8180,20 +8180,20 @@
"type": "tidelift"
}
],
"time": "2022-07-27T15:50:05+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4"
"reference": "f4a7d150f5b9e8f974f6f127d8167e420d11fc62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/052ef49b660f9ad2a3adb311c555c9bc11ba61f4",
"reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f4a7d150f5b9e8f974f6f127d8167e420d11fc62",
"reference": "f4a7d150f5b9e8f974f6f127d8167e420d11fc62",
"shasum": ""
},
"require": {
@ -8230,7 +8230,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.4.17"
"source": "https://github.com/symfony/css-selector/tree/v5.4.19"
},
"funding": [
{
@ -8246,20 +8246,20 @@
"type": "tidelift"
}
],
"time": "2022-12-23T11:40:44+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b"
"reference": "224a1820e7669babdd85970230ed72bd6e342ad4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/224a1820e7669babdd85970230ed72bd6e342ad4",
"reference": "224a1820e7669babdd85970230ed72bd6e342ad4",
"shasum": ""
},
"require": {
@ -8305,7 +8305,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.17"
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.19"
},
"funding": [
{
@ -8321,20 +8321,20 @@
"type": "tidelift"
}
],
"time": "2022-12-22T10:31:03+00:00"
"time": "2023-01-14T19:14:44+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v5.4.17",
"version": "v5.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9"
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e18a9d559eb8ebc2220588f1faa726a2fcd31c9",
"reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c",
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c",
"shasum": ""
},
"require": {
@ -8390,7 +8390,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.17"
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.19"
},
"funding": [
{
@ -8406,7 +8406,7 @@
"type": "tidelift"
}
],
"time": "2022-12-12T15:54:21+00:00"
"time": "2023-01-01T08:32:19+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",

2
src/config/composer-classes.php

@ -144,6 +144,7 @@ return [
Composer\Plugin\Capability\CommandProvider::class,
Composer\Plugin\Capable::class,
Composer\Plugin\CommandEvent::class,
Composer\Plugin\PluginBlockedException::class,
Composer\Plugin\PluginEvents::class,
Composer\Plugin\PluginInterface::class,
Composer\Plugin\PluginManager::class,
@ -324,7 +325,6 @@ return [
Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::class,
Symfony\Component\Finder\Iterator\FileTypeFilterIterator::class,
Symfony\Component\Finder\Iterator\FilenameFilterIterator::class,
Symfony\Component\Finder\Iterator\FilterIterator::class,
Symfony\Component\Finder\Iterator\MultiplePcreFilterIterator::class,
Symfony\Component\Finder\Iterator\PathFilterIterator::class,
Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::class,

Loading…
Cancel
Save