Update lock file

This commit is contained in:
Oliver Davies 2024-04-13 16:06:02 +01:00
parent f3ff716a08
commit cc0ad7057d

208
composer.lock generated
View file

@ -133,16 +133,16 @@
},
{
"name": "chi-teck/drupal-code-generator",
"version": "3.4.0",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
"reference": "b8136b945dc3446894e6cd2b2f055e147140faed"
"reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/b8136b945dc3446894e6cd2b2f055e147140faed",
"reference": "b8136b945dc3446894e6cd2b2f055e147140faed",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/74c2dc687e124bfc4001e73e9346b33067e2ec2b",
"reference": "74c2dc687e124bfc4001e73e9346b33067e2ec2b",
"shasum": ""
},
"require": {
@ -160,7 +160,7 @@
"squizlabs/php_codesniffer": "<3.6"
},
"require-dev": {
"chi-teck/drupal-coder-extension": "^2.0.0-beta2",
"chi-teck/drupal-coder-extension": "^2.0.0-beta3",
"drupal/coder": "8.3.23",
"drupal/core": "10.3.x-dev",
"ext-simplexml": "*",
@ -187,9 +187,9 @@
"description": "Drupal code generator",
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.4.0"
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.5.0"
},
"time": "2024-03-10T13:35:00+00:00"
"time": "2024-04-11T11:23:44+00:00"
},
{
"name": "composer/installers",
@ -419,25 +419,25 @@
},
{
"name": "consolidation/annotated-command",
"version": "4.9.2",
"version": "4.10.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"reference": "b5255dcbee1de95036185062a103dabc622224de"
"reference": "1e830ba908c9ffb1ba7ca056203531b27188812c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de",
"reference": "b5255dcbee1de95036185062a103dabc622224de",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/1e830ba908c9ffb1ba7ca056203531b27188812c",
"reference": "1e830ba908c9ffb1ba7ca056203531b27188812c",
"shasum": ""
},
"require": {
"consolidation/output-formatters": "^4.3.1",
"php": ">=7.1.3",
"psr/log": "^1 || ^2 || ^3",
"symfony/console": "^4.4.8 || ^5 || ^6",
"symfony/event-dispatcher": "^4.4.8 || ^5 || ^6",
"symfony/finder": "^4.4.8 || ^5 || ^6"
"symfony/console": "^4.4.8 || ^5 || ^6 || ^7",
"symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7",
"symfony/finder": "^4.4.8 || ^5 || ^6 || ^7"
},
"require-dev": {
"composer-runtime-api": "^2.0",
@ -469,9 +469,9 @@
"description": "Initialize Symfony Console commands from annotated command class methods.",
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
"source": "https://github.com/consolidation/annotated-command/tree/4.9.2"
"source": "https://github.com/consolidation/annotated-command/tree/4.10.0"
},
"time": "2023-12-26T14:30:50+00:00"
"time": "2024-04-05T21:05:39+00:00"
},
{
"name": "consolidation/config",
@ -585,32 +585,32 @@
},
{
"name": "consolidation/log",
"version": "3.0.0",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
"reference": "caaad9d70dae54eb49002666f000e3c607066878"
"reference": "c27a3beb36137c141ccbce0d89f64befb243c015"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878",
"reference": "caaad9d70dae54eb49002666f000e3c607066878",
"url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015",
"reference": "c27a3beb36137c141ccbce0d89f64befb243c015",
"shasum": ""
},
"require": {
"php": ">=8.0.0",
"psr/log": "^3",
"symfony/console": "^5 || ^6"
"symfony/console": "^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"platform": {
"php": "8.2.17"
}
},
"autoload": {
@ -631,9 +631,9 @@
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
"support": {
"issues": "https://github.com/consolidation/log/issues",
"source": "https://github.com/consolidation/log/tree/3.0.0"
"source": "https://github.com/consolidation/log/tree/3.1.0"
},
"time": "2022-04-05T16:53:32+00:00"
"time": "2024-04-04T23:50:25+00:00"
},
{
"name": "consolidation/output-formatters",
@ -819,23 +819,23 @@
},
{
"name": "consolidation/site-alias",
"version": "4.0.1",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
"reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5"
"reference": "1056ceb93f6aafe6f7600d7bbe1b62b8488abccf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5",
"reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/1056ceb93f6aafe6f7600d7bbe1b62b8488abccf",
"reference": "1056ceb93f6aafe6f7600d7bbe1b62b8488abccf",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1 || ^2",
"consolidation/config": "^1.2.1 || ^2 || ^3",
"php": ">=7.4",
"symfony/filesystem": "^5.4 || ^6",
"symfony/finder": "^5 || ^6"
"symfony/filesystem": "^5.4 || ^6 || ^7",
"symfony/finder": "^5 || ^6 || ^7"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
@ -872,30 +872,30 @@
"description": "Manage alias records for local and remote sites.",
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
"source": "https://github.com/consolidation/site-alias/tree/4.0.1"
"source": "https://github.com/consolidation/site-alias/tree/4.1.0"
},
"time": "2023-04-29T17:18:10+00:00"
"time": "2024-04-05T15:58:04+00:00"
},
{
"name": "consolidation/site-process",
"version": "5.3.0",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
"reference": "5e8eff50fd0015e7ca0b6ce4082cacef012f2f77"
"reference": "7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/5e8eff50fd0015e7ca0b6ce4082cacef012f2f77",
"reference": "5e8eff50fd0015e7ca0b6ce4082cacef012f2f77",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a",
"reference": "7ab3ffe4195a89b8dc334ea22e7881abe79ffd9a",
"shasum": ""
},
"require": {
"consolidation/config": "^2",
"consolidation/config": "^2 || ^3",
"consolidation/site-alias": "^3 || ^4",
"php": ">=8.0.14",
"symfony/console": "^5.4 || ^6",
"symfony/process": "^6"
"symfony/console": "^5.4 || ^6 || ^7",
"symfony/process": "^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^9",
@ -929,9 +929,9 @@
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
"source": "https://github.com/consolidation/site-process/tree/5.3.0"
"source": "https://github.com/consolidation/site-process/tree/5.4.0"
},
"time": "2024-04-01T12:42:12+00:00"
"time": "2024-04-06T00:00:28+00:00"
},
{
"name": "cweagans/composer-patches",
@ -1460,6 +1460,9 @@
}
},
"autoload": {
"files": [
"includes/bootstrap.inc"
],
"psr-4": {
"Drupal\\Core\\": "lib/Drupal/Core",
"Drupal\\Component\\": "lib/Drupal/Component"
@ -1486,20 +1489,17 @@
"lib/Drupal/Core/DrupalKernelInterface.php",
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
"lib/Drupal/Core/Site/Settings.php"
],
"files": [
"includes/bootstrap.inc"
]
},
"scripts": {
"pre-autoload-dump": [
"Drupal\\Core\\Composer\\Composer::preAutoloadDump"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications."
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
"source": "https://github.com/drupal/core/tree/10.2.5"
},
"time": "2024-04-03T07:19:20+00:00"
},
{
"name": "drupal/core-composer-scaffold",
@ -1537,6 +1537,7 @@
"Drupal\\Composer\\Plugin\\Scaffold\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
@ -1544,7 +1545,11 @@
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
]
],
"support": {
"source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.5"
},
"time": "2024-01-26T14:59:30+00:00"
},
{
"name": "drupal/core-project-message",
@ -1573,6 +1578,7 @@
"Drupal\\Composer\\Plugin\\ProjectMessage\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
@ -1580,7 +1586,11 @@
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
]
],
"support": {
"source": "https://github.com/drupal/core-project-message/tree/10.2.5"
},
"time": "2023-07-24T07:55:25+00:00"
},
{
"name": "drupal/core-recommended",
@ -1657,10 +1667,15 @@
"webflo/drupal-core-strict": "*"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core."
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"support": {
"source": "https://github.com/drupal/core-recommended/tree/10.2.5"
},
"time": "2024-04-03T07:19:20+00:00"
},
{
"name": "drupal/ctools",
@ -2217,7 +2232,7 @@
"extra": {
"drupal": {
"version": "8.x-1.12",
"datestamp": "1696776683",
"datestamp": "1712319355",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -2488,17 +2503,17 @@
},
{
"name": "drupal/token",
"version": "1.13.0",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/token.git",
"reference": "8.x-1.13"
"reference": "8.x-1.14"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip",
"reference": "8.x-1.13",
"shasum": "f2a074b51726de3727c1d900237d6d471806a4d2"
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.14.zip",
"reference": "8.x-1.14",
"shasum": "df3cae709fcc1a99ac1111ce67a0d6af56d287d7"
},
"require": {
"drupal/core": "^9.2 || ^10"
@ -2506,8 +2521,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.13",
"datestamp": "1697885927",
"version": "8.x-1.14",
"datestamp": "1713009399",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -5428,16 +5443,16 @@
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.4.0",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
"reference": "4e64b49bf370ade88e567de29465762e316e4224"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224",
"reference": "4e64b49bf370ade88e567de29465762e316e4224",
"shasum": ""
},
"require": {
@ -5484,7 +5499,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2"
},
"funding": [
{
@ -5500,7 +5515,7 @@
"type": "tidelift"
}
],
"time": "2023-05-23T14:45:45+00:00"
"time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/filesystem",
@ -7120,16 +7135,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v3.4.1",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
"reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
"reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
"shasum": ""
},
"require": {
@ -7182,7 +7197,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
"source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
},
"funding": [
{
@ -7198,7 +7213,7 @@
"type": "tidelift"
}
],
"time": "2023-12-26T14:02:43+00:00"
"time": "2023-12-19T21:51:00+00:00"
},
{
"name": "symfony/string",
@ -7382,16 +7397,16 @@
},
{
"name": "symfony/translation-contracts",
"version": "v3.4.1",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "06450585bf65e978026bda220cdebca3f867fde7"
"reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
"reference": "06450585bf65e978026bda220cdebca3f867fde7",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
"reference": "43810bdb2ddb5400e5c5e778e27b210a0ca83b6b",
"shasum": ""
},
"require": {
@ -7440,7 +7455,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.2"
},
"funding": [
{
@ -7456,7 +7471,7 @@
"type": "tidelift"
}
],
"time": "2023-12-26T14:02:43+00:00"
"time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/validator",
@ -10254,28 +10269,35 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.3.0",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
"reference": "298d2febfe79d03fe714eb871d5538da55205b1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a",
"reference": "298d2febfe79d03fe714eb871d5538da55205b1a",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.1",
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.7",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
"mockery/mockery": "~1.3.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.13"
},
"type": "library",
"extra": {
@ -10299,15 +10321,15 @@
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
"email": "opensource@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0"
},
"time": "2021-10-19T17:43:47+00:00"
"time": "2024-04-09T21:13:58+00:00"
},
{
"name": "phpdocumentor/type-resolver",