Issue #3251000 by alexpott, andypost: Update dependencies for 9.1.x/9.2.x/9.3.x/9.4.x

merge-requests/1453/head
catch 2021-11-24 13:39:04 +00:00
parent 4bce9e3ed3
commit fb699ef95f
5 changed files with 29 additions and 28 deletions

47
composer.lock generated
View File

@ -3811,21 +3811,22 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v4.4.25", "version": "v4.4.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5" "reference": "1b2ae02cb1b923987947e013688c51954a80b751"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/6db3eb4f1bb437cd3730f52353ba4b568acaddf5", "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751",
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5", "reference": "1b2ae02cb1b923987947e013688c51954a80b751",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
@ -3884,7 +3885,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v4.4.25" "source": "https://github.com/symfony/serializer/tree/v4.4.35"
}, },
"funding": [ "funding": [
{ {
@ -3900,7 +3901,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T11:20:16+00:00" "time": "2021-11-24T08:12:42+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -4814,16 +4815,16 @@
}, },
{ {
"name": "composer/composer", "name": "composer/composer",
"version": "2.1.0", "version": "2.1.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/composer.git", "url": "https://github.com/composer/composer.git",
"reference": "59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca" "reference": "6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca", "url": "https://api.github.com/repos/composer/composer/zipball/6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0",
"reference": "59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca", "reference": "6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4832,9 +4833,9 @@
"composer/semver": "^3.0", "composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2", "composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^2.0", "composer/xdebug-handler": "^2.0",
"justinrainbow/json-schema": "^5.2.10", "justinrainbow/json-schema": "^5.2.11",
"php": "^5.3.2 || ^7.0 || ^8.0", "php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0", "psr/log": "^1.0 || ^2.0",
"react/promise": "^1.2 || ^2.7", "react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4", "seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0", "seld/phar-utils": "^1.0",
@ -4858,7 +4859,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-main": "2.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -4890,9 +4891,9 @@
"package" "package"
], ],
"support": { "support": {
"irc": "irc://irc.freenode.org/composer", "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues", "issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.1.0" "source": "https://github.com/composer/composer/tree/2.1.12"
}, },
"funding": [ "funding": [
{ {
@ -4908,7 +4909,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-06-03T09:30:09+00:00" "time": "2021-11-09T15:02:04+00:00"
}, },
{ {
"name": "composer/metadata-minifier", "name": "composer/metadata-minifier",
@ -5495,16 +5496,16 @@
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "5.2.10", "version": "5.2.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/justinrainbow/json-schema.git", "url": "https://github.com/justinrainbow/json-schema.git",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5559,9 +5560,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/justinrainbow/json-schema/issues", "issues": "https://github.com/justinrainbow/json-schema/issues",
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10" "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
}, },
"time": "2020-05-27T16:41:55+00:00" "time": "2021-07-22T09:24:00+00:00"
}, },
{ {
"name": "mikey179/vfsstream", "name": "mikey179/vfsstream",

View File

@ -55,7 +55,7 @@
"symfony/process": "v4.4.25", "symfony/process": "v4.4.25",
"symfony/psr-http-message-bridge": "v2.1.0", "symfony/psr-http-message-bridge": "v2.1.0",
"symfony/routing": "v4.4.25", "symfony/routing": "v4.4.25",
"symfony/serializer": "v4.4.25", "symfony/serializer": "v4.4.35",
"symfony/service-contracts": "v2.4.0", "symfony/service-contracts": "v2.4.0",
"symfony/translation": "v4.4.25", "symfony/translation": "v4.4.25",
"symfony/translation-contracts": "v2.4.0", "symfony/translation-contracts": "v2.4.0",

View File

@ -12,7 +12,7 @@
"behat/mink-goutte-driver": "v1.2.1", "behat/mink-goutte-driver": "v1.2.1",
"behat/mink-selenium2-driver": "v1.4.0", "behat/mink-selenium2-driver": "v1.4.0",
"composer/ca-bundle": "1.2.9", "composer/ca-bundle": "1.2.9",
"composer/composer": "2.1.0", "composer/composer": "2.1.12",
"composer/metadata-minifier": "1.0.0", "composer/metadata-minifier": "1.0.0",
"composer/spdx-licenses": "1.5.5", "composer/spdx-licenses": "1.5.5",
"composer/xdebug-handler": "2.0.1", "composer/xdebug-handler": "2.0.1",
@ -22,7 +22,7 @@
"fabpot/goutte": "v3.3.1", "fabpot/goutte": "v3.3.1",
"friends-of-behat/mink-browserkit-driver": "v1.5.0", "friends-of-behat/mink-browserkit-driver": "v1.5.0",
"instaclick/php-webdriver": "1.4.7", "instaclick/php-webdriver": "1.4.7",
"justinrainbow/json-schema": "5.2.10", "justinrainbow/json-schema": "5.2.11",
"mikey179/vfsstream": "v1.6.8", "mikey179/vfsstream": "v1.6.8",
"myclabs/deep-copy": "1.10.2", "myclabs/deep-copy": "1.10.2",
"phar-io/manifest": "2.0.1", "phar-io/manifest": "2.0.1",

View File

@ -93,7 +93,7 @@ class ManageGitIgnoreTest extends TestCase {
$this->mustExec('git add .', $sut); $this->mustExec('git add .', $sut);
$this->mustExec('git commit -m "Initial commit."', $sut); $this->mustExec('git commit -m "Initial commit."', $sut);
// Run composer install, but suppress scaffolding. // Run composer install, but suppress scaffolding.
$this->fixtures->runComposer("install --no-ansi --no-scripts", $sut); $this->fixtures->runComposer("install --no-ansi --no-scripts --no-plugins", $sut);
return $sut; return $sut;
} }

View File

@ -111,7 +111,7 @@ class ScaffoldTest extends TestCase {
public function scaffoldSut($fixture_name, $is_link = FALSE, $relocated_docroot = TRUE) { public function scaffoldSut($fixture_name, $is_link = FALSE, $relocated_docroot = TRUE) {
$sut = $this->createSut($fixture_name, ['SYMLINK' => $is_link ? 'true' : 'false']); $sut = $this->createSut($fixture_name, ['SYMLINK' => $is_link ? 'true' : 'false']);
// Run composer install to get the dependencies we need to test. // Run composer install to get the dependencies we need to test.
$this->fixtures->runComposer("install --no-ansi --no-scripts", $sut); $this->fixtures->runComposer("install --no-ansi --no-scripts --no-plugins", $sut);
// Test drupal:scaffold. // Test drupal:scaffold.
$scaffoldOutput = $this->fixtures->runScaffold($sut); $scaffoldOutput = $this->fixtures->runScaffold($sut);