From c7ef3f17ff4a15334cdbe6ae05d9426d42b2a8de Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Mon, 19 Sep 2022 12:33:57 +0530 Subject: [PATCH 1/3] ACMS-1431: Remove acquia_cms_site_studio modules's depenency from starter. --- composer.json | 1 + composer.lock | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 089627f82..c045bad91 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "drupal/acquia_claro": "^1.3.2", "drupal/acquia_cms_audio": "^1.3.2", "drupal/acquia_cms_component": "^1.3.1", + "drupal/acquia_cms_site_studio": "^1.3.5", "drupal/acquia_cms_starter": "^1.3.0", "drupal/acquia_cms_toolbar": "^1.3.3", "drupal/acquia_cms_tour": "^1.3.0", diff --git a/composer.lock b/composer.lock index 28322e03c..d68ad3c4f 100644 --- a/composer.lock +++ b/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": "125460e81f2677a265bf2f455f05dc81", + "content-hash": "f880cf17eea9f023533da39d7af62d6c", "packages": [ { "name": "acquia/acsf-contenthub-console", @@ -2720,12 +2720,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", From 70c5b309b4e6851e790a54093fc3bfc96f861a63 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Fri, 23 Sep 2022 20:24:21 +0530 Subject: [PATCH 2/3] ACMS-1452: Update profile as new package manager and roles refactor. --- acquia_cms.profile | 37 +- composer.lock | 3240 ++++++++++++++------------ src/Commands/SiteInstallCommands.php | 45 +- 3 files changed, 1735 insertions(+), 1587 deletions(-) diff --git a/acquia_cms.profile b/acquia_cms.profile index 6e44c39ae..ff8a099e6 100644 --- a/acquia_cms.profile +++ b/acquia_cms.profile @@ -9,7 +9,6 @@ use Acquia\DrupalEnvironmentDetector\AcquiaDrupalEnvironmentDetector as Environm use Acquia\Utility\AcquiaTelemetry; use Drupal\acquia_cms\Facade\TelemetryFacade; use Drupal\acquia_cms\Form\SiteConfigureForm; -use Drupal\acquia_cms_site_studio\Facade\CohesionFacade; use Drupal\Core\Installer\InstallerKernel; use Symfony\Component\Console\Output\ConsoleOutput; @@ -102,12 +101,6 @@ function acquia_cms_install_tasks(): array { // Allow acquia_cms_site_studio module to be install using profile. if (Drupal::service('module_handler')->moduleExists('acquia_cms_site_studio')) { - $tasks['install_acms_site_studio_initialize'] = [ - 'display_name' => t('Import Site Studio elements'), - 'display' => $cohesion_configured, - 'type' => 'batch', - 'run' => $cohesion_configured ? INSTALL_TASK_RUN_IF_NOT_COMPLETED : INSTALL_TASK_SKIP, - ]; $tasks['install_acms_site_studio_ui_kit'] = [ 'display_name' => t('Import Site Studio components'), 'display' => $cohesion_configured, @@ -166,35 +159,7 @@ function install_acms_send_heartbeat_event() { * @throws Exception */ function install_acms_site_studio_ui_kit() { - // During testing, we don't import the UI kit, because it takes forever. - // Instead, we swap in a pre-built directory of Cohesion templates and assets. - if (getenv('COHESION_ARTIFACT')) { - return []; - } - - /** @var \Drupal\acquia_cms\Facade\CohesionFacade $facade */ - $facade = Drupal::classResolver(CohesionFacade::class); - - // Site studio will rebuild packages (fetch HTML/CSS via the API) by default - // on import. Passing this bool as TRUE will skip the rebuild, since we force - // a total rebuild at the end. This cuts install times approximately in half, - // especially via Drush. - $operations = $facade->getAllOperations(TRUE); - $batch = [ - 'operations' => $operations, - 'finished' => 'update_site_studio_settings', - ]; - - // Set batch along with drush backend process if site is being - // installed via Drush, so that we can show log on the screen during - // site studio package import/validate. - if (PHP_SAPI == 'cli') { - batch_set($batch); - drush_backend_batch_process(); - } - else { - return $batch; - } + \Drupal::service('acquia_cms_common.utility')->siteStudioPackageImport(); } /** diff --git a/composer.lock b/composer.lock index d68ad3c4f..d972e063f 100644 --- a/composer.lock +++ b/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": "f880cf17eea9f023533da39d7af62d6c", + "content-hash": "d7f40f1e65c95891cb854ad75fa060fc", "packages": [ { "name": "acquia/acsf-contenthub-console", @@ -55,27 +55,28 @@ }, { "name": "acquia/cloud-contenthub-console", - "version": "1.4", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/acquia/cloud-contenthub-console.git", - "reference": "d707e5133f4305a99d9e75e4564ddae90d126e11" + "reference": "9825e6a3eca63927f99a8a1f32e0e4f71b5f102f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/cloud-contenthub-console/zipball/d707e5133f4305a99d9e75e4564ddae90d126e11", - "reference": "d707e5133f4305a99d9e75e4564ddae90d126e11", + "url": "https://api.github.com/repos/acquia/cloud-contenthub-console/zipball/9825e6a3eca63927f99a8a1f32e0e4f71b5f102f", + "reference": "9825e6a3eca63927f99a8a1f32e0e4f71b5f102f", "shasum": "" }, "require": { "acquia/contenthub-console-helpers": "^1.4", "ext-json": "*", - "typhonius/acquia-php-sdk-v2": "<=2.0.15" + "typhonius/acquia-php-sdk-v2": ">=2.0.15" }, "require-dev": { "drupal/coder": "dev-8.x-3.x", "php-coveralls/php-coveralls": "^2.4", - "phpunit/phpunit": "^8", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, "type": "project", @@ -98,22 +99,22 @@ "description": "A package providing Acquia Cloud commands for the CommonConsole command line interface.", "support": { "issues": "https://github.com/acquia/cloud-contenthub-console/issues", - "source": "https://github.com/acquia/cloud-contenthub-console/tree/1.4" + "source": "https://github.com/acquia/cloud-contenthub-console/tree/1.4.1" }, - "time": "2022-06-14T12:05:36+00:00" + "time": "2022-09-01T13:01:43+00:00" }, { "name": "acquia/cohesion", - "version": "6.8.2", + "version": "6.9.2", "source": { "type": "git", "url": "https://github.com/acquia/cohesion.git", - "reference": "d9271c79f67ddcdbf9c7078de9d9dae327dc5dff" + "reference": "d51dc5001dc9fcd349eb7fd627777bb08e31b143" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/cohesion/zipball/d9271c79f67ddcdbf9c7078de9d9dae327dc5dff", - "reference": "d9271c79f67ddcdbf9c7078de9d9dae327dc5dff", + "url": "https://api.github.com/repos/acquia/cohesion/zipball/d51dc5001dc9fcd349eb7fd627777bb08e31b143", + "reference": "d51dc5001dc9fcd349eb7fd627777bb08e31b143", "shasum": "" }, "require": { @@ -164,22 +165,22 @@ ], "description": "Site Studio", "support": { - "source": "https://github.com/acquia/cohesion/tree/6.8.2" + "source": "https://github.com/acquia/cohesion/tree/6.9.2" }, - "time": "2022-04-14T08:22:17+00:00" + "time": "2022-09-05T13:23:59+00:00" }, { "name": "acquia/cohesion-theme", - "version": "6.8.2", + "version": "6.9.2", "source": { "type": "git", "url": "https://github.com/acquia/cohesion-theme.git", - "reference": "a72a4402764df0c019a96735914877eaa5ebd6e0" + "reference": "3deb0fd578c37f992240c93e8d75c2bcbcfae4c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/cohesion-theme/zipball/a72a4402764df0c019a96735914877eaa5ebd6e0", - "reference": "a72a4402764df0c019a96735914877eaa5ebd6e0", + "url": "https://api.github.com/repos/acquia/cohesion-theme/zipball/3deb0fd578c37f992240c93e8d75c2bcbcfae4c5", + "reference": "3deb0fd578c37f992240c93e8d75c2bcbcfae4c5", "shasum": "" }, "type": "drupal-theme", @@ -197,30 +198,30 @@ "description": "Site Studio minimal theme", "support": { "issues": "https://github.com/acquia/cohesion-theme/issues", - "source": "https://github.com/acquia/cohesion-theme/tree/6.8.2" + "source": "https://github.com/acquia/cohesion-theme/tree/6.9.2" }, - "time": "2022-04-14T08:22:23+00:00" + "time": "2022-09-05T13:24:05+00:00" }, { "name": "acquia/content-hub-php", - "version": "2.2", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/acquia/content-hub-php.git", - "reference": "542abbc4f07341d246523ed70d00f100692610c4" + "reference": "7214412684298512adfb01b556e39e12b3b08453" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/content-hub-php/zipball/542abbc4f07341d246523ed70d00f100692610c4", - "reference": "542abbc4f07341d246523ed70d00f100692610c4", + "url": "https://api.github.com/repos/acquia/content-hub-php/zipball/7214412684298512adfb01b556e39e12b3b08453", + "reference": "7214412684298512adfb01b556e39e12b3b08453", "shasum": "" }, "require": { "acquia/http-hmac-php": ">=3.4", "ext-json": "*", - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": ">=6.5", "php": ">=7.3", - "psr/log": "~1.0", + "psr/log": ">=1.0", "symfony/event-dispatcher": ">=4.4", "symfony/http-foundation": ">=4.4", "symfony/serializer": ">=4.4" @@ -264,34 +265,36 @@ "homepage": "https://github.com/acquia/content-hub-php", "support": { "issues": "https://github.com/acquia/content-hub-php/issues", - "source": "https://github.com/acquia/content-hub-php/tree/2.2" + "source": "https://github.com/acquia/content-hub-php/tree/2.4.1" }, - "time": "2022-06-13T09:21:01+00:00" + "time": "2022-09-09T09:27:00+00:00" }, { "name": "acquia/contenthub-console", - "version": "1.5", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/acquia/contenthub-console.git", - "reference": "220900a03e5e94d00928dd4f63d0b0d5b6f31f3c" + "reference": "7ac1b103892bd6bba8c6dc77eac19cb19d7848c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/contenthub-console/zipball/220900a03e5e94d00928dd4f63d0b0d5b6f31f3c", - "reference": "220900a03e5e94d00928dd4f63d0b0d5b6f31f3c", + "url": "https://api.github.com/repos/acquia/contenthub-console/zipball/7ac1b103892bd6bba8c6dc77eac19cb19d7848c9", + "reference": "7ac1b103892bd6bba8c6dc77eac19cb19d7848c9", "shasum": "" }, "require": { "acquia/acsf-contenthub-console": "^1.4", "ext-json": "*", - "spatie/ssl-certificate": "1.21|1.22.1", + "ext-simplexml": "*", + "spatie/ssl-certificate": "1.21|1.22.1|^2", "zumba/amplitude-php": "^1" }, "require-dev": { "drupal/coder": "dev-8.x-3.x", "php-coveralls/php-coveralls": "^2.4", - "phpunit/phpunit": "^8", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, "type": "project", @@ -314,9 +317,9 @@ "description": "A package providing Acquia ContentHub commands for the CommonConsole command line interface.", "support": { "issues": "https://github.com/acquia/contenthub-console/issues", - "source": "https://github.com/acquia/contenthub-console/tree/1.5" + "source": "https://github.com/acquia/contenthub-console/tree/1.6.2" }, - "time": "2022-06-14T12:13:57+00:00" + "time": "2022-09-01T12:37:13+00:00" }, { "name": "acquia/contenthub-console-helpers", @@ -368,20 +371,23 @@ }, { "name": "acquia/drupal-environment-detector", - "version": "1.4.1", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/acquia/drupal-environment-detector.git", - "reference": "1155ed6cd62cacc4dfa9545a612a4981d6560bcc" + "reference": "03a86edef4fb9dd75596462e08bc8737cf7f6c4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/drupal-environment-detector/zipball/1155ed6cd62cacc4dfa9545a612a4981d6560bcc", - "reference": "1155ed6cd62cacc4dfa9545a612a4981d6560bcc", + "url": "https://api.github.com/repos/acquia/drupal-environment-detector/zipball/03a86edef4fb9dd75596462e08bc8737cf7f6c4a", + "reference": "03a86edef4fb9dd75596462e08bc8737cf7f6c4a", "shasum": "" }, + "conflict": { + "acquia/blt": "<13.5.2" + }, "require-dev": { - "acquia/coding-standards": "^0.4.3", + "acquia/coding-standards": "^1.0.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "phpunit/phpunit": "^9.1" }, @@ -412,9 +418,9 @@ "description": "Provides common methods for detecting the current Acquia environment", "support": { "issues": "https://github.com/acquia/drupal-environment-detector/issues", - "source": "https://github.com/acquia/drupal-environment-detector/tree/1.4.1" + "source": "https://github.com/acquia/drupal-environment-detector/tree/1.5.2" }, - "time": "2022-03-15T20:59:14+00:00" + "time": "2022-09-01T17:55:45+00:00" }, { "name": "acquia/http-hmac-php", @@ -479,22 +485,27 @@ }, { "name": "acquia/memcache-settings", - "version": "v1.1.0", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/acquia/memcache-settings.git", - "reference": "1a2c6bb19d7aaaf3367147e3564744e89dd5469b" + "reference": "543cb19afcd9d75000dceb924b85c2ff16997003" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/memcache-settings/zipball/1a2c6bb19d7aaaf3367147e3564744e89dd5469b", - "reference": "1a2c6bb19d7aaaf3367147e3564744e89dd5469b", + "url": "https://api.github.com/repos/acquia/memcache-settings/zipball/543cb19afcd9d75000dceb924b85c2ff16997003", + "reference": "543cb19afcd9d75000dceb924b85c2ff16997003", "shasum": "" }, "require": { "drupal/memcache": "^2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" @@ -509,9 +520,9 @@ "description": "Recommended Memcache settings for use with Acquia hosting.", "support": { "issues": "https://github.com/acquia/memcache-settings/issues", - "source": "https://github.com/acquia/memcache-settings/tree/v1.1.0" + "source": "https://github.com/acquia/memcache-settings/tree/v1.2.0" }, - "time": "2021-08-23T18:08:00+00:00" + "time": "2022-08-03T15:14:53+00:00" }, { "name": "asm89/stack-cors", @@ -632,16 +643,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.5.3", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655" + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", - "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", "shasum": "" }, "require": { @@ -660,7 +671,6 @@ "require-dev": { "chi-teck/drupal-coder-extension": "^1.2", "drupal/coder": "^8.3.14", - "friendsoftwig/twigcs": "dev-master", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.5", @@ -688,9 +698,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/2.5.3" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.1" }, - "time": "2022-03-31T17:15:11+00:00" + "time": "2022-09-15T09:13:57+00:00" }, { "name": "clue/stream-filter", @@ -760,28 +770,28 @@ }, { "name": "commerceguys/addressing", - "version": "v1.3.0", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "566febd56ca71e31dd383b014c4e1bec680507bf" + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/566febd56ca71e31dd383b014c4e1bec680507bf", - "reference": "566febd56ca71e31dd383b014c4e1bec680507bf", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06", + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06", "shasum": "" }, "require": { - "doctrine/collections": "~1.0", + "doctrine/collections": "^1.2", "php": ">=7.3" }, "require-dev": { "ext-json": "*", - "mikey179/vfsstream": "1.*", + "mikey179/vfsstream": "^1.6.10", "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "3.*", - "symfony/validator": "^4.4 || ^5.4" + "squizlabs/php_codesniffer": "^3.6", + "symfony/validator": "^4.4 || ^5.4 || ^6.0" }, "suggest": { "symfony/validator": "to validate addresses" @@ -818,9 +828,9 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v1.3.0" + "source": "https://github.com/commerceguys/addressing/tree/v1.4.1" }, - "time": "2022-04-08T13:06:51+00:00" + "time": "2022-08-09T11:42:51+00:00" }, { "name": "composer/semver", @@ -1631,16 +1641,16 @@ }, { "name": "doctrine/annotations", - "version": "1.13.2", + "version": "1.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08" + "reference": "648b0343343565c4a056bfc8392201385e8d89f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", + "reference": "648b0343343565c4a056bfc8392201385e8d89f0", "shasum": "" }, "require": { @@ -1652,9 +1662,10 @@ "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^0.12.20", + "phpstan/phpstan": "^1.4.10 || ^1.8.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2" + "symfony/cache": "^4.4 || ^5.2", + "vimeo/psalm": "^4.10" }, "type": "library", "autoload": { @@ -1697,32 +1708,33 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.2" + "source": "https://github.com/doctrine/annotations/tree/1.13.3" }, - "time": "2021-08-05T19:00:23+00:00" + "time": "2022-07-02T10:48:51+00:00" }, { "name": "doctrine/collections", - "version": "1.6.8", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" + "reference": "09dde3eb237756190f2de738d3c97cff10a8407b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", - "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", + "url": "https://api.github.com/repos/doctrine/collections/zipball/09dde3eb237756190f2de738d3c97cff10a8407b", + "reference": "09dde3eb237756190f2de738d3c97cff10a8407b", "shasum": "" }, "require": { + "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1.3 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^0.12", + "doctrine/coding-standard": "^9.0 || ^10.0", + "phpstan/phpstan": "^1.4.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", - "vimeo/psalm": "^4.2.1" + "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { @@ -1766,9 +1778,52 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.8" + "source": "https://github.com/doctrine/collections/tree/1.7.3" + }, + "time": "2022-09-01T19:34:23+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "shasum": "" }, - "time": "2021-08-10T18:51:53+00:00" + "require": { + "php": "^7.1|^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + }, + "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/lexer", @@ -1978,27 +2033,27 @@ }, { "name": "drupal/acquia_cms_article", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_article.git", - "reference": "1.3.4" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_article-1.3.4.zip", - "reference": "1.3.4", - "shasum": "275840dd7336367da49a99fea64b24457f5cc44f" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_article-1.4.0.zip", + "reference": "1.4.0", + "shasum": "9555f880604b3d9f8f70789014f65cfbd460449e" }, "require": { - "drupal/acquia_cms_person": "^1.3.4", + "drupal/acquia_cms_person": "^1.4", "drupal/core": "^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.4", - "datestamp": "1655140531", + "version": "1.4.0", + "datestamp": "1663873915", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2011,12 +2066,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2031,20 +2082,20 @@ }, { "name": "drupal/acquia_cms_audio", - "version": "1.3.2", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_audio.git", - "reference": "1.3.2" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_audio-1.3.2.zip", - "reference": "1.3.2", - "shasum": "44803802517913aa80528d9f9638a991d86a85a6" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_audio-1.4.0.zip", + "reference": "1.4.0", + "shasum": "21b185cef41b4a32b788f7a7cc3ab3723d2cdd41" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/core": "^9", "drupal/field_group": "*", "drupal/media_entity_soundcloud": "^3.0" @@ -2052,8 +2103,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.2", - "datestamp": "1655717044", + "version": "1.4.0", + "datestamp": "1663875748", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2066,12 +2117,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2086,23 +2133,23 @@ }, { "name": "drupal/acquia_cms_common", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_common.git", - "reference": "1.4.0" + "reference": "1.5.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_common-1.4.0.zip", - "reference": "1.4.0", - "shasum": "b07d60c8b95fd5f949d891bea6637c0d9c0579f7" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_common-1.5.0.zip", + "reference": "1.5.0", + "shasum": "e2b8e1f5b8316fbcb19c4ab07b53048f265d3506" }, "require": { "acquia/drupal-environment-detector": "^1.4", "acquia/memcache-settings": "^1", "cweagans/composer-patches": "^1.7", - "drupal/acquia_connector": "^3", + "drupal/acquia_connector": "^3 || ^4", "drupal/acquia_contenthub": "^2.25", "drupal/acquia_lift": "^4.2", "drupal/acquia_purge": "^1", @@ -2111,17 +2158,18 @@ "drupal/acsf": "^2", "drupal/autologout": "^1", "drupal/checklistapi": "^2.0", + "drupal/ckeditor": "*", "drupal/config_ignore": "2.3.0", "drupal/config_rewrite": "^1.4", - "drupal/core": "~9.4.0", - "drupal/default_content": "2.0.0-alpha1", + "drupal/core": "^9.3.21", + "drupal/default_content": "2.0.0-alpha2", "drupal/diff": "^1", "drupal/entity_clone": "1.0-beta6", "drupal/field_group": "^3", "drupal/focal_point": "1.5", "drupal/google_analytics": "4.0.0", "drupal/google_tag": "^1.5", - "drupal/honeypot": "^2.0", + "drupal/honeypot": "^2.1", "drupal/imagemagick": "^3", "drupal/jsonapi_extras": "^3", "drupal/memcache": "^2.2", @@ -2131,7 +2179,7 @@ "drupal/pathauto": "^1", "drupal/recaptcha": "^3", "drupal/redirect": "^1", - "drupal/reroute_email": "^2.1", + "drupal/reroute_email": "2.1.1", "drupal/responsive_preview": "^1.0", "drupal/scheduler_content_moderation_integration": "^1.3", "drupal/schema_metatag": "^2.2", @@ -2143,14 +2191,32 @@ "drupal/username_enumeration_prevention": "^1.2", "drupal/workbench_email": "^2.2" }, + "conflict": { + "drupal/acquia_cms_article": "<1.4", + "drupal/acquia_cms_audio": "<1.4", + "drupal/acquia_cms_component": "<1.3.3", + "drupal/acquia_cms_document": "<1.4", + "drupal/acquia_cms_event": "<1.4", + "drupal/acquia_cms_headless": "<1.3.0-beta7", + "drupal/acquia_cms_image": "<1.4", + "drupal/acquia_cms_page": "<1.4", + "drupal/acquia_cms_person": "<1.4", + "drupal/acquia_cms_place": "<1.4", + "drupal/acquia_cms_search": "<1.4", + "drupal/acquia_cms_site_studio": "<1.4", + "drupal/acquia_cms_starter": "<1.3.3", + "drupal/acquia_cms_toolbar": "<1.4", + "drupal/acquia_cms_tour": "2.0.* || <1.3.2", + "drupal/acquia_cms_video": "<1.4" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.4.0", - "datestamp": "1655795922", + "version": "1.5.0", + "datestamp": "1663875412", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { @@ -2170,7 +2236,9 @@ "drupal/core": { "3059955 - It is possible to overflow the number of items allowed in Media Library": "https://www.drupal.org/files/issues/2019-12-28/3082690-80.patch", "3160238 - Media Library widget produces \"This value should not be null\" error when field is required": "https://www.drupal.org/files/issues/2020-10-08/3160238-25.patch", - "1120020 - SQLite database locking errors cause fatal errors": "https://www.drupal.org/files/issues/2022-03-30/1120020-91.patch" + "3301692: Passing null to parameter to mb_strtolower() is deprecated with PHP 8.1": "https://git.drupalcode.org/project/drupal/-/merge_requests/2598.patch", + "3301770 - Passing null to parameter to strpos() is deprecated with PHP8.1": "https://git.drupalcode.org/project/drupal/-/merge_requests/2601.patch", + "REMOVE: Allow installation profile to be changed from Acquia CMS to minimal during config sync": "https://gist.githubusercontent.com/rajeshreeputra/ae198ea15a2584f00de3327067056fe0/raw/3d69baaa16bfcc7b2af41deef102eaebd4291906/profile-change-acms-to-minimal.patch" }, "drupal/default_content": { "2698425 - Duplicate content issues in default content": "https://git.drupalcode.org/project/default_content/-/merge_requests/5.patch" @@ -2183,6 +2251,12 @@ }, "drupal/google_analytics": { "3246597 - Add dependency on drupal:path_alias": "https://www.drupal.org/files/issues/2021-11-25/google_analytics-3246597-7.patch" + }, + "drupal/reroute_email": { + "3275956 - Fix deprecated preg_split() with php 8.1 for drupal:reroute_email": "https://www.drupal.org/files/issues/2022-04-19/reroute_email-preg_split--3275956-1.patch" + }, + "guzzlehttp/guzzle": { + "GuzzleHttp deprecation fix with PHP 8.1 support": "https://gist.githubusercontent.com/alpha1892/a6f283f354c15fba03a47454b08c3b10/raw/11e188f94e8e57c31fc2cf401d2a8c6757fada72/guzzle-cookie-cookiejar-deprecation.patch" } } }, @@ -2192,12 +2266,12 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "vipin.mittal18", + "homepage": "https://www.drupal.org/user/319716" }, { "name": "vishalkhode", @@ -2212,20 +2286,20 @@ }, { "name": "drupal/acquia_cms_component", - "version": "1.3.1", + "version": "1.3.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_component.git", - "reference": "1.3.1" + "reference": "1.3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_component-1.3.1.zip", - "reference": "1.3.1", - "shasum": "406bc1da851a8ca699476aa7bb395ce270d1c544" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_component-1.3.3.zip", + "reference": "1.3.3", + "shasum": "8e559a9124a040ffe6ed1b6a80f239370626c91a" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/component": "1.0-rc3", "drupal/core": "^9", "drupal/jsonapi_extras": "^3" @@ -2233,8 +2307,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.1", - "datestamp": "1655146541", + "version": "1.3.3", + "datestamp": "1663875567", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2243,7 +2317,8 @@ "enable-patching": true, "patches": { "drupal/component": { - "3236462 - Missing Use statement creates fatal errors": "https://git.drupalcode.org/project/component/-/merge_requests/2.patch" + "3236462 - Missing Use statement creates fatal errors": "https://git.drupalcode.org/project/component/-/merge_requests/2.patch", + "3296262: Fix deprecation warnings in RecursiveComponentFilterIterator": "https://git.drupalcode.org/project/component/-/merge_requests/5.patch" } } }, @@ -2252,6 +2327,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, { "name": "vishalkhode", "homepage": "https://www.drupal.org/user/2439156" @@ -2265,28 +2344,28 @@ }, { "name": "drupal/acquia_cms_document", - "version": "1.3.3", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_document.git", - "reference": "1.3.3" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_document-1.3.3.zip", - "reference": "1.3.3", - "shasum": "6657b1bba2970cb3c2d54d71a722136e6d1d1ef5" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_document-1.4.0.zip", + "reference": "1.4.0", + "shasum": "8d95ee7630b584d6399de698b950ac921590525e" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/core": "^9", "drupal/field_group": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.3", - "datestamp": "1655799789", + "version": "1.4.0", + "datestamp": "1663875858", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2299,12 +2378,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2319,27 +2394,27 @@ }, { "name": "drupal/acquia_cms_event", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_event.git", - "reference": "1.3.4" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_event-1.3.4.zip", - "reference": "1.3.4", - "shasum": "1534b794db59c0216e60c6551ce9fcbf7dd66992" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_event-1.4.0.zip", + "reference": "1.4.0", + "shasum": "30bd86d658a79c91b52b136c62492c5111cf6f08" }, "require": { - "drupal/acquia_cms_place": "^1.3.4", + "drupal/acquia_cms_place": "^1.4", "drupal/core": "^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.4", - "datestamp": "1655140744", + "version": "1.4.0", + "datestamp": "1663876081", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2352,12 +2427,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2372,21 +2443,21 @@ }, { "name": "drupal/acquia_cms_image", - "version": "1.3.6", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_image.git", - "reference": "1.3.6" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_image-1.3.6.zip", - "reference": "1.3.6", - "shasum": "0170aa15188d48e0dddeedc077bfa9fb918bd198" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_image-1.4.0.zip", + "reference": "1.4.0", + "shasum": "1698dfa9aec494dd5606f150a7f607c5e3cdc9fb" }, "require": { "cweagans/composer-patches": "^1.7", - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/core": "^9", "drupal/field_group": "*", "drupal/imce": "2.x-dev" @@ -2394,8 +2465,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.6", - "datestamp": "1655799708", + "version": "1.4.0", + "datestamp": "1663876085", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2410,12 +2481,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2430,29 +2497,28 @@ }, { "name": "drupal/acquia_cms_page", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_page.git", - "reference": "1.3.4" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_page-1.3.4.zip", - "reference": "1.3.4", - "shasum": "d5d49b5585d1a893270251a5750c0a94b558ab97" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_page-1.4.0.zip", + "reference": "1.4.0", + "shasum": "e4fac55e90c351d5bf5fa52b860038eaac5319ad" }, "require": { - "drupal/acquia_cms_image": "^1.3.5", - "drupal/acquia_cms_site_studio": "^1.3.5", + "drupal/acquia_cms_image": "^1.4", "drupal/core": "^9", "drupal/field_group": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.4", - "datestamp": "1655450549", + "version": "1.4.0", + "datestamp": "1663876398", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2465,8 +2531,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2481,28 +2547,28 @@ }, { "name": "drupal/acquia_cms_person", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_person.git", - "reference": "1.3.4" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_person-1.3.4.zip", - "reference": "1.3.4", - "shasum": "82429215d274c24c1b342b0f24817fccbac31b99" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_person-1.4.0.zip", + "reference": "1.4.0", + "shasum": "16a059e3eb9cdf53d4a6078da3eac18ba7e1db26" }, "require": { - "drupal/acquia_cms_place": "^1.3.4", + "drupal/acquia_cms_place": "^1.4", "drupal/core": "^9", "drupal/scheduler": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.4", - "datestamp": "1655140911", + "version": "1.4.0", + "datestamp": "1663876504", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2515,12 +2581,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2535,24 +2597,24 @@ }, { "name": "drupal/acquia_cms_place", - "version": "1.3.4", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_place.git", - "reference": "1.3.4" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_place-1.3.4.zip", - "reference": "1.3.4", - "shasum": "91ebff2a7abdac3701753ff6cdeedaadab395083" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_place-1.4.0.zip", + "reference": "1.4.0", + "shasum": "651b2c7a0a3bfca5d0283079fd09cb168176ad9b" }, "require": { - "drupal/acquia_cms_image": "^1.3.5", + "drupal/acquia_cms_image": "^1.4", "drupal/address": "^1", "drupal/core": "^9", "drupal/field_group": "*", - "drupal/geocoder": "3.25", + "drupal/geocoder": "3.29", "drupal/geocoder_address": "*", "drupal/geocoder_geofield": "*", "drupal/geofield": "^1", @@ -2562,8 +2624,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.4", - "datestamp": "1655141106", + "version": "1.4.0", + "datestamp": "1663876592", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2582,12 +2644,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2602,25 +2660,25 @@ }, { "name": "drupal/acquia_cms_search", - "version": "1.3.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_search.git", - "reference": "1.3.5" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_search-1.3.5.zip", - "reference": "1.3.5", - "shasum": "6753f9f2bdd58d47d22fe8bc21a3d06c22eaf797" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_search-1.4.0.zip", + "reference": "1.4.0", + "shasum": "753466cf2cc5ae873e1052cd88c377f1da314326" }, "require": { "cweagans/composer-patches": "^1.7", - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/acquia_search": "^3.0.3", "drupal/collapsiblock": "^3", "drupal/core": "^9", - "drupal/facets": "2.0.1", + "drupal/facets": "2.0.5", "drupal/facets_pretty_paths": "^1.2", "drupal/search_api": "1.23", "drupal/search_api_autocomplete": "^1.6", @@ -2629,8 +2687,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.5", - "datestamp": "1655716785", + "version": "1.4.0", + "datestamp": "1663876667", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2652,12 +2710,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2672,22 +2726,22 @@ }, { "name": "drupal/acquia_cms_site_studio", - "version": "1.3.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_site_studio.git", - "reference": "1.3.5" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_site_studio-1.3.5.zip", - "reference": "1.3.5", - "shasum": "a09b5c2dde967b6f9b6864cccadcafead25976c2" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_site_studio-1.4.0.zip", + "reference": "1.4.0", + "shasum": "b2c779f535b07e098b03b80cb9853780087dadaf" }, "require": { - "acquia/cohesion": "6.8.2", + "acquia/cohesion": "~6.9.0", "acquia/cohesion-theme": "^6.8", - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/collapsiblock": "^3", "drupal/core": "^9", "drupal/node_revision_delete": "^1.0@RC" @@ -2695,8 +2749,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.5", - "datestamp": "1655716691", + "version": "1.4.0", + "datestamp": "1663873626", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2710,7 +2764,10 @@ "enable-patching": true, "patches": { "acquia/cohesion": { - "Error: Attempt to modify property 'styles' on array": "https://gist.githubusercontent.com/panshulK/86e53ac29386142b4204ab885018b36c/raw/c05e9c959cd8102534ccc1923809f90bc735785c/site-studio-updated-style.patch" + "Deprecation: layoutCanvas return type issue fix": "https://gist.githubusercontent.com/alpha1892/e4becafe31597ac58563fb3219e48da6/raw/0bfaf86f754b2cbffc1bc176f525b4bfd0e670f6/cohesion-jsonserialize-deprecation.patch", + "Error: Attempt to modify property 'styles' on array": "https://gist.githubusercontent.com/panshulK/86e53ac29386142b4204ab885018b36c/raw/c05e9c959cd8102534ccc1923809f90bc735785c/site-studio-updated-style.patch", + "Error: Must be type of array 'null' given in array_walk_recursive()": "https://gist.githubusercontent.com/alpha1892/bad7c337f0806ddaeb01be594fbc7405/raw/ef18ec4da7125f051099a8e8a84fa5bb015cc75e/cohesion-GoogleMapApiKeyForm.patch", + "Site Studio: Allow optional packages to import": "https://gist.githubusercontent.com/vishalkhode1/9a78437024d87b824fa3e54219b099a5/raw/316583e3291c6ae50175478cf772c85d327cb6d3/site-studio-allow-optional-packages.patch" } } }, @@ -2736,34 +2793,33 @@ }, { "name": "drupal/acquia_cms_starter", - "version": "1.3.0", + "version": "1.3.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_starter.git", - "reference": "1.3.0" + "reference": "1.3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_starter-1.3.0.zip", - "reference": "1.3.0", - "shasum": "0e95096dfbfd86b103c1a34399f04fe370894a38" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_starter-1.3.3.zip", + "reference": "1.3.3", + "shasum": "f148431d0cb7dc9ea44ae404a0d4c749b0b46242" }, "require": { - "drupal/acquia_cms_article": "^1.3.4", - "drupal/acquia_cms_document": "^1.3.2", - "drupal/acquia_cms_event": "^1.3.4", - "drupal/acquia_cms_page": "^1.3.3", - "drupal/acquia_cms_search": "^1.3.5", - "drupal/acquia_cms_site_studio": "^1.3.5", - "drupal/acquia_cms_video": "^1.3.3", + "drupal/acquia_cms_article": "^1.4", + "drupal/acquia_cms_document": "^1.4", + "drupal/acquia_cms_event": "^1.4", + "drupal/acquia_cms_page": "^1.4", + "drupal/acquia_cms_search": "^1.4", + "drupal/acquia_cms_video": "^1.4", "drupal/core": "^9", "drupal/webform": "^6.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.0", - "datestamp": "1655717509", + "version": "1.3.3", + "datestamp": "1663874300", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2775,6 +2831,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, { "name": "vishalkhode", "homepage": "https://www.drupal.org/user/2439156" @@ -2788,20 +2848,20 @@ }, { "name": "drupal/acquia_cms_toolbar", - "version": "1.3.3", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_toolbar.git", - "reference": "1.3.3" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_toolbar-1.3.3.zip", - "reference": "1.3.3", - "shasum": "cd9b4d83b6a9d383b858a11072e58dc1c6cb16bd" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_toolbar-1.4.0.zip", + "reference": "1.4.0", + "shasum": "8461de882e5137330d1063bed9bd671de1855c62" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/admin_toolbar": "^3.0", "drupal/admin_toolbar_tools": "*", "drupal/core": "^9" @@ -2809,8 +2869,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.3", - "datestamp": "1655717371", + "version": "1.4.0", + "datestamp": "1663876762", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2823,12 +2883,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2843,27 +2899,27 @@ }, { "name": "drupal/acquia_cms_tour", - "version": "1.3.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_tour.git", - "reference": "1.3.1" + "reference": "1.3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_tour-1.3.1.zip", - "reference": "1.3.1", - "shasum": "6916ef423189f6ceee68b07ab0a4e3c78c823f29" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_tour-1.3.2.zip", + "reference": "1.3.2", + "shasum": "141cb8b09b34bbb6bd6729def3ea76ecc19d35e7" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/core": "^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.1", - "datestamp": "1656310348", + "version": "1.3.2", + "datestamp": "1664268303", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2875,6 +2931,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, { "name": "vishalkhode", "homepage": "https://www.drupal.org/user/2439156" @@ -2888,28 +2948,28 @@ }, { "name": "drupal/acquia_cms_video", - "version": "1.3.3", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_video.git", - "reference": "1.3.3" + "reference": "1.4.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_video-1.3.3.zip", - "reference": "1.3.3", - "shasum": "585c30591622d6c6fb94251a2052b26566701722" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_video-1.4.0.zip", + "reference": "1.4.0", + "shasum": "6a8a107c90ed31ba773346e73ec8e226db960ed5" }, "require": { - "drupal/acquia_cms_common": "^1.3.5", + "drupal/acquia_cms_common": "^1.5", "drupal/core": "^9", "drupal/field_group": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.3", - "datestamp": "1655147297", + "version": "1.4.0", + "datestamp": "1663876831", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2922,12 +2982,8 @@ ], "authors": [ { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "msherron", - "homepage": "https://www.drupal.org/user/470070" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" }, { "name": "vishalkhode", @@ -2942,27 +2998,27 @@ }, { "name": "drupal/acquia_connector", - "version": "3.0.4", + "version": "3.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_connector.git", - "reference": "3.0.4" + "reference": "3.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_connector-3.0.4.zip", - "reference": "3.0.4", - "shasum": "318f9a85c9e24565d9a347d467d53d99644d7bc3" + "url": "https://ftp.drupal.org/files/projects/acquia_connector-3.0.5.zip", + "reference": "3.0.5", + "shasum": "2fd289e2f42cc2760a3129e6442e68871ba6667f" }, "require": { - "drupal/core": "^8.9 || ^9", + "drupal/core": ">=8.9 <11.0.0-stable", "ext-json": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.4", - "datestamp": "1632414112", + "version": "3.0.5", + "datestamp": "1661275956", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2982,29 +3038,17 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, { "name": "Dane Powell", "homepage": "https://www.drupal.org/user/339326" }, { - "name": "Mark Trapp", - "homepage": "https://www.drupal.org/user/212019" - }, - { - "name": "acquia", - "homepage": "https://www.drupal.org/user/1231722" - }, - { - "name": "blueminds", - "homepage": "https://www.drupal.org/user/128652" - }, - { - "name": "grasmash", - "homepage": "https://www.drupal.org/user/455714" - }, - { - "name": "irek02", - "homepage": "https://www.drupal.org/user/736644" + "name": "irek02", + "homepage": "https://www.drupal.org/user/736644" }, { "name": "japerry", @@ -3015,8 +3059,8 @@ "homepage": "https://www.drupal.org/user/822402" }, { - "name": "nerdstein", - "homepage": "https://www.drupal.org/user/1557710" + "name": "Mark Trapp", + "homepage": "https://www.drupal.org/user/212019" }, { "name": "vlad.pavlovic", @@ -3031,23 +3075,23 @@ }, { "name": "drupal/acquia_contenthub", - "version": "2.34.0", + "version": "2.35.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_contenthub.git", - "reference": "8.x-2.34" + "reference": "8.x-2.35" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_contenthub-8.x-2.34.zip", - "reference": "8.x-2.34", - "shasum": "69e80a9528545c63ff77dd462bff6e567a8fab54" + "url": "https://ftp.drupal.org/files/projects/acquia_contenthub-8.x-2.35.zip", + "reference": "8.x-2.35", + "shasum": "71bb5f3d4b7e27ccdd9f8a33ba360eda1ea8a88d" }, "require": { - "acquia/content-hub-php": "^2.2", - "acquia/contenthub-console": "^1.5", + "acquia/content-hub-php": "^2.3", + "acquia/contenthub-console": "^1.6.1", "drupal/core": ">=9.2", - "drupal/depcalc": "^1.13", + "drupal/depcalc": "1.x-dev", "laminas/laminas-diactoros": "^1.8 || ^2.2", "symfony/psr-http-message-bridge": "^1.1.2 || ^2.0" }, @@ -3059,7 +3103,7 @@ "drupal/metatag": "^1.16", "drupal/paragraphs": "^1", "drupal/redirect": "^1.6", - "drupal/s3fs": "^3", + "drupal/s3fs": "3.0-beta5", "drupal/webform": "^6.0" }, "suggest": { @@ -3068,8 +3112,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.34", - "datestamp": "1655277474", + "version": "8.x-2.35", + "datestamp": "1660802592", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3077,6 +3121,11 @@ }, "branch-alias": { "dev-8.x-2.x": "2.x-dev" + }, + "drush": { + "services": { + "drush.services.yml": ">=9" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3084,10 +3133,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, { "name": "abarrios", "homepage": "https://www.drupal.org/user/109765" @@ -3108,6 +3153,10 @@ "name": "attilatilman", "homepage": "https://www.drupal.org/user/3528404" }, + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, { "name": "japerry", "homepage": "https://www.drupal.org/user/45640" @@ -3116,6 +3165,10 @@ "name": "kaynen", "homepage": "https://www.drupal.org/user/733308" }, + { + "name": "n4r3n", + "homepage": "https://www.drupal.org/user/3591861" + }, { "name": "pajor", "homepage": "https://www.drupal.org/user/3528384" @@ -3123,6 +3176,10 @@ { "name": "scor", "homepage": "https://www.drupal.org/user/52142" + }, + { + "name": "v_akshat", + "homepage": "https://www.drupal.org/user/2625223" } ], "description": "Module allowing Drupal sites to connect to Acquia Content Hub.", @@ -3199,28 +3256,28 @@ }, { "name": "drupal/acquia_purge", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_purge.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_purge-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "104cfe40c37ac9786d31306b76b39a115c6bf724" + "url": "https://ftp.drupal.org/files/projects/acquia_purge-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "d93bc6dcee78658267d7cf5baf7d480642e1e65a" }, "require": { - "drupal/core": "^8.9 || ^9", - "drupal/purge": "^3.2", + "drupal/core": "^9.2 || ^10", + "drupal/purge": "^3.4", "drupal/purge_queuer_coretags": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1635964899", + "version": "8.x-1.3", + "datestamp": "1663188605", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3256,36 +3313,39 @@ }, { "name": "drupal/acquia_search", - "version": "3.0.5", + "version": "3.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_search.git", - "reference": "3.0.5" + "reference": "3.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_search-3.0.5.zip", - "reference": "3.0.5", - "shasum": "caf78673dfd56b5da4198979d05e35a56c588943" + "url": "https://ftp.drupal.org/files/projects/acquia_search-3.0.6.zip", + "reference": "3.0.6", + "shasum": "7c2697099af2cd5b34841e5d2a4a017e1dfc4be7" }, "require": { - "drupal/core": "^8.9 || ^9", + "drupal/core": "^9.2 || ^10", "drupal/search_api_solr": "^4.1.12", - "http-interop/http-factory-guzzle": "^1.0", - "php-http/guzzle6-adapter": "^2.0" + "guzzlehttp/guzzle": "^6.5 || ^7.2", + "http-interop/http-factory-guzzle": "^1.0" }, "conflict": { "drupal/acquia_connector": "<3", "drupal/search_api_solr_multilingual": "<3" }, "require-dev": { - "drush/drush": "^10.0" + "drush/drush": "^10 || ^11" + }, + "suggest": { + "php-http/guzzle6-adapter": "Required to use Acquia Connector with Guzzle 6 / Drupal 9.3 and lower" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.5", - "datestamp": "1632416597", + "version": "3.0.6", + "datestamp": "1663871683", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3296,7 +3356,7 @@ }, "drush": { "services": { - "drush.services.yml": "^10" + "drush.services.yml": "^10 || ^11" } } }, @@ -3357,6 +3417,10 @@ "name": "grasmash", "homepage": "https://www.drupal.org/user/455714" }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" @@ -3369,37 +3433,38 @@ }, { "name": "drupal/acsf", - "version": "2.72.0", + "version": "2.73.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acsf.git", - "reference": "8.x-2.72" + "reference": "8.x-2.73" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acsf-8.x-2.72.zip", - "reference": "8.x-2.72", - "shasum": "f56053a3092f04ede09491ed45fb17416ead9062" + "url": "https://ftp.drupal.org/files/projects/acsf-8.x-2.73.zip", + "reference": "8.x-2.73", + "shasum": "9aeec52b48c14ab714f5265406eac23e10b347dd" }, "require": { "drupal/acsf_duplication": "*", "drupal/acsf_theme": "*", "drupal/acsf_variables": "*", - "drupal/core": "^8 || ^9", + "drupal/core": "^8 || ^9 || ^10", "ext-json": "*" }, "require-dev": { - "acquia/coding-standards": "^0.4.0", + "acquia/coding-standards": "^1.0", "drupal/acsf_variables": "*", - "drupal/samlauth": "^2.0.0-alpha1", + "drupal/samlauth": "^3.3", "mockery/mockery": "dev-master", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.0", + "rector/rector": "0.13.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.72", - "datestamp": "1648038271", + "version": "8.x-2.73", + "datestamp": "1662552839", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3421,21 +3486,17 @@ "authors": [ { "name": "Acquia", - "homepage": "https://www.drupal.org/user/14023", + "homepage": "https://www.drupal.org/user/1231722", "email": "support@acquia.com" }, - { - "name": "Rok Žlender", - "homepage": "https://www.drupal.org/user/61873" - }, - { - "name": "acquia", - "homepage": "https://www.drupal.org/user/1231722" - }, { "name": "acquia.sf.ci", "homepage": "https://www.drupal.org/user/3285763" }, + { + "name": "Alan Evans", + "homepage": "https://www.drupal.org/user/14023" + }, { "name": "attila.fekete", "homepage": "https://www.drupal.org/user/762986" @@ -3456,9 +3517,17 @@ "name": "nikgregory", "homepage": "https://www.drupal.org/user/419643" }, + { + "name": "nishat.baig", + "homepage": "https://www.drupal.org/user/3729641" + }, { "name": "roderik", "homepage": "https://www.drupal.org/user/8841" + }, + { + "name": "Rok Žlender", + "homepage": "https://www.drupal.org/user/61873" } ], "description": "Connects a site with Acquia Cloud Site Factory.", @@ -3469,16 +3538,16 @@ }, { "name": "drupal/acsf_duplication", - "version": "2.72.0", + "version": "2.73.0", "require": { "drupal/acsf": "^2", - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.72", - "datestamp": "1648038271", + "version": "8.x-2.73", + "datestamp": "1662552839", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3490,14 +3559,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Alan Evans", - "homepage": "https://www.drupal.org/user/14023" - }, - { - "name": "Rok Žlender", - "homepage": "https://www.drupal.org/user/61873" - }, { "name": "acquia", "homepage": "https://www.drupal.org/user/1231722" @@ -3506,6 +3567,10 @@ "name": "acquia.sf.ci", "homepage": "https://www.drupal.org/user/3285763" }, + { + "name": "Alan Evans", + "homepage": "https://www.drupal.org/user/14023" + }, { "name": "attila.fekete", "homepage": "https://www.drupal.org/user/762986" @@ -3526,9 +3591,17 @@ "name": "nikgregory", "homepage": "https://www.drupal.org/user/419643" }, + { + "name": "nishat.baig", + "homepage": "https://www.drupal.org/user/3729641" + }, { "name": "roderik", "homepage": "https://www.drupal.org/user/8841" + }, + { + "name": "Rok Žlender", + "homepage": "https://www.drupal.org/user/61873" } ], "description": "Helper module for duplicating Acquia Cloud Site Factory sites.", @@ -3539,17 +3612,17 @@ }, { "name": "drupal/acsf_theme", - "version": "2.72.0", + "version": "2.73.0", "require": { "drupal/acsf": "^2", "drupal/acsf_variables": "*", - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.72", - "datestamp": "1648038271", + "version": "8.x-2.73", + "datestamp": "1662552839", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3561,14 +3634,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Alan Evans", - "homepage": "https://www.drupal.org/user/14023" - }, - { - "name": "Rok Žlender", - "homepage": "https://www.drupal.org/user/61873" - }, { "name": "acquia", "homepage": "https://www.drupal.org/user/1231722" @@ -3577,6 +3642,10 @@ "name": "acquia.sf.ci", "homepage": "https://www.drupal.org/user/3285763" }, + { + "name": "Alan Evans", + "homepage": "https://www.drupal.org/user/14023" + }, { "name": "attila.fekete", "homepage": "https://www.drupal.org/user/762986" @@ -3597,9 +3666,17 @@ "name": "nikgregory", "homepage": "https://www.drupal.org/user/419643" }, + { + "name": "nishat.baig", + "homepage": "https://www.drupal.org/user/3729641" + }, { "name": "roderik", "homepage": "https://www.drupal.org/user/8841" + }, + { + "name": "Rok Žlender", + "homepage": "https://www.drupal.org/user/61873" } ], "description": "Handles VCS-based themes on Acquia Cloud Site Factory.", @@ -3610,16 +3687,16 @@ }, { "name": "drupal/acsf_variables", - "version": "2.72.0", + "version": "2.73.0", "require": { "drupal/acsf": "^2", - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.72", - "datestamp": "1648038271", + "version": "8.x-2.73", + "datestamp": "1662552839", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3631,14 +3708,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Alan Evans", - "homepage": "https://www.drupal.org/user/14023" - }, - { - "name": "Rok Žlender", - "homepage": "https://www.drupal.org/user/61873" - }, { "name": "acquia", "homepage": "https://www.drupal.org/user/1231722" @@ -3647,6 +3716,10 @@ "name": "acquia.sf.ci", "homepage": "https://www.drupal.org/user/3285763" }, + { + "name": "Alan Evans", + "homepage": "https://www.drupal.org/user/14023" + }, { "name": "attila.fekete", "homepage": "https://www.drupal.org/user/762986" @@ -3667,9 +3740,17 @@ "name": "nikgregory", "homepage": "https://www.drupal.org/user/419643" }, + { + "name": "nishat.baig", + "homepage": "https://www.drupal.org/user/3729641" + }, { "name": "roderik", "homepage": "https://www.drupal.org/user/8841" + }, + { + "name": "Rok Žlender", + "homepage": "https://www.drupal.org/user/61873" } ], "description": "Stores sensitive variables in a single place for easy scrubbing.", @@ -3680,20 +3761,20 @@ }, { "name": "drupal/address", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.10" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "bbe61eb51da9d9b2a7ab247f90426836eb9b6f25" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb" }, "require": { - "commerceguys/addressing": "^1.2.0", + "commerceguys/addressing": "^1.4.0", "drupal/core": "^9.2 || ^10", "php": "^7.3 || ^8.0" }, @@ -3703,8 +3784,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1643715226", + "version": "8.x-1.11", + "datestamp": "1659989858", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3716,14 +3797,14 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Centarro", - "homepage": "https://www.drupal.org/user/3661446" - }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, + { + "name": "Centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "dww", "homepage": "https://www.drupal.org/user/46549" @@ -3753,17 +3834,17 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.1.0" + "reference": "3.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.1.0.zip", - "reference": "3.1.0", - "shasum": "7b596d7de04faca747ba3e5216c2e819aae71f40" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.1.1.zip", + "reference": "3.1.1", + "shasum": "a66ce69cd7e56f1cc43797dc2a58d6eab367d353" }, "require": { "drupal/core": "^8.8.0 || ^9.0 || ^10.0" @@ -3774,8 +3855,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1643742891", + "version": "3.1.1", + "datestamp": "1658802262", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3808,14 +3889,14 @@ "homepage": "https://www.drupal.org/u/matio89", "role": "Maintainer" }, - { - "name": "fethi.krout", - "homepage": "https://www.drupal.org/user/3206765" - }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, + { + "name": "Musa.thomas", + "homepage": "https://www.drupal.org/user/1213824" + }, { "name": "romainj", "homepage": "https://www.drupal.org/user/370706" @@ -3834,7 +3915,7 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "3.1.0", + "version": "3.1.1", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^8.8.0 || ^9.0 || ^10" @@ -3842,8 +3923,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "3.1.0", - "datestamp": "1643742891", + "version": "3.1.1", + "datestamp": "1658802262", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3855,10 +3936,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Musa.thomas", - "homepage": "https://www.drupal.org/user/1213824" - }, { "name": "adriancid", "homepage": "https://www.drupal.org/user/1962106" @@ -3879,6 +3956,10 @@ "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, + { + "name": "Musa.thomas", + "homepage": "https://www.drupal.org/user/1213824" + }, { "name": "romainj", "homepage": "https://www.drupal.org/user/370706" @@ -3892,26 +3973,26 @@ }, { "name": "drupal/autologout", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autologout.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "87733b2042d9dcdee0d8f33d206872208a8c97ea" + "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "f751062f463d0b52df81764f67cee3a0be97825e" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1587193798", + "version": "8.x-1.4", + "datestamp": "1658168199", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3920,17 +4001,17 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ - { - "name": "AjK", - "homepage": "https://www.drupal.org/user/39030" - }, { "name": "AjitS", "homepage": "https://www.drupal.org/user/981944" }, + { + "name": "AjK", + "homepage": "https://www.drupal.org/user/39030" + }, { "name": "boshtian", "homepage": "https://www.drupal.org/user/1773456" @@ -3943,6 +4024,10 @@ "name": "darksnow", "homepage": "https://www.drupal.org/user/391915" }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, { "name": "johnennew", "homepage": "https://www.drupal.org/user/1150042" @@ -3976,17 +4061,17 @@ }, { "name": "drupal/captcha", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "d059a8c052246d28f62735e8a3e6912c508cd19f" + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "36284ece721d3534d0c3bd6ae01cdb549920a024" }, "require": { "drupal/core": ">=8.9 <11" @@ -3994,8 +4079,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1655312421", + "version": "8.x-1.5", + "datestamp": "1662751122", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4010,10 +4095,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" - }, { "name": "elachlan", "homepage": "https://www.drupal.org/user/1021502" @@ -4030,6 +4111,10 @@ "name": "podarok", "homepage": "https://www.drupal.org/user/116002" }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, { "name": "soxofaan", "homepage": "https://www.drupal.org/user/41478" @@ -4048,27 +4133,27 @@ }, { "name": "drupal/checklistapi", - "version": "2.0.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.0.0" + "reference": "2.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.0.0.zip", - "reference": "2.0.0", - "shasum": "32aa1590ab68d41cf9f54c073a22bfd2f27abe36" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip", + "reference": "2.1.1", + "shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9.3 || ^10", "php": ">=5.6.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1595476219", + "version": "2.1.1", + "datestamp": "1659116985", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4092,6 +4177,10 @@ "name": "Travis Carden", "homepage": "https://www.drupal.org/user/236758", "email": "travis.carden@gmail.com" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" } ], "description": "Provides an API for creating fillable, persistent checklists.", @@ -4101,6 +4190,98 @@ "issues": "https://www.drupal.org/project/issues/checklistapi" } }, + { + "name": "drupal/ckeditor", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckeditor.git", + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.1.zip", + "reference": "1.0.1", + "shasum": "d3dd8bfb2301b749599ba48cf76208becdf0eeb3" + }, + "require": { + "drupal/core": "^9.4 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.1", + "datestamp": "1662977541", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "dczepierga", + "homepage": "https://www.drupal.org/user/911466" + }, + { + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" + }, + { + "name": "jcisio", + "homepage": "https://www.drupal.org/user/210762" + }, + { + "name": "Jorrit", + "homepage": "https://www.drupal.org/user/161217" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "Magnus", + "homepage": "https://www.drupal.org/user/73919" + }, + { + "name": "mkesicki", + "homepage": "https://www.drupal.org/user/922884" + }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "p.wiaderny", + "homepage": "https://www.drupal.org/user/2956619" + }, + { + "name": "vokiel", + "homepage": "https://www.drupal.org/user/2793801" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, + { + "name": "wwalc", + "homepage": "https://www.drupal.org/user/184556" + }, + { + "name": "xjm", + "homepage": "https://www.drupal.org/user/65776" + } + ], + "description": "WYSIWYG editing for rich text fields using CKEditor.", + "homepage": "https://www.drupal.org/project/ckeditor", + "support": { + "source": "https://git.drupalcode.org/project/ckeditor" + } + }, { "name": "drupal/collapsiblock", "version": "3.0.1", @@ -4146,10 +4327,6 @@ "name": "j0rd", "homepage": "https://www.drupal.org/user/61506" }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, { "name": "sonvir249", "homepage": "https://www.drupal.org/user/3225171" @@ -4213,20 +4390,20 @@ }, { "name": "drupal/config_filter", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.3" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "043fc712997cdd6b384024ab96bebba70e5c6b26" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8.8 || ^9 || ^10" }, "conflict": { "drush/drush": "<10" @@ -4237,8 +4414,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1649336106", + "version": "8.x-2.4", + "datestamp": "1656936801", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4340,27 +4517,27 @@ }, { "name": "drupal/config_rewrite", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_rewrite.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_rewrite-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "558ae849dffef68aa304c7907f5f4ffa4a4d1a81" + "url": "https://ftp.drupal.org/files/projects/config_rewrite-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "c4740c74fc6e48069cada1fab4c809f1b99d31ac" }, "require": { - "drupal/core": "^8.6 || ^9", + "drupal/core": "^8.6 || ^9 || ^10", "php": ">=7.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1611769139", + "version": "8.x-1.5", + "datestamp": "1659538494", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4391,16 +4568,16 @@ }, { "name": "drupal/core", - "version": "9.4.1", + "version": "9.4.6", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "81489e8f0d5fdcd5d502b561f0f8cdf5ccdda614" + "reference": "a5c83e4ac0d8eb46f06a97a8b85bcbfa08a70701" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/81489e8f0d5fdcd5d502b561f0f8cdf5ccdda614", - "reference": "81489e8f0d5fdcd5d502b561f0f8cdf5ccdda614", + "url": "https://api.github.com/repos/drupal/core/zipball/a5c83e4ac0d8eb46f06a97a8b85bcbfa08a70701", + "reference": "a5c83e4ac0d8eb46f06a97a8b85bcbfa08a70701", "shasum": "" }, "require": { @@ -4454,29 +4631,6 @@ "symfony/http-foundation": "4.4.42" }, "replace": { - "drupal/action": "self.version", - "drupal/aggregator": "self.version", - "drupal/automated_cron": "self.version", - "drupal/ban": "self.version", - "drupal/bartik": "self.version", - "drupal/basic_auth": "self.version", - "drupal/big_pipe": "self.version", - "drupal/block": "self.version", - "drupal/block_content": "self.version", - "drupal/book": "self.version", - "drupal/breakpoint": "self.version", - "drupal/ckeditor": "self.version", - "drupal/ckeditor5": "self.version", - "drupal/claro": "self.version", - "drupal/classy": "self.version", - "drupal/color": "self.version", - "drupal/comment": "self.version", - "drupal/config": "self.version", - "drupal/config_translation": "self.version", - "drupal/contact": "self.version", - "drupal/content_moderation": "self.version", - "drupal/content_translation": "self.version", - "drupal/contextual": "self.version", "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", "drupal/core-bridge": "self.version", @@ -4501,75 +4655,7 @@ "drupal/core-transliteration": "self.version", "drupal/core-utility": "self.version", "drupal/core-uuid": "self.version", - "drupal/core-version": "self.version", - "drupal/datetime": "self.version", - "drupal/datetime_range": "self.version", - "drupal/dblog": "self.version", - "drupal/dynamic_page_cache": "self.version", - "drupal/editor": "self.version", - "drupal/entity_reference": "self.version", - "drupal/field": "self.version", - "drupal/field_layout": "self.version", - "drupal/field_ui": "self.version", - "drupal/file": "self.version", - "drupal/filter": "self.version", - "drupal/forum": "self.version", - "drupal/hal": "self.version", - "drupal/help": "self.version", - "drupal/help_topics": "self.version", - "drupal/history": "self.version", - "drupal/image": "self.version", - "drupal/inline_form_errors": "self.version", - "drupal/jsonapi": "self.version", - "drupal/language": "self.version", - "drupal/layout_builder": "self.version", - "drupal/layout_discovery": "self.version", - "drupal/link": "self.version", - "drupal/locale": "self.version", - "drupal/media": "self.version", - "drupal/media_library": "self.version", - "drupal/menu_link_content": "self.version", - "drupal/menu_ui": "self.version", - "drupal/migrate": "self.version", - "drupal/migrate_drupal": "self.version", - "drupal/migrate_drupal_multilingual": "self.version", - "drupal/migrate_drupal_ui": "self.version", - "drupal/minimal": "self.version", - "drupal/mysql": "self.version", - "drupal/node": "self.version", - "drupal/olivero": "self.version", - "drupal/options": "self.version", - "drupal/page_cache": "self.version", - "drupal/path": "self.version", - "drupal/path_alias": "self.version", - "drupal/pgsql": "self.version", - "drupal/quickedit": "self.version", - "drupal/rdf": "self.version", - "drupal/responsive_image": "self.version", - "drupal/rest": "self.version", - "drupal/search": "self.version", - "drupal/serialization": "self.version", - "drupal/settings_tray": "self.version", - "drupal/seven": "self.version", - "drupal/shortcut": "self.version", - "drupal/sqlite": "self.version", - "drupal/standard": "self.version", - "drupal/stark": "self.version", - "drupal/statistics": "self.version", - "drupal/syslog": "self.version", - "drupal/system": "self.version", - "drupal/taxonomy": "self.version", - "drupal/telephone": "self.version", - "drupal/text": "self.version", - "drupal/toolbar": "self.version", - "drupal/tour": "self.version", - "drupal/tracker": "self.version", - "drupal/update": "self.version", - "drupal/user": "self.version", - "drupal/views": "self.version", - "drupal/views_ui": "self.version", - "drupal/workflows": "self.version", - "drupal/workspaces": "self.version" + "drupal/core-version": "self.version" }, "type": "drupal-core", "extra": { @@ -4643,9 +4729,9 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.4.1" + "source": "https://github.com/drupal/core/tree/9.4.6" }, - "time": "2022-06-21T20:53:48+00:00" + "time": "2022-09-20T13:22:39+00:00" }, { "name": "drupal/crop", @@ -4706,26 +4792,26 @@ }, { "name": "drupal/ctools", - "version": "3.7.0", + "version": "3.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.7" + "reference": "8.x-3.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "b11c0981a1d2ab3cc9e8e614a337d8e2a2a70c0e" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.11.zip", + "reference": "8.x-3.11", + "shasum": "67da670df43155d1e15c80c7b0e326b3049ac5a2" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.7", - "datestamp": "1623860918", + "version": "8.x-3.11", + "datestamp": "1660167573", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4799,29 +4885,30 @@ }, { "name": "drupal/default_content", - "version": "2.0.0-alpha1", + "version": "2.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/default_content.git", - "reference": "2.0.0-alpha1" + "reference": "2.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "0d534ab8e44786a352e24c7cec3dc06bef155f66" + "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip", + "reference": "2.0.0-alpha2", + "shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.1 || ^10" }, "require-dev": { + "drupal/hal": " ^9 || ^1 || ^2", "drupal/paragraphs": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1595072288", + "version": "2.0.0-alpha2", + "datestamp": "1659466706", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4829,7 +4916,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -4838,14 +4925,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, { "name": "andypost", "homepage": "https://www.drupal.org/user/118908" @@ -4854,6 +4933,10 @@ "name": "benjy", "homepage": "https://www.drupal.org/user/1852732" }, + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" @@ -4865,6 +4948,10 @@ { "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], "description": "Imports default content when a module is enabled", @@ -4875,36 +4962,37 @@ }, { "name": "drupal/depcalc", - "version": "1.13.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/depcalc.git", - "reference": "8.x-1.13" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/depcalc-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "b432bcb5067cd25b6902618db9c44094f15d61fc" + "reference": "1a452d8a163beeca7564909c27913712d442a499" }, "require": { "drupal/core": ">=9.2" }, "require-dev": { - "drupal/entity_embed": "^1.0" + "drupal/entity_embed": "^1.0", + "drupal/paragraphs": "^1" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev", + "dev-8.x-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.13", - "datestamp": "1655210012", + "version": "8.x-1.15+1-dev", + "datestamp": "1663684379", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } }, - "branch-alias": { - "dev-8.x-1.x": "1.x-dev" + "drush": { + "services": { + "drush.services.yml": ">=9" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4912,10 +5000,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, { "name": "abarrios", "homepage": "https://www.drupal.org/user/109765" @@ -4928,6 +5012,10 @@ "name": "amarlata", "homepage": "https://www.drupal.org/user/3504572" }, + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, { "name": "jmoreira", "homepage": "https://www.drupal.org/user/2374486" @@ -4936,6 +5024,10 @@ "name": "kaynen", "homepage": "https://www.drupal.org/user/733308" }, + { + "name": "n4r3n", + "homepage": "https://www.drupal.org/user/3591861" + }, { "name": "pajor", "homepage": "https://www.drupal.org/user/3528384" @@ -5067,13 +5159,17 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, { "name": "NickDickinsonWilde", "homepage": "https://www.drupal.org/user/3094661" }, { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" + "name": "Upchuk", + "homepage": "https://www.drupal.org/user/1885838" }, { "name": "vpeltot", @@ -5088,20 +5184,20 @@ }, { "name": "drupal/entity_reference_revisions", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "e1c51bdea495eb3b458130d6f0a00c347f5637df" + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9 || ^10" }, "require-dev": { "drupal/diff": "1.x-dev" @@ -5109,12 +5205,17 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1614805871", + "version": "8.x-1.10", + "datestamp": "1660664712", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -5147,32 +5248,38 @@ }, { "name": "drupal/facets", - "version": "2.0.1", + "version": "2.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/facets.git", - "reference": "2.0.1" + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/facets-2.0.1.zip", - "reference": "2.0.1", - "shasum": "ec6e9de9dd1726b6ca173abd79a69d2574db3e89" + "url": "https://ftp.drupal.org/files/projects/facets-2.0.5.zip", + "reference": "2.0.5", + "shasum": "8be11b5bca088212270603cd3f3e69185022e379" }, "require": { - "drupal/core": "^9.2 || ^10.0" + "drupal/core": "^9.3 || ^10.0" }, "conflict": { "drupal/search_api": "<1.14" }, "require-dev": { - "drupal/search_api": "~1.21" + "drupal/jquery_ui_slider": "~1.1", + "drupal/jquery_ui_touch_punch": "~1.0", + "drupal/search_api": "^1.25||1.x-dev" + }, + "suggest": { + "drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work", + "drupal/jquery_ui_touch_punch": "Required for the 'Facets Range Widget' module to work" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1642699685", + "version": "2.0.5", + "datestamp": "1658315614", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5188,14 +5295,6 @@ "name": "See all contributors", "homepage": "https://www.drupal.org/node/2348769/committers" }, - { - "name": "StryKaizer", - "homepage": "https://www.drupal.org/user/462700" - }, - { - "name": "borisson_", - "homepage": "https://www.drupal.org/user/2393360" - }, { "name": "drunken monkey", "homepage": "https://www.drupal.org/user/205582" @@ -5203,6 +5302,14 @@ { "name": "mkalkbrenner", "homepage": "https://www.drupal.org/user/124705" + }, + { + "name": "Nick_vh", + "homepage": "https://www.drupal.org/user/122682" + }, + { + "name": "StryKaizer", + "homepage": "https://www.drupal.org/user/462700" } ], "description": "The Facet module allows site builders to easily create and manage faceted search interfaces.", @@ -5321,17 +5428,17 @@ }, { "name": "drupal/field_group", - "version": "3.2.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_group.git", - "reference": "8.x-3.2" + "reference": "8.x-3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "2020bbfe40f6ba43bc733ae7c8761632572433a0" + "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.3.zip", + "reference": "8.x-3.3", + "shasum": "c7a423b1d7643ee40dd1543d72fa04e8ac1756e4" }, "require": { "drupal/core": "^8.8 || ^9" @@ -5342,8 +5449,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.2", - "datestamp": "1628513585", + "version": "8.x-3.3", + "datestamp": "1663516404", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5359,10 +5466,6 @@ "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" }, - { - "name": "Stalski", - "homepage": "https://www.drupal.org/user/322618" - }, { "name": "jyve", "homepage": "https://www.drupal.org/user/591438" @@ -5371,6 +5474,10 @@ "name": "nils.destoop", "homepage": "https://www.drupal.org/user/361625" }, + { + "name": "Stalski", + "homepage": "https://www.drupal.org/user/322618" + }, { "name": "swentel", "homepage": "https://www.drupal.org/user/107403" @@ -5385,33 +5492,32 @@ }, { "name": "drupal/file_mdm", - "version": "2.4.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/file_mdm.git", - "reference": "8.x-2.4" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "f0611a95417d35e98b7792dfffb569afe8bd6e7c" + "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "391d9902733704274594873aa9b1f6b6ba3bd319" }, "require": { - "drupal/core": "^9.2", + "drupal/core": "^9.3 | ^10", "lsolesen/pel": "^0.9.12", "phenx/php-font-lib": "^0.5.4" }, "require-dev": { - "drupal/image_effects": "*", - "drupal/vendor_stream_wrapper": "^2", + "drupal/vendor_stream_wrapper": "^2.0.2", "fileeye/linuxlibertine-fonts": "^5.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1645440700", + "version": "8.x-2.5", + "datestamp": "1663668519", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5487,17 +5593,17 @@ }, { "name": "drupal/geocoder", - "version": "3.25.0", + "version": "3.29.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geocoder.git", - "reference": "8.x-3.25" + "reference": "8.x-3.29" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.25.zip", - "reference": "8.x-3.25", - "shasum": "959dd2df6c17eaa0550ecb3943f06bb77d1d3adc" + "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.29.zip", + "reference": "8.x-3.29", + "shasum": "472fdc6259c3c3c90b0e84f7c5301103fdba919f" }, "require": { "davedevelopment/stiphle": "^0.9.2", @@ -5509,9 +5615,9 @@ }, "require-dev": { "drupal/address": "*", - "drupal/coder": "^8.2", "drupal/geocoder_field": "*", "drupal/geofield": "*", + "geo6/geocoder-php-addok-provider": "^1.0", "geo6/geocoder-php-bpost-provider": "^1.3.0", "geo6/geocoder-php-geopunt-provider": "^1.0", "geo6/geocoder-php-spw-provider": "^1.0", @@ -5527,6 +5633,7 @@ "geocoder-php/ip-info-db-provider": "^4.0", "geocoder-php/mapbox-provider": "^0.1", "geocoder-php/mapquest-provider": "^4.0", + "geocoder-php/maptiler-provider": "^1.0", "geocoder-php/maxmind-provider": "^4.1", "geocoder-php/nominatim-provider": "^5.0", "geocoder-php/open-cage-provider": "^4.0", @@ -5534,17 +5641,13 @@ "geocoder-php/pelias-provider": "^1.1", "geocoder-php/photon-provider": "^0.1.0", "geocoder-php/tomtom-provider": "^4.0", - "geocoder-php/yandex-provider": "^4.0", - "phpro/grumphp": "^0.12.1", - "phpunit/phpunit": "^5.7|^6.5", - "sensiolabs/security-checker": "^4.1", - "squizlabs/php_codesniffer": "^2.7" + "geocoder-php/yandex-provider": "^4.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.25", - "datestamp": "1642803151", + "version": "8.x-3.29", + "datestamp": "1655853021", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5567,16 +5670,8 @@ "role": "Co-maintainer" }, { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" - }, - { - "name": "claudiu.cristea", - "homepage": "https://www.drupal.org/user/56348" + "name": "Dean Reilly", + "homepage": "https://www.drupal.org/user/336031" }, { "name": "gregseb", @@ -5598,12 +5693,20 @@ "name": "phayes", "homepage": "https://www.drupal.org/user/47098" }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "Simon Georges", + "homepage": "https://www.drupal.org/user/172312" + }, { "name": "vidhatanand", "homepage": "https://www.drupal.org/user/585764" } ], - "description": "A Drupal module and a services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.", + "description": "Module and services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.", "homepage": "https://drupal.org/project/geocoder", "support": { "source": "https://git.drupalcode.org/project/geocoder", @@ -5613,7 +5716,7 @@ }, { "name": "drupal/geocoder_address", - "version": "3.29.0", + "version": "3.31.0", "require": { "drupal/address": "*", "drupal/core": "^8 || ^9", @@ -5623,8 +5726,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-3.29", - "datestamp": "1655853021", + "version": "8.x-3.31", + "datestamp": "1663974561", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5640,22 +5743,14 @@ "name": "Brandonian", "homepage": "https://www.drupal.org/user/77766" }, - { - "name": "Dean Reilly", - "homepage": "https://www.drupal.org/user/336031" - }, - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" - }, { "name": "claudiu.cristea", "homepage": "https://www.drupal.org/user/56348" }, + { + "name": "Dean Reilly", + "homepage": "https://www.drupal.org/user/336031" + }, { "name": "gregseb", "homepage": "https://www.drupal.org/user/847848" @@ -5676,6 +5771,14 @@ "name": "phayes", "homepage": "https://www.drupal.org/user/47098" }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "Simon Georges", + "homepage": "https://www.drupal.org/user/172312" + }, { "name": "vidhatanand", "homepage": "https://www.drupal.org/user/585764" @@ -5689,7 +5792,7 @@ }, { "name": "drupal/geocoder_field", - "version": "4.0.0", + "version": "4.4.0", "require": { "drupal/core": "^9 || ^10", "drupal/geocoder": "*" @@ -5697,8 +5800,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-4.0", - "datestamp": "1655853827", + "version": "8.x-4.4", + "datestamp": "1664284253", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5714,22 +5817,14 @@ "name": "Brandonian", "homepage": "https://www.drupal.org/user/77766" }, - { - "name": "Dean Reilly", - "homepage": "https://www.drupal.org/user/336031" - }, - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" - }, { "name": "claudiu.cristea", "homepage": "https://www.drupal.org/user/56348" }, + { + "name": "Dean Reilly", + "homepage": "https://www.drupal.org/user/336031" + }, { "name": "gregseb", "homepage": "https://www.drupal.org/user/847848" @@ -5750,6 +5845,14 @@ "name": "phayes", "homepage": "https://www.drupal.org/user/47098" }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "Simon Georges", + "homepage": "https://www.drupal.org/user/172312" + }, { "name": "vidhatanand", "homepage": "https://www.drupal.org/user/585764" @@ -5763,7 +5866,7 @@ }, { "name": "drupal/geocoder_geofield", - "version": "3.29.0", + "version": "3.31.0", "require": { "drupal/core": "^8 || ^9", "drupal/geocoder": "^3", @@ -5773,8 +5876,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-3.29", - "datestamp": "1655853021", + "version": "8.x-3.31", + "datestamp": "1663974561", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5790,22 +5893,14 @@ "name": "Brandonian", "homepage": "https://www.drupal.org/user/77766" }, - { - "name": "Dean Reilly", - "homepage": "https://www.drupal.org/user/336031" - }, - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "Simon Georges", - "homepage": "https://www.drupal.org/user/172312" - }, { "name": "claudiu.cristea", "homepage": "https://www.drupal.org/user/56348" }, + { + "name": "Dean Reilly", + "homepage": "https://www.drupal.org/user/336031" + }, { "name": "gregseb", "homepage": "https://www.drupal.org/user/847848" @@ -5826,6 +5921,14 @@ "name": "phayes", "homepage": "https://www.drupal.org/user/47098" }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "Simon Georges", + "homepage": "https://www.drupal.org/user/172312" + }, { "name": "vidhatanand", "homepage": "https://www.drupal.org/user/585764" @@ -5839,27 +5942,27 @@ }, { "name": "drupal/geofield", - "version": "1.40.0", + "version": "1.44.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geofield.git", - "reference": "8.x-1.40" + "reference": "8.x-1.44" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.40.zip", - "reference": "8.x-1.40", - "shasum": "7ab34cd7bda6c4bb9a9ab621d807264242b2a418" + "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.44.zip", + "reference": "8.x-1.44", + "shasum": "a41243a7cd0b0c20645b8ecb4773f37e72048f34" }, "require": { "drupal/core": "^8.8 || ^9 || ^10", - "phayes/geophp": "^1.2" + "itamair/geophp": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.40", - "datestamp": "1655934637", + "version": "8.x-1.44", + "datestamp": "1658999752", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5868,23 +5971,23 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ + { + "name": "Italo Mairo", + "homepage": "https://www.drupal.org/u/itamair", + "role": "Drupal 8+ Maintainer" + }, { "name": "Brandon Morrison", "homepage": "https://www.drupal.org/u/brandonian", - "role": "Maintainer" + "role": "Drupal 7 Maintainer" }, { "name": "Pablo López", "homepage": "https://www.drupal.org/u/plopesc", - "role": "Maintainer" - }, - { - "name": "Italo Mairo", - "homepage": "https://www.drupal.org/u/itamair", - "role": "Maintainer" + "role": "Drupal 7 Maintainer" }, { "name": "phayes", @@ -6056,16 +6159,16 @@ "authors": [ { "name": "Jeff Geerling", - "homepage": "https://www.drupal.org/user/213194", + "homepage": "https://www.drupal.org/user/389011", "email": "geerlingguy@mac.com" }, { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" + "name": "Manuel Garcia", + "homepage": "https://www.drupal.org/user/213194" }, { - "name": "geerlingguy", - "homepage": "https://www.drupal.org/user/389011" + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" }, { "name": "vijaycs85", @@ -6089,28 +6192,28 @@ }, { "name": "drupal/imagemagick", - "version": "3.3.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/imagemagick.git", - "reference": "8.x-3.3" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-3.3.zip", - "reference": "8.x-3.3", - "shasum": "b950caf621f23642b6f7bcbe8ae74d4d57f9ac3f" + "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "9f07b7db4bba2cb0e4ff004629f8f78242bb7226" }, "require": { - "drupal/core": "^9.2", - "drupal/file_mdm": "^2", - "drupal/sophron": "^1.2" + "drupal/core": "^9.3 || ^10", + "drupal/file_mdm": "^2.5", + "drupal/sophron": "^1.2 || ^2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.3", - "datestamp": "1638027743", + "version": "8.x-3.4", + "datestamp": "1663947784", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6179,7 +6282,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/imce.git", - "reference": "a52da514311612ce4967c4c8c8b1cc1d920cba75" + "reference": "ff2784850aad78c997a696642409f59d9635f46d" }, "require": { "drupal/core": "^8.8 || ^9" @@ -6190,8 +6293,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.4+7-dev", - "datestamp": "1637281190", + "version": "8.x-2.4+15-dev", + "datestamp": "1664289390", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6413,21 +6516,20 @@ }, { "name": "drupal/jsonapi_extras", - "version": "3.20.0", + "version": "3.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_extras.git", - "reference": "8.x-3.20" + "reference": "8.x-3.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.20.zip", - "reference": "8.x-3.20", - "shasum": "54bec6ae2b9261a53645182121ae16d3183e43ec" + "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.21.zip", + "reference": "8.x-3.21", + "shasum": "8919207269fa9e36ba0353380988ed933c957e0f" }, "require": { "drupal/core": "^8 || ^9", - "drupal/jsonapi": "*", "e0ipso/shaper": "^1" }, "require-dev": { @@ -6436,8 +6538,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.20", - "datestamp": "1639580049", + "version": "8.x-3.21", + "datestamp": "1659004732", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6475,26 +6577,26 @@ }, { "name": "drupal/media_entity_soundcloud", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/media_entity_soundcloud.git", - "reference": "3.0.0" + "reference": "3.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_entity_soundcloud-3.0.0.zip", - "reference": "3.0.0", - "shasum": "b1f3a1d12132d22eaa45f04eb6650b3a4974d1fc" + "url": "https://ftp.drupal.org/files/projects/media_entity_soundcloud-3.1.0.zip", + "reference": "3.1.0", + "shasum": "e67a3535c51cdae2f4dc217d5d72c66dd6484aa1" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1603867629", + "version": "3.1.0", + "datestamp": "1664284259", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6524,8 +6626,12 @@ "homepage": "https://www.drupal.org/user/210762" }, { - "name": "jcisio", - "homepage": "https://www.drupal.org/user/210762" + "name": "Rajeshreeputra", + "homepage": "https://www.drupal.org/user/3418561" + }, + { + "name": "shadcn", + "homepage": "https://www.drupal.org/user/571032" } ], "description": "Soundcloud integration for the Media Entity module", @@ -6537,26 +6643,26 @@ }, { "name": "drupal/memcache", - "version": "2.3.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/memcache.git", - "reference": "8.x-2.3" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "b2f9715612be74f9ce55daaf838f6f17a9eb2f5a" + "url": "https://ftp.drupal.org/files/projects/memcache-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "a01db2a9b7122a397c4f4ad66e0a380d1148a157" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1614802365", + "version": "8.x-2.5", + "datestamp": "1661188440", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6571,14 +6677,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Fabianx", - "homepage": "https://www.drupal.org/user/693738" - }, - { - "name": "Jeremy", - "homepage": "https://www.drupal.org/user/409" - }, { "name": "bdragon", "homepage": "https://www.drupal.org/user/53081" @@ -6591,10 +6689,18 @@ "name": "damiankloip", "homepage": "https://www.drupal.org/user/1037976" }, + { + "name": "Fabianx", + "homepage": "https://www.drupal.org/user/693738" + }, { "name": "japerry", "homepage": "https://www.drupal.org/user/45640" }, + { + "name": "Jeremy", + "homepage": "https://www.drupal.org/user/409" + }, { "name": "jvandyk", "homepage": "https://www.drupal.org/user/2375" @@ -6613,17 +6719,17 @@ }, { "name": "drupal/metatag", - "version": "1.19.0", + "version": "1.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.19" + "reference": "8.x-1.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.19.zip", - "reference": "8.x-1.19", - "shasum": "d70f59c034e971885ed4969a11bb392f6ab447ee" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.21.zip", + "reference": "8.x-1.21", + "shasum": "677ff7384b557390d4d1a36f335452e8172f741d" }, "require": { "drupal/core": "^9", @@ -6642,8 +6748,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.19", - "datestamp": "1641496014", + "version": "8.x-1.21", + "datestamp": "1657971667", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6781,26 +6887,26 @@ }, { "name": "drupal/node_revision_delete", - "version": "1.0.0-rc4", + "version": "1.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/node_revision_delete.git", - "reference": "8.x-1.0-rc4" + "reference": "8.x-1.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/node_revision_delete-8.x-1.0-rc4.zip", - "reference": "8.x-1.0-rc4", - "shasum": "b7245a70f13373f80cf4f110f488232bb96e968d" + "url": "https://ftp.drupal.org/files/projects/node_revision_delete-8.x-1.0-rc5.zip", + "reference": "8.x-1.0-rc5", + "shasum": "71c77c1c8ee48c9797995bf519ec495958413acf" }, "require": { - "drupal/core": "^8.7.7 || ^9.0" + "drupal/core": "^8.7.7 || ^9.0 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc4", - "datestamp": "1651723334", + "version": "8.x-1.0-rc5", + "datestamp": "1659589844", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -6836,8 +6942,12 @@ "role": "Maintainer" }, { - "name": "kaushalkishorejaiswal", - "homepage": "https://www.drupal.org/user/2228850" + "name": "Robert Ngo", + "homepage": "https://www.drupal.org/user/610230" + }, + { + "name": "seanB", + "homepage": "https://www.drupal.org/user/545912" } ], "description": "Track and prune node revisions.", @@ -6895,8 +7005,8 @@ "role": "Maintainer" }, { - "name": "dsnopek", - "homepage": "https://www.drupal.org/user/266527" + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" }, { "name": "japerry", @@ -6909,10 +7019,6 @@ { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" } ], "description": "Provides a way to place blocks on a custom page.", @@ -6977,14 +7083,14 @@ "name": "See other contributors", "homepage": "https://www.drupal.org/node/74958/committers" }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, { "name": "merlinofchaos", "homepage": "https://www.drupal.org/user/26979" @@ -7000,10 +7106,6 @@ { "name": "samuel.mortenson", "homepage": "https://www.drupal.org/user/2582268" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" } ], "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", @@ -7016,27 +7118,26 @@ }, { "name": "drupal/password_policy", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/password_policy.git", - "reference": "8.x-3.1" + "reference": "8.x-3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.1.zip", - "reference": "8.x-3.1", - "shasum": "d5e79ce4949c74080b4a6f655aa7ae914c663019" + "url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "34324c58c252db314fb2718cb3f4e499489f7fcf" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/ctools": "^3.1" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.1", - "datestamp": "1639661368", + "version": "8.x-3.2", + "datestamp": "1663587531", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7082,20 +7183,20 @@ }, { "name": "drupal/pathauto", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.10" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "f49d5fbcd7a2c1b4de1da07194fe01d9012237ec" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "a006fe9e6046a9833711a1ae56aa4752e65bcdc8" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.3 || ^10", "drupal/ctools": "*", "drupal/token": "*" }, @@ -7105,8 +7206,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1650806739", + "version": "8.x-1.11", + "datestamp": "1660129564", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7150,27 +7251,26 @@ }, { "name": "drupal/purge", - "version": "3.2.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/purge.git", - "reference": "8.x-3.2" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/purge-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "eb025762097e5435d11f8b5bcb1b0ef32a6b72fe" + "url": "https://ftp.drupal.org/files/projects/purge-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "deb4eccfe88af35445e8064a9a4a8a056bfb917f" }, "require": { - "drupal/core": "^8.7.7 || ^9", - "php": ">=7.2" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.2", - "datestamp": "1633428281", + "version": "8.x-3.4", + "datestamp": "1663189449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7190,12 +7290,16 @@ "homepage": "http://www.nielsvm.org" }, { - "name": "djbobbydrake", - "homepage": "https://www.drupal.org/user/336378" + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "nielsvm", "homepage": "https://www.drupal.org/user/163285" + }, + { + "name": "SqyD", + "homepage": "https://www.drupal.org/user/106525" } ], "description": "Provides a generic external cache invalidation API and queue service.", @@ -7206,24 +7310,20 @@ }, { "name": "drupal/purge_queuer_coretags", - "version": "3.2.0", + "version": "3.4.0", "require": { - "drupal/core": "^8.7.7 || ^9", - "drupal/purge": "^3.0.0-beta9", - "php": ">=7.2" + "drupal/core": "^9.2 || ^10", + "drupal/purge": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-3.2", - "datestamp": "1633428281", + "version": "8.x-3.4", + "datestamp": "1663189449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "branch-alias": { - "dev-8.x-3.x": "3.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7236,12 +7336,16 @@ "homepage": "http://www.nielsvm.org" }, { - "name": "djbobbydrake", - "homepage": "https://www.drupal.org/user/336378" + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "nielsvm", "homepage": "https://www.drupal.org/user/163285" + }, + { + "name": "SqyD", + "homepage": "https://www.drupal.org/user/106525" } ], "description": "Queues every tag that Drupal invalidates internally.", @@ -7335,26 +7439,26 @@ }, { "name": "drupal/redirect", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "013b2541a5ef0cf423a3caa1ae89cc5866504877" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "a7a440423434472ff7115ae69df01553f763f839" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1639380488", + "version": "8.x-1.8", + "datestamp": "1661806955", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7423,16 +7527,16 @@ "homepage": "https://www.drupal.org/user/407852" }, { - "name": "DYdave", - "homepage": "https://www.drupal.org/user/467284" + "name": "bohart", + "homepage": "https://www.drupal.org/user/289861" }, { "name": "Devaraj johnson", "homepage": "https://www.drupal.org/user/2698767" }, { - "name": "bohart", - "homepage": "https://www.drupal.org/user/289861" + "name": "DYdave", + "homepage": "https://www.drupal.org/user/467284" }, { "name": "kbahey", @@ -7833,16 +7937,16 @@ }, { "name": "drupal/search_api_db", - "version": "1.23.0", + "version": "1.25.0", "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.2 || ^10.0", "drupal/search_api": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.23", - "datestamp": "1642935837", + "version": "8.x-1.25", + "datestamp": "1658149514", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7854,10 +7958,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Nick_vh", - "homepage": "https://www.drupal.org/user/122682" - }, { "name": "borisson_", "homepage": "https://www.drupal.org/user/2393360" @@ -7865,6 +7965,10 @@ { "name": "drunken monkey", "homepage": "https://www.drupal.org/user/205582" + }, + { + "name": "Nick_vh", + "homepage": "https://www.drupal.org/user/122682" } ], "description": "Offers an implementation of the Search API that uses database tables for indexing content.", @@ -7951,10 +8055,6 @@ "name": "Other contributors", "homepage": "https://www.drupal.org/node/982682/committers" }, - { - "name": "amateescu", - "homepage": "https://www.drupal.org/user/729614" - }, { "name": "cspitzlay", "homepage": "https://www.drupal.org/user/419305" @@ -7966,6 +8066,10 @@ { "name": "mkalkbrenner", "homepage": "https://www.drupal.org/user/124705" + }, + { + "name": "Nick_vh", + "homepage": "https://www.drupal.org/user/122682" } ], "description": "Offers an implementation of the Search API that uses an Apache Solr server for indexing content.", @@ -8039,29 +8143,29 @@ }, { "name": "drupal/shield", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/shield.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "b28bb5350f4a35172dc090cb603f2e62d71ae996" + "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "dcb77778aaffd39a9bb80c123f086358ad1c8bf9" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/key": "^1.0" + "drupal/key": "^1.16" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1644835181", + "version": "8.x-1.7", + "datestamp": "1661968920", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8157,8 +8261,8 @@ "role": "Maintainer" }, { - "name": "gbyte", - "homepage": "https://www.drupal.org/user/2381352" + "name": "WalkingDexter", + "homepage": "https://www.drupal.org/user/3251330" } ], "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.", @@ -8279,27 +8383,27 @@ }, { "name": "drupal/sophron", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/sophron.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/sophron-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "f222f4db7d43ee604c6c7a8f5a17a76c16a66e93" + "url": "https://ftp.drupal.org/files/projects/sophron-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "426dde53813e855317d6f7ef9fd6b104cc8a3e22" }, "require": { - "drupal/core": "^9.2", - "fileeye/mimemap": "^1.2.1" + "drupal/core": "^9.2 || ^10", + "fileeye/mimemap": "^2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1637954244", + "version": "8.x-1.3", + "datestamp": "1663598448", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8329,26 +8433,26 @@ }, { "name": "drupal/token", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.10" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "8b81224ab0420221b292e8d3b66d0da726317400" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1638619775", + "version": "8.x-1.11", + "datestamp": "1659471813", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8553,20 +8657,20 @@ }, { "name": "drupal/workbench_email", - "version": "2.2.1", + "version": "2.3.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/workbench_email.git", - "reference": "2.2.1" + "reference": "2.3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/workbench_email-2.2.1.zip", - "reference": "2.2.1", - "shasum": "1072f1cc8f098590592016350b463e54036d7b5e" + "url": "https://ftp.drupal.org/files/projects/workbench_email-2.3.2.zip", + "reference": "2.3.2", + "shasum": "b8efdb143805cce0ac1426cd66b93a18534fe058" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.1 || ^10" }, "require-dev": { "drupal/workbench_moderation": "^1.0" @@ -8574,8 +8678,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.1", - "datestamp": "1633933571", + "version": "2.3.2", + "datestamp": "1662087612", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8621,30 +8725,30 @@ }, { "name": "drush/drush", - "version": "11.0.7", + "version": "11.2.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "6991a3b8f6827d0bab13005402730fc50d130a50" + "reference": "95123e003c96f4c57299fa277ef60457041cae1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/6991a3b8f6827d0bab13005402730fc50d130a50", - "reference": "6991a3b8f6827d0bab13005402730fc50d130a50", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/95123e003c96f4c57299fa277ef60457041cae1a", + "reference": "95123e003c96f4c57299fa277ef60457041cae1a", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.5", + "consolidation/annotated-command": "^4.5.3", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", - "consolidation/robo": "^3.0.9", + "consolidation/robo": "^3.0.9 || ^4.0.1", "consolidation/site-alias": "^3.1.3", "consolidation/site-process": "^4.1.3 || ^5", "enlightn/security-checker": "^1", "ext-dom": "*", - "guzzlehttp/guzzle": "^6.3 || ^7.0", + "guzzlehttp/guzzle": "^6.5 || ^7.0", "league/container": "^3.4 || ^4", "php": ">=7.4", "psy/psysh": "~0.11", @@ -8755,7 +8859,7 @@ "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.0.7" + "source": "https://github.com/drush-ops/drush/tree/11.2.1" }, "funding": [ { @@ -8763,7 +8867,7 @@ "type": "github" } ], - "time": "2022-03-09T19:32:53+00:00" + "time": "2022-09-23T17:35:58+00:00" }, { "name": "e0ipso/shaper", @@ -8997,20 +9101,30 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.14.0", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", - "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + }, + "require-dev": { + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { @@ -9042,37 +9156,39 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" }, - "time": "2021-12-25T01:21:49+00:00" + "time": "2022-09-18T07:06:19+00:00" }, { "name": "fileeye/mimemap", - "version": "1.2.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/FileEye/MimeMap.git", - "reference": "04dc1caf8d0a11a6f53494e284d261e7c9eb8eb7" + "reference": "24144b7dc84168e14e4fc893d654c4fb40628346" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/04dc1caf8d0a11a6f53494e284d261e7c9eb8eb7", - "reference": "04dc1caf8d0a11a6f53494e284d261e7c9eb8eb7", + "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/24144b7dc84168e14e4fc893d654c4fb40628346", + "reference": "24144b7dc84168e14e4fc893d654c4fb40628346", "shasum": "" }, "require": { - "composer-runtime-api": "^2.0.0", - "php": ">=5.6" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^5 | ^6 | ^7 | ^8 | ^9", - "sebastian/comparator": "*", - "sebastian/diff": "*", - "squizlabs/php_codesniffer": "*", - "symfony/console": "*", - "symfony/filesystem": "*", - "symfony/var-dumper": "*", - "symfony/yaml": "*" + "composer-runtime-api": "^2.0.0", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^9", + "sebastian/comparator": ">=4", + "sebastian/diff": ">=4", + "squizlabs/php_codesniffer": ">=3.6", + "symfony/console": ">=5.4", + "symfony/filesystem": ">=5.4", + "symfony/var-dumper": ">=5.4", + "symfony/yaml": ">=5.4", + "vimeo/psalm": "^4.23" }, "bin": [ "bin/fileeye-mimemap" @@ -9080,7 +9196,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -9102,26 +9218,26 @@ ], "support": { "issues": "https://github.com/FileEye/MimeMap/issues", - "source": "https://github.com/FileEye/MimeMap/tree/1.2.2" + "source": "https://github.com/FileEye/MimeMap/tree/2.0.0" }, - "time": "2022-04-30T12:59:34+00:00" + "time": "2022-07-17T13:00:20+00:00" }, { "name": "geocoder-php/common-http", - "version": "4.4.0", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common-http.git", - "reference": "9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e" + "reference": "4ee2cee60d21631e2a09c196bf6b9fd296bca728" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e", - "reference": "9f44a006d4b45d01dd31ea9b38ee7fb5724cd73e", + "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/4ee2cee60d21631e2a09c196bf6b9fd296bca728", + "reference": "4ee2cee60d21631e2a09c196bf6b9fd296bca728", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "php-http/client-implementation": "^1.0", "php-http/discovery": "^1.6", "php-http/httplug": "^1.0 || ^2.0", @@ -9167,27 +9283,27 @@ "http geocoder" ], "support": { - "source": "https://github.com/geocoder-php/php-common-http/tree/4.4.0" + "source": "https://github.com/geocoder-php/php-common-http/tree/4.5.0" }, - "time": "2020-12-21T09:30:01+00:00" + "time": "2022-07-30T12:09:30+00:00" }, { "name": "geocoder-php/google-maps-provider", - "version": "4.6.0", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/google-maps-provider.git", - "reference": "1e88138b66bf31b7e025b7bd579edb2cc9690414" + "reference": "378cd4dd26cba5a004f2a4738e8988e646af3274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/google-maps-provider/zipball/1e88138b66bf31b7e025b7bd579edb2cc9690414", - "reference": "1e88138b66bf31b7e025b7bd579edb2cc9690414", + "url": "https://api.github.com/repos/geocoder-php/google-maps-provider/zipball/378cd4dd26cba5a004f2a4738e8988e646af3274", + "reference": "378cd4dd26cba5a004f2a4738e8988e646af3274", "shasum": "" }, "require": { "geocoder-php/common-http": "^4.0", - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "willdurand/geocoder": "^4.0" }, "provide": { @@ -9226,9 +9342,9 @@ "description": "Geocoder GoogleMaps adapter", "homepage": "http://geocoder-php.org/Geocoder/", "support": { - "source": "https://github.com/geocoder-php/google-maps-provider/tree/4.6.0" + "source": "https://github.com/geocoder-php/google-maps-provider/tree/4.7.0" }, - "time": "2020-12-21T16:41:18+00:00" + "time": "2022-07-30T12:09:30+00:00" }, { "name": "google/recaptcha", @@ -9450,16 +9566,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.1", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { @@ -9514,7 +9630,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.1" + "source": "https://github.com/guzzle/promises/tree/1.5.2" }, "funding": [ { @@ -9530,7 +9646,7 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:56:57+00:00" + "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", @@ -9700,6 +9816,52 @@ }, "time": "2021-07-21T13:50:14+00:00" }, + { + "name": "itamair/geophp", + "version": "1.3", + "source": { + "type": "git", + "url": "https://github.com/itamair/geoPHP.git", + "reference": "d7bccf9902a62430ceb2ac0771bb1e9d1deac4e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/itamair/geoPHP/zipball/d7bccf9902a62430ceb2ac0771bb1e9d1deac4e9", + "reference": "d7bccf9902a62430ceb2ac0771bb1e9d1deac4e9", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "4.1.* || 9.5.*" + }, + "type": "library", + "autoload": { + "classmap": [ + "geoPHP.inc" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Italo Mairo", + "homepage": "https://www.linkedin.com/in/italomairo/", + "role": "Maintanier of this Library Repo" + }, + { + "name": "Patrick Hayes", + "homepage": "https://www.linkedin.com/in/patrickdhayes/", + "role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)" + } + ], + "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.", + "homepage": "https://github.com/itamair/geoPHP", + "support": { + "source": "https://github.com/itamair/geoPHP/tree/1.3" + }, + "time": "2022-07-04T23:09:18+00:00" + }, { "name": "justinrainbow/json-schema", "version": "5.2.12", @@ -9772,25 +9934,24 @@ }, { "name": "laminas/laminas-diactoros", - "version": "2.11.0", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "d1bc565b23c2040fafde398a8a5db083c47928c0" + "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/d1bc565b23c2040fafde398a8a5db083c47928c0", - "reference": "d1bc565b23c2040fafde398a8a5db083c47928c0", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5", + "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", + "php": "^7.4 || ~8.0.0 || ~8.1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "conflict": { - "phpspec/prophecy": "<1.9.0", "zendframework/zend-diactoros": "*" }, "provide": { @@ -9802,13 +9963,12 @@ "ext-dom": "*", "ext-gd": "*", "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.8.0", - "laminas/laminas-coding-standard": "~1.0.0", - "php-http/psr7-integration-tests": "^1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.1", - "psalm/plugin-phpunit": "^0.14.0", - "vimeo/psalm": "^4.3" + "http-interop/http-factory-tests": "^0.9.0", + "laminas/laminas-coding-standard": "^2.4.0", + "php-http/psr7-integration-tests": "^1.1.1", + "phpunit/phpunit": "^9.5.23", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.24.0" }, "type": "library", "extra": { @@ -9867,7 +10027,7 @@ "type": "community_bridge" } ], - "time": "2022-05-17T10:57:52+00:00" + "time": "2022-08-30T17:01:46+00:00" }, { "name": "laminas/laminas-escaper", @@ -9933,40 +10093,41 @@ }, { "name": "laminas/laminas-feed", - "version": "2.17.0", + "version": "2.18.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" + "reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", - "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/a57fdb9df42950d5b7f052509fbdab0d081c6b6d", + "reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", + "laminas/laminas-servicemanager": "^3.14.0", "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.7.2", - "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-cache": "^2.13.2 || ^3.1.3", + "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.0.0", + "laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-db": "^2.13.3", "laminas/laminas-http": "^2.15", - "laminas/laminas-servicemanager": "^3.7", "laminas/laminas-validator": "^2.15", "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.13.0", + "psalm/plugin-phpunit": "^0.17.0", "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.1" + "vimeo/psalm": "^4.24.0" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -9986,11 +10147,13 @@ "license": [ "BSD-3-Clause" ], - "description": "provides functionality for consuming RSS and Atom feeds", + "description": "provides functionality for creating and consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ + "atom", "feed", - "laminas" + "laminas", + "rss" ], "support": { "chat": "https://laminas.dev/chat", @@ -10006,34 +10169,126 @@ "type": "community_bridge" } ], - "time": "2022-03-24T10:26:04+00:00" + "time": "2022-08-08T17:02:35+00:00" + }, + { + "name": "laminas/laminas-servicemanager", + "version": "3.17.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec", + "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec", + "shasum": "" + }, + "require": { + "laminas/laminas-stdlib": "^3.2.1", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0", + "psr/container": "^1.0" + }, + "conflict": { + "ext-psr": "*", + "laminas/laminas-code": "<3.3.1", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "psr/container-implementation": "^1.0" + }, + "replace": { + "container-interop/container-interop": "^1.2.0" + }, + "require-dev": { + "composer/package-versions-deprecated": "^1.0", + "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-container-config-test": "^0.7", + "laminas/laminas-dependency-plugin": "^2.1.2", + "mikey179/vfsstream": "^1.6.10@alpha", + "ocramius/proxy-manager": "^2.11", + "phpbench/phpbench": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.8" + }, + "suggest": { + "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" + }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], + "type": "library", + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ServiceManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Factory-Driven Dependency Injection Container", + "homepage": "https://laminas.dev", + "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", + "laminas", + "service-manager", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2022-09-22T11:33:46+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.10.1", + "version": "3.13.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "0d669074845fc80a99add0f64025192f143ef836" + "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/0d669074845fc80a99add0f64025192f143ef836", - "reference": "0d669074845fc80a99add0f64025192f143ef836", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76", + "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^1.0", - "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.7" + "phpbench/phpbench": "^1.2.6", + "phpstan/phpdoc-parser": "^0.5.4", + "phpunit/phpunit": "^9.5.23", + "psalm/plugin-phpunit": "^0.17.0", + "vimeo/psalm": "^4.26" }, "type": "library", "autoload": { @@ -10065,7 +10320,7 @@ "type": "community_bridge" } ], - "time": "2022-06-10T14:49:09+00:00" + "time": "2022-08-24T13:56:50+00:00" }, { "name": "league/container", @@ -10354,16 +10609,16 @@ }, { "name": "masterminds/html5", - "version": "2.7.5", + "version": "2.7.6", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", "shasum": "" }, "require": { @@ -10417,9 +10672,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" }, - "time": "2021-07-01T14:25:37+00:00" + "time": "2022-08-18T16:18:26+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", @@ -10464,16 +10719,16 @@ }, { "name": "myclabs/php-enum", - "version": "1.8.3", + "version": "1.8.4", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", - "reference": "b942d263c641ddb5190929ff840c68f78713e937" + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", - "reference": "b942d263c641ddb5190929ff840c68f78713e937", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483", + "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483", "shasum": "" }, "require": { @@ -10489,7 +10744,10 @@ "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" - } + }, + "classmap": [ + "stubs/Stringable.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10508,7 +10766,7 @@ ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.3" + "source": "https://github.com/myclabs/php-enum/tree/1.8.4" }, "funding": [ { @@ -10520,20 +10778,20 @@ "type": "tidelift" } ], - "time": "2021-07-05T08:18:36+00:00" + "time": "2022-08-04T09:53:51+00:00" }, { "name": "nesbot/carbon", - "version": "2.58.0", + "version": "2.62.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055" + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a34af22bde8d0ac20ab34b29d7bfe360902055", - "reference": "97a34af22bde8d0ac20ab34b29d7bfe360902055", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", "shasum": "" }, "require": { @@ -10548,11 +10806,12 @@ "doctrine/orm": "^2.7", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", + "ondrejmirtes/better-reflection": "*", "phpmd/phpmd": "^2.9", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12.54 || ^1.0", - "phpunit/php-file-iterator": "^2.0.5", - "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "phpstan/phpstan": "^0.12.99 || ^1.7.14", + "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", + "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", "squizlabs/php_codesniffer": "^3.4" }, "bin": [ @@ -10609,28 +10868,32 @@ }, "funding": [ { - "url": "https://opencollective.com/Carbon", - "type": "open_collective" + "url": "https://github.com/sponsors/kylekatarnls", + "type": "github" + }, + { + "url": "https://opencollective.com/Carbon#sponsor", + "type": "opencollective" }, { - "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", "type": "tidelift" } ], - "time": "2022-04-25T19:31:17+00:00" + "time": "2022-09-02T07:48:13+00:00" }, { "name": "nikic/php-parser", - "version": "v4.14.0", + "version": "v4.15.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1" + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", "shasum": "" }, "require": { @@ -10671,9 +10934,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" }, - "time": "2022-05-31T20:59:12+00:00" + "time": "2022-09-04T07:30:47+00:00" }, { "name": "paragonie/random_compat", @@ -10963,46 +11226,6 @@ }, "time": "2021-03-21T15:43:46+00:00" }, - { - "name": "phayes/geophp", - "version": "1.2", - "source": { - "type": "git", - "url": "https://github.com/phayes/geoPHP.git", - "reference": "015404e85b602e0df1f91441f8db0f9e98f7e567" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phayes/geoPHP/zipball/015404e85b602e0df1f91441f8db0f9e98f7e567", - "reference": "015404e85b602e0df1f91441f8db0f9e98f7e567", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "4.1.*" - }, - "type": "library", - "autoload": { - "classmap": [ - "geoPHP.inc" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2 or New-BSD" - ], - "authors": [ - { - "name": "Patrick Hayes" - } - ], - "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.", - "homepage": "https://github.com/phayes/geoPHP", - "support": { - "issues": "https://github.com/phayes/geoPHP/issues", - "source": "https://github.com/phayes/geoPHP/tree/master" - }, - "time": "2014-12-02T06:11:22+00:00" - }, { "name": "phenx/php-font-lib", "version": "0.5.4", @@ -11049,16 +11272,16 @@ }, { "name": "php-http/discovery", - "version": "1.14.2", + "version": "1.14.3", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "c8d48852fbc052454af42f6de27635ddd916b959" + "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/c8d48852fbc052454af42f6de27635ddd916b959", - "reference": "c8d48852fbc052454af42f6de27635ddd916b959", + "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735", + "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735", "shasum": "" }, "require": { @@ -11110,9 +11333,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.14.2" + "source": "https://github.com/php-http/discovery/tree/1.14.3" }, - "time": "2022-05-25T07:26:05+00:00" + "time": "2022-07-11T14:04:40+00:00" }, { "name": "php-http/guzzle6-adapter", @@ -11787,16 +12010,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.2", + "version": "v0.11.8", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514" + "reference": "f455acf3645262ae389b10e9beba0c358aa6994e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/7f7da640d68b9c9fec819caae7c744a213df6514", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/f455acf3645262ae389b10e9beba0c358aa6994e", + "reference": "f455acf3645262ae389b10e9beba0c358aa6994e", "shasum": "" }, "require": { @@ -11811,15 +12034,13 @@ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "3.17.05.02" + "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" @@ -11859,9 +12080,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.2" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.8" }, - "time": "2022-02-28T15:28:54+00:00" + "time": "2022-07-28T14:25:11+00:00" }, { "name": "ralouphie/getallheaders", @@ -11909,25 +12130,26 @@ }, { "name": "solarium/solarium", - "version": "6.2.3", + "version": "6.2.7", "source": { "type": "git", "url": "https://github.com/solariumphp/solarium.git", - "reference": "f91185d07d9d3f40ef92810e182e621c51635e8b" + "reference": "6d6d13b4eda222e7bdb9616545aa67efbe8c6cec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/f91185d07d9d3f40ef92810e182e621c51635e8b", - "reference": "f91185d07d9d3f40ef92810e182e621c51635e8b", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/6d6d13b4eda222e7bdb9616545aa67efbe8c6cec", + "reference": "6d6d13b4eda222e7bdb9616545aa67efbe8c6cec", "shasum": "" }, "require": { + "composer-runtime-api": ">=2.0", "ext-json": "*", "php": "^7.3 || ^8.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "symfony/event-dispatcher-contracts": "^1.0 || ^2.0" + "symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "escapestudios/symfony2-coding-standard": "^3.11", @@ -11935,11 +12157,11 @@ "nyholm/psr7": "^1.2", "php-http/guzzle7-adapter": "^0.1", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-master", - "symfony/event-dispatcher": "^4.3 || ^5.0" + "symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0" }, "type": "library", "autoload": { @@ -11966,9 +12188,9 @@ ], "support": { "issues": "https://github.com/solariumphp/solarium/issues", - "source": "https://github.com/solariumphp/solarium/tree/6.2.3" + "source": "https://github.com/solariumphp/solarium/tree/6.2.7" }, - "time": "2022-01-31T15:37:35+00:00" + "time": "2022-09-12T09:20:39+00:00" }, { "name": "spatie/macroable", @@ -12207,16 +12429,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.9", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "a50b7249bea81ddd6d3b799ce40c5521c2f72f0b" + "reference": "5a0fff46df349f0db3fe242263451fddf5277362" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/a50b7249bea81ddd6d3b799ce40c5521c2f72f0b", - "reference": "a50b7249bea81ddd6d3b799ce40c5521c2f72f0b", + "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362", + "reference": "5a0fff46df349f0db3fe242263451fddf5277362", "shasum": "" }, "require": { @@ -12284,7 +12506,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.9" + "source": "https://github.com/symfony/cache/tree/v5.4.11" }, "funding": [ { @@ -12300,11 +12522,11 @@ "type": "tidelift" } ], - "time": "2022-05-21T10:24:18+00:00" + "time": "2022-07-28T15:25:17+00:00" }, { "name": "symfony/cache-contracts", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", @@ -12363,7 +12585,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" }, "funding": [ { @@ -12383,16 +12605,16 @@ }, { "name": "symfony/config", - "version": "v4.4.42", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81" + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81", - "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "shasum": "" }, "require": { @@ -12441,7 +12663,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.42" + "source": "https://github.com/symfony/config/tree/v4.4.44" }, "funding": [ { @@ -12457,20 +12679,20 @@ "type": "tidelift" } ], - "time": "2022-05-17T07:10:14+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/console", - "version": "v4.4.42", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cce7a9f99e22937a71a16b23afa762558808d587" + "reference": "28b77970939500fb04180166a1f716e75a871ef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cce7a9f99e22937a71a16b23afa762558808d587", - "reference": "cce7a9f99e22937a71a16b23afa762558808d587", + "url": "https://api.github.com/repos/symfony/console/zipball/28b77970939500fb04180166a1f716e75a871ef8", + "reference": "28b77970939500fb04180166a1f716e75a871ef8", "shasum": "" }, "require": { @@ -12531,7 +12753,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.42" + "source": "https://github.com/symfony/console/tree/v4.4.45" }, "funding": [ { @@ -12547,20 +12769,20 @@ "type": "tidelift" } ], - "time": "2022-05-14T12:35:33+00:00" + "time": "2022-08-17T14:50:19+00:00" }, { "name": "symfony/debug", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5" + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5", - "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { @@ -12599,7 +12821,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.41" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -12616,20 +12838,20 @@ } ], "abandoned": "symfony/error-handler", - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.42", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9" + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f6fdbf252765a09c7ac243617f79f1babef792c9", - "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", "shasum": "" }, "require": { @@ -12686,7 +12908,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.42" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" }, "funding": [ { @@ -12702,11 +12924,11 @@ "type": "tidelift" } ], - "time": "2022-05-24T15:15:52+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -12753,7 +12975,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -12773,16 +12995,16 @@ }, { "name": "symfony/error-handler", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "529feb0e03133dbd5fd3707200147cc4903206da" + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da", - "reference": "529feb0e03133dbd5fd3707200147cc4903206da", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "shasum": "" }, "require": { @@ -12821,7 +13043,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v4.4.41" + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" }, "funding": [ { @@ -12837,20 +13059,20 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.42", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "708e761740c16b02c86e3f0c932018a06b895d40" + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40", - "reference": "708e761740c16b02c86e3f0c932018a06b895d40", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "shasum": "" }, "require": { @@ -12905,7 +13127,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/v4.4.42" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" }, "funding": [ { @@ -12921,11 +13143,11 @@ "type": "tidelift" } ], - "time": "2022-05-05T15:33:49+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.12", + "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", @@ -12984,7 +13206,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.12" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" }, "funding": [ { @@ -13067,16 +13289,16 @@ }, { "name": "symfony/finder", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a" + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", "shasum": "" }, "require": { @@ -13109,7 +13331,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.41" + "source": "https://github.com/symfony/finder/tree/v4.4.44" }, "funding": [ { @@ -13125,20 +13347,20 @@ "type": "tidelift" } ], - "time": "2022-04-14T15:36:10+00:00" + "time": "2022-07-29T07:35:46+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5" + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5", - "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { @@ -13187,7 +13409,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" }, "funding": [ { @@ -13203,20 +13425,20 @@ "type": "tidelift" } ], - "time": "2022-03-13T20:07:29+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.41", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "27441220aebeb096b4eb8267acaaa7feb5e4266c" + "reference": "b2f2e3cb66349d89cb46c939cea03c62ad71cf00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/27441220aebeb096b4eb8267acaaa7feb5e4266c", - "reference": "27441220aebeb096b4eb8267acaaa7feb5e4266c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b2f2e3cb66349d89cb46c939cea03c62ad71cf00", + "reference": "b2f2e3cb66349d89cb46c939cea03c62ad71cf00", "shasum": "" }, "require": { @@ -13255,7 +13477,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.41" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.45" }, "funding": [ { @@ -13271,20 +13493,20 @@ "type": "tidelift" } ], - "time": "2022-04-21T07:22:34+00:00" + "time": "2022-08-17T15:29:03+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.42", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "04181de9459df639512dadf83d544ce12edd6776" + "reference": "4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/04181de9459df639512dadf83d544ce12edd6776", - "reference": "04181de9459df639512dadf83d544ce12edd6776", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938", + "reference": "4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938", "shasum": "" }, "require": { @@ -13359,7 +13581,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.42" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.45" }, "funding": [ { @@ -13375,20 +13597,20 @@ "type": "tidelift" } ], - "time": "2022-05-27T07:04:21+00:00" + "time": "2022-08-26T14:34:48+00:00" }, { "name": "symfony/mime", - "version": "v5.4.9", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e" + "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/2b3802a24e48d0cfccf885173d2aac91e73df92e", - "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e", + "url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90", + "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90", "shasum": "" }, "require": { @@ -13442,7 +13664,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.9" + "source": "https://github.com/symfony/mime/tree/v5.4.12" }, "funding": [ { @@ -13458,7 +13680,7 @@ "type": "tidelift" } ], - "time": "2022-05-21T10:24:18+00:00" + "time": "2022-08-19T14:24:03+00:00" }, { "name": "symfony/polyfill-ctype", @@ -14279,16 +14501,16 @@ }, { "name": "symfony/process", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce" + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce", - "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce", + "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { @@ -14321,7 +14543,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.41" + "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { @@ -14337,20 +14559,20 @@ "type": "tidelift" } ], - "time": "2022-04-04T10:19:07+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.2", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34" + "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", - "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", + "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", "shasum": "" }, "require": { @@ -14409,7 +14631,7 @@ ], "support": { "issues": "https://github.com/symfony/psr-http-message-bridge/issues", - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2" + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3" }, "funding": [ { @@ -14425,20 +14647,20 @@ "type": "tidelift" } ], - "time": "2021-11-05T13:13:39+00:00" + "time": "2022-09-05T10:34:54+00:00" }, { "name": "symfony/routing", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052" + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/c25e38d403c00d5ddcfc514f016f1b534abdf052", - "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "shasum": "" }, "require": { @@ -14498,7 +14720,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.41" + "source": "https://github.com/symfony/routing/tree/v4.4.44" }, "funding": [ { @@ -14514,20 +14736,20 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:19:55+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.42", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "234c6d024b5664d8fe6c117140196e00ba3fa626" + "reference": "d19621a350491f76e2faed2afb982e0706f63252" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/234c6d024b5664d8fe6c117140196e00ba3fa626", - "reference": "234c6d024b5664d8fe6c117140196e00ba3fa626", + "url": "https://api.github.com/repos/symfony/serializer/zipball/d19621a350491f76e2faed2afb982e0706f63252", + "reference": "d19621a350491f76e2faed2afb982e0706f63252", "shasum": "" }, "require": { @@ -14592,7 +14814,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v4.4.42" + "source": "https://github.com/symfony/serializer/tree/v4.4.45" }, "funding": [ { @@ -14608,20 +14830,20 @@ "type": "tidelift" } ], - "time": "2022-05-10T09:16:50+00:00" + "time": "2022-08-17T14:28:21+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c", - "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { @@ -14675,7 +14897,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -14691,20 +14913,20 @@ "type": "tidelift" } ], - "time": "2022-03-13T20:07:29+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/string", - "version": "v5.4.9", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99" + "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99", - "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99", + "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058", + "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058", "shasum": "" }, "require": { @@ -14761,7 +14983,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.9" + "source": "https://github.com/symfony/string/tree/v5.4.12" }, "funding": [ { @@ -14777,20 +14999,20 @@ "type": "tidelift" } ], - "time": "2022-04-19T10:40:37+00:00" + "time": "2022-08-12T17:03:11+00:00" }, { "name": "symfony/translation", - "version": "v4.4.41", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "dcb67eae126e74507e0b4f0b9ac6ef35b37c3331" + "reference": "4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/dcb67eae126e74507e0b4f0b9ac6ef35b37c3331", - "reference": "dcb67eae126e74507e0b4f0b9ac6ef35b37c3331", + "url": "https://api.github.com/repos/symfony/translation/zipball/4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def", + "reference": "4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def", "shasum": "" }, "require": { @@ -14850,7 +15072,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.41" + "source": "https://github.com/symfony/translation/tree/v4.4.45" }, "funding": [ { @@ -14866,20 +15088,20 @@ "type": "tidelift" } ], - "time": "2022-04-21T07:22:34+00:00" + "time": "2022-08-02T12:44:49+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "1211df0afa701e45a04253110e959d4af4ef0f07" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07", - "reference": "1211df0afa701e45a04253110e959d4af4ef0f07", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -14928,7 +15150,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.1" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -14944,20 +15166,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/validator", - "version": "v4.4.41", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c" + "reference": "06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c", - "reference": "b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c", + "url": "https://api.github.com/repos/symfony/validator/zipball/06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c", + "reference": "06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c", "shasum": "" }, "require": { @@ -15034,7 +15256,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.41" + "source": "https://github.com/symfony/validator/tree/v4.4.45" }, "funding": [ { @@ -15050,20 +15272,20 @@ "type": "tidelift" } ], - "time": "2022-04-14T15:50:15+00:00" + "time": "2022-08-04T16:19:35+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.9", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "af52239a330fafd192c773795520dc2dd62b5657" + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657", - "reference": "af52239a330fafd192c773795520dc2dd62b5657", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861", + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861", "shasum": "" }, "require": { @@ -15123,7 +15345,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.9" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.11" }, "funding": [ { @@ -15139,20 +15361,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T10:24:18+00:00" + "time": "2022-07-20T13:00:38+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.9", + "version": "v5.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "63249ebfca4e75a357679fa7ba2089cfb898aa67" + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/63249ebfca4e75a357679fa7ba2089cfb898aa67", - "reference": "63249ebfca4e75a357679fa7ba2089cfb898aa67", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340", + "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340", "shasum": "" }, "require": { @@ -15196,7 +15418,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.9" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.10" }, "funding": [ { @@ -15212,20 +15434,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T10:24:18+00:00" + "time": "2022-05-27T12:56:18+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.37", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311" + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d7f637cc0f0cc14beb0984f2bb50da560b271311", - "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "shasum": "" }, "require": { @@ -15267,7 +15489,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.37" + "source": "https://github.com/symfony/yaml/tree/v4.4.45" }, "funding": [ { @@ -15283,20 +15505,20 @@ "type": "tidelift" } ], - "time": "2022-01-24T20:11:01+00:00" + "time": "2022-08-02T15:47:23+00:00" }, { "name": "twig/twig", - "version": "v2.15.1", + "version": "v2.15.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4" + "reference": "3e43405a9a8b578809426339cc3780e16fba0c52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", - "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e43405a9a8b578809426339cc3780e16fba0c52", + "reference": "3e43405a9a8b578809426339cc3780e16fba0c52", "shasum": "" }, "require": { @@ -15351,7 +15573,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.1" + "source": "https://github.com/twigphp/Twig/tree/v2.15.2" }, "funding": [ { @@ -15363,7 +15585,7 @@ "type": "tidelift" } ], - "time": "2022-05-17T05:46:24+00:00" + "time": "2022-08-12T06:43:37+00:00" }, { "name": "typhonius/acquia-php-sdk-v2", @@ -15636,20 +15858,20 @@ }, { "name": "willdurand/geocoder", - "version": "4.5.0", + "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/geocoder-php/php-common.git", - "reference": "b9a27dfbc06d012f4ff52b890fe52789e4978769" + "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/b9a27dfbc06d012f4ff52b890fe52789e4978769", - "reference": "b9a27dfbc06d012f4ff52b890fe52789e4978769", + "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", + "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "nyholm/nsa": "^1.1", @@ -15692,22 +15914,22 @@ "geoip" ], "support": { - "source": "https://github.com/geocoder-php/php-common/tree/4.5.0" + "source": "https://github.com/geocoder-php/php-common/tree/4.6.0" }, - "time": "2022-01-07T14:44:30+00:00" + "time": "2022-07-30T11:09:43+00:00" }, { "name": "zumba/amplitude-php", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/zumba/amplitude-php.git", - "reference": "3cace0b64d5b92eb42792f7696b874bec865aa4a" + "reference": "99d776d1b60d2a4d8bb26e4039e368edd3d89aac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zumba/amplitude-php/zipball/3cace0b64d5b92eb42792f7696b874bec865aa4a", - "reference": "3cace0b64d5b92eb42792f7696b874bec865aa4a", + "url": "https://api.github.com/repos/zumba/amplitude-php/zipball/99d776d1b60d2a4d8bb26e4039e368edd3d89aac", + "reference": "99d776d1b60d2a4d8bb26e4039e368edd3d89aac", "shasum": "" }, "require": { @@ -15753,31 +15975,31 @@ ], "support": { "issues": "https://github.com/zumba/amplitude-php/issues", - "source": "https://github.com/zumba/amplitude-php/tree/1.0.5" + "source": "https://github.com/zumba/amplitude-php/tree/1.0.6" }, - "time": "2022-06-22T01:58:20+00:00" + "time": "2022-09-09T13:49:49+00:00" } ], "packages-dev": [ { "name": "acquia/coding-standards", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/acquia/coding-standards-php.git", - "reference": "81ded5bf94829265eae688d1a8e41c08577b5fb1" + "reference": "4e1a775e6693b38d747a769ea71b7f104e2e9780" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/acquia/coding-standards-php/zipball/81ded5bf94829265eae688d1a8e41c08577b5fb1", - "reference": "81ded5bf94829265eae688d1a8e41c08577b5fb1", + "url": "https://api.github.com/repos/acquia/coding-standards-php/zipball/4e1a775e6693b38d747a769ea71b7f104e2e9780", + "reference": "4e1a775e6693b38d747a769ea71b7f104e2e9780", "shasum": "" }, "require": { - "drupal/coder": "^8.3.7", - "phpcompatibility/php-compatibility": "^9.0", - "slevomat/coding-standard": "^7.0", - "squizlabs/php_codesniffer": "^3" + "drupal/coder": "^8.3", + "phpcompatibility/php-compatibility": "^9.3", + "slevomat/coding-standard": "^8.4", + "squizlabs/php_codesniffer": "^3.7" }, "suggest": { "brainmaestro/composer-git-hooks": "Easily manage Git hooks in your composer config.", @@ -15815,7 +16037,7 @@ "issues": "https://github.com/acquia/coding-standards/issues", "source": "https://github.com/acquia/coding-standards" }, - "time": "2022-05-12T15:06:06+00:00" + "time": "2022-08-22T14:35:53+00:00" }, { "name": "axelerant/drupal-quality-checker", @@ -16071,16 +16293,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.1", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", "shasum": "" }, "require": { @@ -16127,7 +16349,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.1" + "source": "https://github.com/composer/ca-bundle/tree/1.3.3" }, "funding": [ { @@ -16143,20 +16365,20 @@ "type": "tidelift" } ], - "time": "2021-10-28T20:44:15+00:00" + "time": "2022-07-20T07:14:26+00:00" }, { "name": "composer/composer", - "version": "2.2.11", + "version": "2.2.18", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "2f5bcf0480c13b4fa1ac490aa9344e4402507538" + "reference": "84175907664ca8b73f73f4883e67e886dfefb9f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/2f5bcf0480c13b4fa1ac490aa9344e4402507538", - "reference": "2f5bcf0480c13b4fa1ac490aa9344e4402507538", + "url": "https://api.github.com/repos/composer/composer/zipball/84175907664ca8b73f73f4883e67e886dfefb9f5", + "reference": "84175907664ca8b73f73f4883e67e886dfefb9f5", "shasum": "" }, "require": { @@ -16226,7 +16448,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.11" + "source": "https://github.com/composer/composer/tree/2.2.18" }, "funding": [ { @@ -16242,20 +16464,20 @@ "type": "tidelift" } ], - "time": "2022-04-01T20:00:52+00:00" + "time": "2022-08-20T09:33:38+00:00" }, { "name": "composer/installers", - "version": "v2.1.0", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "75e5ef05436c90ac565a48176cc7465991908352" + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/75e5ef05436c90ac565a48176cc7465991908352", - "reference": "75e5ef05436c90ac565a48176cc7465991908352", + "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", "shasum": "" }, "require": { @@ -16343,6 +16565,7 @@ "magento", "majima", "mako", + "matomo", "mediawiki", "miaoxing", "modulework", @@ -16370,7 +16593,7 @@ ], "support": { "issues": "https://github.com/composer/installers/issues", - "source": "https://github.com/composer/installers/tree/v2.1.0" + "source": "https://github.com/composer/installers/tree/v2.2.0" }, "funding": [ { @@ -16386,7 +16609,7 @@ "type": "tidelift" } ], - "time": "2022-03-18T12:27:54+00:00" + "time": "2022-08-20T06:45:11+00:00" }, { "name": "composer/metadata-minifier", @@ -16530,16 +16753,16 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.6", + "version": "1.5.7", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "a30d487169d799745ca7280bc90fdfa693536901" + "reference": "c848241796da2abf65837d51dce1fae55a960149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", - "reference": "a30d487169d799745ca7280bc90fdfa693536901", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", + "reference": "c848241796da2abf65837d51dce1fae55a960149", "shasum": "" }, "require": { @@ -16590,7 +16813,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" }, "funding": [ { @@ -16606,7 +16829,7 @@ "type": "tidelift" } ], - "time": "2021-11-18T10:14:14+00:00" + "time": "2022-05-23T07:37:50+00:00" }, { "name": "composer/xdebug-handler", @@ -16821,23 +17044,23 @@ }, { "name": "drupal/coder", - "version": "8.3.15", + "version": "8.3.16", "source": { "type": "git", "url": "https://git.drupalcode.org/project/coder.git", - "reference": "0cfad3a21f1168bdc3030ae73351c31f88abba74" + "reference": "d6f6112e5e84ff4f6baaada223c93dadbd6d3887" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "ext-mbstring": "*", "php": ">=7.1", - "sirbrillig/phpcs-variable-analysis": "^2.10", - "slevomat/coding-standard": "^7.0", - "squizlabs/php_codesniffer": "^3.6.0", - "symfony/yaml": ">=2.0.5" + "sirbrillig/phpcs-variable-analysis": "^2.11.7", + "slevomat/coding-standard": "^7.0 || ^8.0", + "squizlabs/php_codesniffer": "^3.7.1", + "symfony/yaml": ">=3.4.0" }, "require-dev": { - "phpstan/phpstan": "^1.4.9", + "phpstan/phpstan": "^1.7.12", "phpunit/phpunit": "^7.0 || ^8.0" }, "type": "phpcodesniffer-standard", @@ -16862,20 +17085,20 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2022-04-02T17:56:30+00:00" + "time": "2022-08-20T17:31:46+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.9", + "version": "9.4.6", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "a9dd9def8891e1c388719474720b57d3fe929a2f" + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/a9dd9def8891e1c388719474720b57d3fe929a2f", - "reference": "a9dd9def8891e1c388719474720b57d3fe929a2f", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", "shasum": "" }, "require": { @@ -16910,28 +17133,28 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.9" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.6" }, - "time": "2022-02-24T17:40:56+00:00" + "time": "2022-06-19T16:14:23+00:00" }, { "name": "drupal/core-dev", - "version": "9.3.9", + "version": "9.4.6", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", - "reference": "d093ec9dd1106069fd01535235dd5797662a61cb" + "reference": "72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev/zipball/d093ec9dd1106069fd01535235dd5797662a61cb", - "reference": "d093ec9dd1106069fd01535235dd5797662a61cb", + "url": "https://api.github.com/repos/drupal/core-dev/zipball/72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29", + "reference": "72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29", "shasum": "" }, "require": { "behat/mink": "^1.8", "behat/mink-selenium2-driver": "^1.4", - "composer/composer": "^2.0.2", + "composer/composer": "^2.2.12", "drupal/coder": "^8.3.10", "easyrdf/easyrdf": "^0.9 || ^1.0", "friends-of-behat/mink-browserkit-driver": "^1.4", @@ -16960,9 +17183,9 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/9.3.9" + "source": "https://github.com/drupal/core-dev/tree/9.4.6" }, - "time": "2021-11-30T05:41:29+00:00" + "time": "2022-04-14T00:37:13+00:00" }, { "name": "easyrdf/easyrdf", @@ -17425,16 +17648,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.11", + "version": "1.4.15", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "608e8b20a9072f84cac4f2fddb4420893d69eb83" + "reference": "ed8f7741a0952db42686aae0780a0935138a7cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/608e8b20a9072f84cac4f2fddb4420893d69eb83", - "reference": "608e8b20a9072f84cac4f2fddb4420893d69eb83", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/ed8f7741a0952db42686aae0780a0935138a7cf8", + "reference": "ed8f7741a0952db42686aae0780a0935138a7cf8", "shasum": "" }, "require": { @@ -17442,8 +17665,8 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0||^2.0" + "phpunit/phpunit": "^8.5 || ^9.5", + "satooshi/php-coveralls": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -17482,9 +17705,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.11" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.15" }, - "time": "2022-03-30T01:28:33+00:00" + "time": "2022-08-09T14:26:29+00:00" }, { "name": "localheinz/diff", @@ -17548,16 +17771,16 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.10", + "version": "v1.6.11", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "250c0825537d501e327df879fb3d4cd751933b85" + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", - "reference": "250c0825537d501e327df879fb3d4cd751933b85", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", "shasum": "" }, "require": { @@ -17595,7 +17818,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2021-09-25T08:05:01+00:00" + "time": "2022-02-23T02:02:42+00:00" }, { "name": "myclabs/deep-copy", @@ -17715,16 +17938,16 @@ }, { "name": "pdepend/pdepend", - "version": "2.10.3", + "version": "2.12.1", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", - "reference": "da3166a06b4a89915920a42444f707122a1584c9" + "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/da3166a06b4a89915920a42444f707122a1584c9", - "reference": "da3166a06b4a89915920a42444f707122a1584c9", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/7a892d56ceafd804b4a2ecc85184640937ce9e84", + "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84", "shasum": "" }, "require": { @@ -17760,7 +17983,7 @@ "description": "Official version of pdepend to be handled with Composer", "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.10.3" + "source": "https://github.com/pdepend/pdepend/tree/2.12.1" }, "funding": [ { @@ -17768,7 +17991,7 @@ "type": "tidelift" } ], - "time": "2022-02-23T07:53:09+00:00" + "time": "2022-09-08T19:30:37+00:00" }, { "name": "phar-io/manifest", @@ -18162,22 +18385,22 @@ }, { "name": "phpmd/phpmd", - "version": "2.12.0", + "version": "2.13.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", - "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec" + "reference": "dad0228156856b3ad959992f9748514fa943f3e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/c0b678ba71902f539c27c14332aa0ddcf14388ec", - "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3", + "reference": "dad0228156856b3ad959992f9748514fa943f3e3", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", "ext-xml": "*", - "pdepend/pdepend": "^2.10.3", + "pdepend/pdepend": "^2.12.1", "php": ">=5.3.9" }, "require-dev": { @@ -18233,7 +18456,7 @@ "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", - "source": "https://github.com/phpmd/phpmd/tree/2.12.0" + "source": "https://github.com/phpmd/phpmd/tree/2.13.0" }, "funding": [ { @@ -18241,33 +18464,32 @@ "type": "tidelift" } ], - "time": "2022-03-24T13:33:01+00:00" + "time": "2022-09-10T08:44:15+00:00" }, { "name": "phpro/grumphp-shim", - "version": "v1.5.0", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/phpro/grumphp-shim.git", - "reference": "14d62e7ba488671f9ea3e0723eec2bb498c21c46" + "reference": "973a933d176be41f1196d8db7851e32f985dd798" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpro/grumphp-shim/zipball/14d62e7ba488671f9ea3e0723eec2bb498c21c46", - "reference": "14d62e7ba488671f9ea3e0723eec2bb498c21c46", + "url": "https://api.github.com/repos/phpro/grumphp-shim/zipball/973a933d176be41f1196d8db7851e32f985dd798", + "reference": "973a933d176be41f1196d8db7851e32f985dd798", "shasum": "" }, "require": { - "composer-plugin-api": "~1.0 || ~2.0", + "composer-plugin-api": "~2.0", "ext-json": "*", - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "replace": { "phpro/grumphp": "self.version" }, "require-dev": { - "humbug/box": "^3.12.2", - "jetbrains/phpstorm-stubs": "dev-master@dev" + "humbug/box": "^3.16" }, "bin": [ "grumphp", @@ -18299,9 +18521,9 @@ "description": "GrumPHP Phar distribution", "support": { "issues": "https://github.com/phpro/grumphp-shim/issues", - "source": "https://github.com/phpro/grumphp-shim/tree/v1.5.0" + "source": "https://github.com/phpro/grumphp-shim/tree/v1.13.0" }, - "time": "2021-09-24T10:18:42+00:00" + "time": "2022-06-24T08:34:50+00:00" }, { "name": "phpspec/prophecy", @@ -18424,16 +18646,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.6.3", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "4a07085f74cb1f3fc7103efa537d9f00ebb74ec7" + "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/4a07085f74cb1f3fc7103efa537d9f00ebb74ec7", - "reference": "4a07085f74cb1f3fc7103efa537d9f00ebb74ec7", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", + "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04", "shasum": "" }, "require": { @@ -18463,29 +18685,29 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.8.0" }, - "time": "2022-06-14T11:40:08+00:00" + "time": "2022-09-04T18:59:06+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "9.2.15", + "version": "9.2.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f" + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", + "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.13.0", + "nikic/php-parser": "^4.14", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -18534,7 +18756,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17" }, "funding": [ { @@ -18542,7 +18764,7 @@ "type": "github" } ], - "time": "2022-03-07T09:28:20+00:00" + "time": "2022-08-30T12:24:04+00:00" }, { "name": "phpunit/php-file-iterator", @@ -18787,16 +19009,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.21", + "version": "9.5.25", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1" + "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1", - "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", + "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d", "shasum": "" }, "require": { @@ -18811,7 +19033,6 @@ "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", "php": ">=7.3", - "phpspec/prophecy": "^1.12.1", "phpunit/php-code-coverage": "^9.2.13", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", @@ -18819,19 +19040,16 @@ "phpunit/php-timer": "^5.0.2", "sebastian/cli-parser": "^1.0.1", "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.5", + "sebastian/comparator": "^4.0.8", "sebastian/diff": "^4.0.3", "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.3", + "sebastian/exporter": "^4.0.5", "sebastian/global-state": "^5.0.1", "sebastian/object-enumerator": "^4.0.3", "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.0", + "sebastian/type": "^3.2", "sebastian/version": "^3.0.2" }, - "require-dev": { - "phpspec/prophecy-phpunit": "^2.0.1" - }, "suggest": { "ext-soap": "*", "ext-xdebug": "*" @@ -18873,7 +19091,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25" }, "funding": [ { @@ -18883,9 +19101,13 @@ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" } ], - "time": "2022-06-19T12:14:25+00:00" + "time": "2022-09-25T03:44:45+00:00" }, { "name": "react/promise", @@ -19132,16 +19354,16 @@ }, { "name": "sebastian/comparator", - "version": "4.0.6", + "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382" + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", "shasum": "" }, "require": { @@ -19194,7 +19416,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" }, "funding": [ { @@ -19202,7 +19424,7 @@ "type": "github" } ], - "time": "2020-10-26T15:49:45+00:00" + "time": "2022-09-14T12:41:17+00:00" }, { "name": "sebastian/complexity", @@ -19392,16 +19614,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", "shasum": "" }, "require": { @@ -19457,7 +19679,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" }, "funding": [ { @@ -19465,7 +19687,7 @@ "type": "github" } ], - "time": "2021-11-11T14:18:36+00:00" + "time": "2022-09-14T06:03:37+00:00" }, { "name": "sebastian/global-state", @@ -19881,16 +20103,16 @@ }, { "name": "sebastian/type", - "version": "3.0.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", "shasum": "" }, "require": { @@ -19902,7 +20124,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.2-dev" } }, "autoload": { @@ -19925,7 +20147,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.0.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" }, "funding": [ { @@ -19933,7 +20155,7 @@ "type": "github" } ], - "time": "2022-03-15T09:54:48+00:00" + "time": "2022-09-12T14:47:03+00:00" }, { "name": "sebastian/version", @@ -20054,16 +20276,16 @@ }, { "name": "seld/phar-utils", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", - "reference": "9f3452c93ff423469c0d56450431562ca423dcee" + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee", - "reference": "9f3452c93ff423469c0d56450431562ca423dcee", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "shasum": "" }, "require": { @@ -20096,34 +20318,35 @@ ], "support": { "issues": "https://github.com/Seldaek/phar-utils/issues", - "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0" + "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" }, - "time": "2021-12-10T11:20:11+00:00" + "time": "2022-08-31T10:31:18+00:00" }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.3", + "version": "v2.11.8", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "c921498b474212fe4552928bbeb68d70250ce5e8" + "reference": "aaf902277f2889fddbdb37046ae02b9965e2cf0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/c921498b474212fe4552928bbeb68d70250ce5e8", - "reference": "c921498b474212fe4552928bbeb68d70250ce5e8", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/aaf902277f2889fddbdb37046ae02b9965e2cf0f", + "reference": "aaf902277f2889fddbdb37046ae02b9965e2cf0f", "shasum": "" }, "require": { "php": ">=5.4.0", - "squizlabs/php_codesniffer": "^3.5" + "squizlabs/php_codesniffer": "^3.5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", - "sirbrillig/phpcs-import-detection": "^1.1" + "phpcsstandards/phpcsdevcs": "^1.1", + "phpstan/phpstan": "^1.7", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", + "sirbrillig/phpcs-import-detection": "^1.1", + "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" }, "type": "phpcodesniffer-standard", "autoload": { @@ -20146,46 +20369,50 @@ } ], "description": "A PHPCS sniff to detect problems with variables.", + "keywords": [ + "phpcs", + "static analysis" + ], "support": { "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2022-02-21T17:01:13+00:00" + "time": "2022-09-08T18:35:53+00:00" }, { "name": "slevomat/coding-standard", - "version": "7.2.1", + "version": "8.5.2", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90" + "reference": "f32937dc41b587f3500efed1dbca2f82aa519373" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/aff06ae7a84e4534bf6f821dc982a93a5d477c90", - "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/f32937dc41b587f3500efed1dbca2f82aa519373", + "reference": "f32937dc41b587f3500efed1dbca2f82aa519373", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": "^1.5.1", - "squizlabs/php_codesniffer": "^3.6.2" + "phpstan/phpdoc-parser": ">=1.7.0 <1.9.0", + "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { - "phing/phing": "2.17.3", + "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.7.1", + "phpstan/phpstan": "1.4.10|1.8.6", "phpstan/phpstan-deprecation-rules": "1.0.0", "phpstan/phpstan-phpunit": "1.0.0|1.1.1", - "phpstan/phpstan-strict-rules": "1.2.3", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.20" + "phpstan/phpstan-strict-rules": "1.4.4", + "phpunit/phpunit": "7.5.20|8.5.21|9.5.25" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "8.x-dev" } }, "autoload": { @@ -20200,7 +20427,7 @@ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.2.1" + "source": "https://github.com/slevomat/coding-standard/tree/8.5.2" }, "funding": [ { @@ -20212,7 +20439,7 @@ "type": "tidelift" } ], - "time": "2022-05-25T10:58:12+00:00" + "time": "2022-09-27T16:45:37+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -20272,16 +20499,16 @@ }, { "name": "symfony/browser-kit", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "6e81008cac62369871cb6b8de64576ed138e3998" + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/6e81008cac62369871cb6b8de64576ed138e3998", - "reference": "6e81008cac62369871cb6b8de64576ed138e3998", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", "shasum": "" }, "require": { @@ -20324,7 +20551,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/v4.4.37" + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" }, "funding": [ { @@ -20340,20 +20567,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-07-25T12:56:14+00:00" }, { "name": "symfony/css-selector", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436" + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0628e6c6d7c92f1a7bae543959bdc17347be2436", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", "shasum": "" }, "require": { @@ -20390,7 +20617,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.37" + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" }, "funding": [ { @@ -20406,20 +20633,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.4.42", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "be5a04618e5d44e71d013f177df80d3ec4b192a0" + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/be5a04618e5d44e71d013f177df80d3ec4b192a0", - "reference": "be5a04618e5d44e71d013f177df80d3ec4b192a0", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", "shasum": "" }, "require": { @@ -20464,7 +20691,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.42" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" }, "funding": [ { @@ -20480,7 +20707,7 @@ "type": "tidelift" } ], - "time": "2022-04-30T18:34:00+00:00" + "time": "2022-08-03T12:57:57+00:00" }, { "name": "symfony/lock", @@ -20562,16 +20789,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.7", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "31977d36f253607e1fc4e1fb54df18bd9f1e4348" + "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31977d36f253607e1fc4e1fb54df18bd9f1e4348", - "reference": "31977d36f253607e1fc4e1fb54df18bd9f1e4348", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31b1549f54b1a1890e725a0c1c8c2de6ef2205b3", + "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3", "shasum": "" }, "require": { @@ -20625,7 +20852,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.7" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.11" }, "funding": [ { @@ -20641,7 +20868,7 @@ "type": "tidelift" } ], - "time": "2022-03-06T11:25:32+00:00" + "time": "2022-07-28T13:33:28+00:00" }, { "name": "theseer/tokenizer", @@ -20695,16 +20922,16 @@ }, { "name": "weitzman/drupal-test-traits", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", - "url": "https://gitlab.com/weitzman/drupal-test-traits.git", - "reference": "039104658adeb6a1691db788b53eb02b21a32487" + "url": "git@gitlab.com:weitzman/drupal-test-traits.git", + "reference": "e7076173db0daa256ec7daab92ad6685ccffdca4" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=039104658adeb6a1691db788b53eb02b21a32487", - "reference": "039104658adeb6a1691db788b53eb02b21a32487", + "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=e7076173db0daa256ec7daab92ad6685ccffdca4", + "reference": "e7076173db0daa256ec7daab92ad6685ccffdca4", "shasum": "" }, "require": { @@ -20760,10 +20987,7 @@ } ], "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).", - "support": { - "issues": "https://gitlab.com/api/v4/projects/6878188/issues" - }, - "time": "2020-06-21T13:47:52+00:00" + "time": "2022-05-31T12:57:35+00:00" } ], "aliases": [], diff --git a/src/Commands/SiteInstallCommands.php b/src/Commands/SiteInstallCommands.php index 20a09778f..ef5b41091 100644 --- a/src/Commands/SiteInstallCommands.php +++ b/src/Commands/SiteInstallCommands.php @@ -2,48 +2,7 @@ namespace Drush\Commands; -use Acquia\DrupalEnvironmentDetector\AcquiaDrupalEnvironmentDetector as Environment; -use Acquia\Utility\AcquiaTelemetry; -use Consolidation\AnnotatedCommand\CommandData; -use Consolidation\AnnotatedCommand\CommandResult; - /** - * Rebuild site studio when site is installed via drush. + * This file has no use, hence can be deleted. */ -class SiteInstallCommands extends DrushCommands { - - /** - * Execute site studio rebuild after Acquia CMS site install. - * - * @hook post-command site-install - */ - public function siteInstallPostCommand($result, CommandData $commandData): CommandResult { - $arguments = $commandData->arguments(); - $moduleHandler = \Drupal::service('module_handler'); - $config = \Drupal::config('cohesion.settings'); - $cohesion_configured = $config->get('api_key') && $config->get('organization_key'); - if ($moduleHandler->moduleExists('acquia_cms_site_studio') && $cohesion_configured) { - if (isset($arguments['profile'][0]) && $arguments['profile'][0] == 'acquia_cms') { - $telemetry = \Drupal::classResolver(AcquiaTelemetry::class); - $telemetry->setTime('rebuild_start_time'); - } - $this->say(dt('Rebuilding all entities.')); - $result = \Drupal::service('acquia_cms_common.utility')->rebuildSiteStudio(); - $this->yell('Finished rebuilding.'); - if (isset($arguments['profile'][0]) && $arguments['profile'][0] == 'acquia_cms') { - $telemetry->setTime('rebuild_end_time'); - if (function_exists('acquia_cms_print_icon')) { - acquia_cms_print_icon(); - } - } - } - // Send data to telemetry based upon certain conditions. - if ($moduleHandler->moduleExists('acquia_telemetry') && Environment::isAhEnv()) { - if (function_exists('install_acms_send_heartbeat_event')) { - install_acms_send_heartbeat_event(); - } - } - return is_array($result) && isset(array_shift($result)['error']) ? CommandResult::exitCode(self::EXIT_FAILURE) : CommandResult::exitCode(self::EXIT_SUCCESS); - } - -} +class SiteInstallCommands extends DrushCommands {} From 1d3b47fe2f2e07e3b04bc0fb0b903bf4da15834c Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Wed, 28 Sep 2022 12:03:48 +0530 Subject: [PATCH 3/3] ACMS-000: The acquia_cms_tour module has ben updated. --- composer.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d972e063f..7cf83df84 100644 --- a/composer.lock +++ b/composer.lock @@ -2899,17 +2899,17 @@ }, { "name": "drupal/acquia_cms_tour", - "version": "1.3.2", + "version": "1.3.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/acquia_cms_tour.git", - "reference": "1.3.2" + "reference": "1.3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_cms_tour-1.3.2.zip", - "reference": "1.3.2", - "shasum": "141cb8b09b34bbb6bd6729def3ea76ecc19d35e7" + "url": "https://ftp.drupal.org/files/projects/acquia_cms_tour-1.3.3.zip", + "reference": "1.3.3", + "shasum": "d3a2067c816262f3ad035701a9dd7c0e87950193" }, "require": { "drupal/acquia_cms_common": "^1.5", @@ -2918,8 +2918,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.3.2", - "datestamp": "1664268303", + "version": "1.3.3", + "datestamp": "1664346768", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2935,6 +2935,10 @@ "name": "acquia", "homepage": "https://www.drupal.org/user/1231722" }, + { + "name": "vipin.mittal18", + "homepage": "https://www.drupal.org/user/319716" + }, { "name": "vishalkhode", "homepage": "https://www.drupal.org/user/2439156"