From 9eb16fdb0dd74f1d229e1dd555064961682b8b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 4 May 2022 12:24:56 -0400 Subject: [PATCH] Commit updated composer lock file --- composer.lock | 1650 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 1264 insertions(+), 386 deletions(-) diff --git a/composer.lock b/composer.lock index 2074936..5f016b6 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": "2ac4662140b0326cd7411d417da96e8b", + "content-hash": "d606d370056ac9fdf897d7be9656fd09", "packages": [ { "name": "asm89/stack-cors", @@ -581,16 +581,16 @@ }, { "name": "consolidation/annotated-command", - "version": "4.5.4", + "version": "4.5.5", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "93398c3166d9026ab93219ce23b2092b4d7b7904" + "reference": "67cea8e8e7656b74da651ea6f49321853996c0fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/93398c3166d9026ab93219ce23b2092b4d7b7904", - "reference": "93398c3166d9026ab93219ce23b2092b4d7b7904", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/67cea8e8e7656b74da651ea6f49321853996c0fd", + "reference": "67cea8e8e7656b74da651ea6f49321853996c0fd", "shasum": "" }, "require": { @@ -631,9 +631,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.5.4" + "source": "https://github.com/consolidation/annotated-command/tree/4.5.5" }, - "time": "2022-04-05T17:58:10+00:00" + "time": "2022-04-26T16:18:25+00:00" }, { "name": "consolidation/config", @@ -903,51 +903,49 @@ }, { "name": "consolidation/robo", - "version": "2.2.2", + "version": "3.0.10", "source": { "type": "git", - "url": "https://github.com/consolidation/Robo.git", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c" + "url": "https://github.com/consolidation/robo.git", + "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c", + "url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4", + "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.2.1", - "consolidation/config": "^1.2.1|^2", - "consolidation/log": "^1.1.1|^2.0.1", - "consolidation/output-formatters": "^4.1.1", - "consolidation/self-update": "^1.2", - "league/container": "^2.4.1", + "consolidation/annotated-command": "^4.3", + "consolidation/config": "^1.2.1 || ^2.0.1", + "consolidation/log": "^1.1.1 || ^2.0.2", + "consolidation/output-formatters": "^4.1.2", + "consolidation/self-update": "^2.0", + "league/container": "^3.3.1 || ^4.0", "php": ">=7.1.3", - "symfony/console": "^4.4.11|^5", - "symfony/event-dispatcher": "^4.4.11|^5", - "symfony/filesystem": "^4.4.11|^5", - "symfony/finder": "^4.4.11|^5", - "symfony/process": "^4.4.11|^5", - "symfony/yaml": "^4.0 || ^5.0" + "symfony/console": "^4.4.19 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", + "symfony/filesystem": "^4.4.9 || ^5 || ^6", + "symfony/finder": "^4.4.9 || ^5 || ^6", + "symfony/process": "^4.4.9 || ^5 || ^6", + "symfony/yaml": "^4.4 || ^5 || ^6" }, "conflict": { "codegyre/robo": "*" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", - "php-coveralls/php-coveralls": "^2.2", - "phpdocumentor/reflection-docblock": "^4.3.2", - "phpunit/phpunit": "^6.5.14", - "squizlabs/php_codesniffer": "^3" + "phpunit/phpunit": "^7.5.20 || ^8", + "squizlabs/php_codesniffer": "^3.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { - "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", "natxet/cssmin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", - "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.", + "totten/lurkerlite": "For monitoring filesystem changes in taskWatch" }, "bin": [ "robo" @@ -997,29 +995,30 @@ ], "description": "Modern task runner", "support": { - "issues": "https://github.com/consolidation/Robo/issues", - "source": "https://github.com/consolidation/Robo/tree/2.2.2" + "issues": "https://github.com/consolidation/robo/issues", + "source": "https://github.com/consolidation/robo/tree/3.0.10" }, - "time": "2020-12-18T22:09:18+00:00" + "time": "2022-02-21T17:19:14+00:00" }, { "name": "consolidation/self-update", - "version": "1.2.0", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" + "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", - "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3", + "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3", "shasum": "" }, "require": { + "composer/semver": "^3.2", "php": ">=5.5.0", - "symfony/console": "^2.8|^3|^4|^5", - "symfony/filesystem": "^2.5|^3|^4|^5" + "symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6", + "symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6" }, "bin": [ "scripts/release" @@ -1027,7 +1026,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -1052,9 +1051,9 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/1.2.0" + "source": "https://github.com/consolidation/self-update/tree/2.0.5" }, - "time": "2020-04-13T02:49:20+00:00" + "time": "2022-02-09T22:44:24+00:00" }, { "name": "consolidation/site-alias", @@ -1172,42 +1171,6 @@ }, "time": "2022-02-19T04:09:55+00:00" }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "support": { - "issues": "https://github.com/container-interop/container-interop/issues", - "source": "https://github.com/container-interop/container-interop/tree/master" - }, - "abandoned": "psr/container", - "time": "2017-02-14T19:40:03+00:00" - }, { "name": "cweagans/composer-patches", "version": "1.7.2", @@ -3581,16 +3544,16 @@ }, { "name": "drupal/core", - "version": "9.3.9", + "version": "9.3.12", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774" + "reference": "ed6af33093f66a9c5048d02f9f2c326ad0e7e90c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/86b0c4496e20ae7f945e9a7f0404fafe191ab774", - "reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774", + "url": "https://api.github.com/repos/drupal/core/zipball/ed6af33093f66a9c5048d02f9f2c326ad0e7e90c", + "reference": "ed6af33093f66a9c5048d02f9f2c326ad0e7e90c", "shasum": "" }, "require": { @@ -3832,13 +3795,13 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.3.9" + "source": "https://github.com/drupal/core/tree/9.3.12" }, - "time": "2022-03-21T21:21:58+00:00" + "time": "2022-04-20T14:25:27+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.9", + "version": "9.3.12", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -3882,22 +3845,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.9" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.12" }, "time": "2022-02-24T17:40:56+00:00" }, { "name": "drupal/core-recommended", - "version": "9.3.9", + "version": "9.3.12", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411" + "reference": "a8fa50016c1aa1eb7f4e54f590e6343d286c418f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/3ce3f2b6145de56178e006fb2ef94089d32cf411", - "reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/a8fa50016c1aa1eb7f4e54f590e6343d286c418f", + "reference": "a8fa50016c1aa1eb7f4e54f590e6343d286c418f", "shasum": "" }, "require": { @@ -3906,7 +3869,7 @@ "doctrine/annotations": "1.13.2", "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", - "drupal/core": "9.3.9", + "drupal/core": "9.3.12", "egulias/email-validator": "3.1.2", "guzzlehttp/guzzle": "6.5.5", "guzzlehttp/promises": "1.5.1", @@ -3968,9 +3931,9 @@ ], "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.3.9" + "source": "https://github.com/drupal/core-recommended/tree/9.3.12" }, - "time": "2022-03-21T21:21:58+00:00" + "time": "2022-04-20T14:25:27+00:00" }, { "name": "drupal/crop", @@ -4031,17 +3994,17 @@ }, { "name": "drupal/cshs", - "version": "3.5.0", + "version": "3.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cshs.git", - "reference": "8.x-3.5" + "reference": "8.x-3.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cshs-8.x-3.5.zip", - "reference": "8.x-3.5", - "shasum": "d85d9aa905dd5e836fc93168694d28748d6efe53" + "url": "https://ftp.drupal.org/files/projects/cshs-8.x-3.6.zip", + "reference": "8.x-3.6", + "shasum": "d3989da7d546947644fa8ad99b490e04c8a7f252" }, "require": { "drupal/core": "^8 || ^9", @@ -4050,8 +4013,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.5", - "datestamp": "1632333917", + "version": "8.x-3.6", + "datestamp": "1650996358", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4242,6 +4205,106 @@ "issues": "https://www.drupal.org/project/issues/ctools" } }, + { + "name": "drupal/date_popup", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/date_popup.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "b877b29cf11414e600b154eeea5c9078e0b125c6" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1591849806", + "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": "benjy", + "homepage": "https://www.drupal.org/user/1852732" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides a HTML 5 date popup for all views filters.", + "homepage": "https://www.drupal.org/project/date_popup", + "support": { + "source": "https://git.drupalcode.org/project/date_popup" + } + }, + { + "name": "drupal/datetimehideseconds", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/datetimehideseconds.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "8d44fbd19f5c957e12190c2e0f1bca71634bc8b2" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1604765739", + "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": "anruether", + "homepage": "https://www.drupal.org/user/894458" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "heliogabal", + "homepage": "https://www.drupal.org/user/998658" + } + ], + "description": "Provides the option to hide seconds in datetime fields.", + "homepage": "https://www.drupal.org/project/datetimehideseconds", + "support": { + "source": "https://git.drupalcode.org/project/datetimehideseconds" + } + }, { "name": "drupal/default_content", "version": "1.0.0-alpha9", @@ -6084,6 +6147,85 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, + { + "name": "drupal/easy_breadcrumb", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/easy_breadcrumb.git", + "reference": "2.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.2.zip", + "reference": "2.0.2", + "shasum": "56dd4ab4a3795451210a5f8b835807cf3d38344e" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.2", + "datestamp": "1639947418", + "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": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/u/neslee-canil-pinto", + "role": "Maintainer" + }, + { + "name": "Greg Boggs", + "homepage": "https://www.drupal.org/u/greg-boggs", + "role": "Maintainer" + }, + { + "name": "RenatoG", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "diamondsea", + "homepage": "https://www.drupal.org/user/430714" + }, + { + "name": "hmartens", + "homepage": "https://www.drupal.org/user/622826" + }, + { + "name": "loopduplicate", + "homepage": "https://www.drupal.org/user/717290" + }, + { + "name": "sonemonu", + "homepage": "https://www.drupal.org/user/1667988" + }, + { + "name": "tatarbj", + "homepage": "https://www.drupal.org/user/649590" + }, + { + "name": "volkswagenchick", + "homepage": "https://www.drupal.org/user/3332522" + } + ], + "description": "Adds configuration to the system breadcrumbs.", + "homepage": "https://www.drupal.org/project/easy_breadcrumb", + "support": { + "source": "https://git.drupalcode.org/project/easy_breadcrumb", + "issues": "https://www.drupal.org/project/issues/easy_breadcrumb" + } + }, { "name": "drupal/editor_advanced_link", "version": "2.0.0", @@ -6128,6 +6270,58 @@ "source": "https://git.drupalcode.org/project/editor_advanced_link" } }, + { + "name": "drupal/editoria11y", + "version": "1.0.14", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/editoria11y.git", + "reference": "1.0.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.14.zip", + "reference": "1.0.14", + "shasum": "5c278b863b3f97f4e15aceb41e48117258fed8a1" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.14", + "datestamp": "1651258764", + "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": "bkosborne", + "homepage": "https://www.drupal.org/user/788032" + }, + { + "name": "itmaybejj", + "homepage": "https://www.drupal.org/user/1177504" + }, + { + "name": "partyka", + "homepage": "https://www.drupal.org/user/344048" + } + ], + "description": "Checks for accessibility in page content.", + "homepage": "https://www.drupal.org/project/editoria11y", + "support": { + "source": "https://git.drupalcode.org/project/editoria11y" + } + }, { "name": "drupal/empty_page", "version": "3.0.0", @@ -6380,6 +6574,61 @@ "source": "https://git.drupalcode.org/project/entity_reference_revisions" } }, + { + "name": "drupal/entitygroupfield", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entitygroupfield.git", + "reference": "1.0.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entitygroupfield-1.0.0-alpha2.zip", + "reference": "1.0.0-alpha2", + "shasum": "a6eedf0c4297f0c011a927ff0a916d57fd8c8829" + }, + "require": { + "drupal/core": "^8.8 || ^9", + "drupal/group": "~1.0" + }, + "require-dev": { + "drupal/variationcache": "~1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0-alpha2", + "datestamp": "1598843615", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Derek Wright", + "homepage": "https://www.drupal.org/u/dww", + "role": "Maintainer" + }, + { + "name": "Ivan Duarte", + "homepage": "https://www.drupal.org/u/jidrone", + "role": "Co-Maintainer" + } + ], + "description": "Defines a field to view and edit the groups associated with content.", + "homepage": "http://drupal.org/project/entitygroupfield", + "support": { + "source": "https://git.drupalcode.org/project/entitygroupfield", + "issues": "https://drupal.org/project/issues/entitygroupfield" + } + }, { "name": "drupal/environment_indicator", "version": "4.0.5", @@ -6483,10 +6732,6 @@ { "name": "See other contributors", "homepage": "https://www.drupal.org/node/1538032/committers" - }, - { - "name": "svenryen", - "homepage": "https://www.drupal.org/user/667244" } ], "description": "This module aims at making the website compliant with the new EU cookie regulation.", @@ -6559,6 +6804,54 @@ "issues": "https://www.drupal.org/project/issues/exclude_node_title" } }, + { + "name": "drupal/exif_orientation", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/exif_orientation.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "9b0e4325092bb9f37a0714c9587fa10823b4a023" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1593659917", + "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": "NickDickinsonWilde", + "homepage": "https://www.drupal.org/user/3094661" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + } + ], + "description": "Rotates images per their EXIF Orientation", + "homepage": "https://www.drupal.org/project/exif_orientation", + "support": { + "source": "https://git.drupalcode.org/project/exif_orientation" + } + }, { "name": "drupal/facets", "version": "2.0.2", @@ -6827,6 +7120,116 @@ "source": "https://git.drupalcode.org/project/features" } }, + { + "name": "drupal/field_defaults", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/field_defaults.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/field_defaults-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "22a6b0344adc0c25a026cdc1d911e19c48796522" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1611268147", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "b_sharpe", + "homepage": "https://www.drupal.org/user/2512258" + } + ], + "description": "Field Defaults allows batch updating of default field values to existing content.", + "homepage": "https://www.drupal.org/project/field_defaults", + "keywords": [ + "Content", + "Content Construction Kit (CCK)", + "Drupal", + "Fields" + ], + "support": { + "source": "https://drupal.org/project/field_defaults", + "issues": "https://drupal.org/project/issues/field_defaults" + } + }, + { + "name": "drupal/field_formatter_class", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/field_formatter_class.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/field_formatter_class-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "a51e0078615791a285250693a4e88775fac87b70" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1610334141", + "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": "Andrew Macpherson", + "homepage": "https://www.drupal.org/u/andrewmacpherson", + "role": "maintainer" + }, + { + "name": "Oleksandr Dekhteruk", + "homepage": "https://www.drupal.org/u/pifagor", + "role": "maintainer" + }, + { + "name": "mfer", + "homepage": "https://www.drupal.org/user/25701" + }, + { + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" + } + ], + "description": "Provides custom HTML class settings for field formatters.", + "homepage": "https://www.drupal.org/project/field_formatter_class", + "support": { + "source": "https://git.drupalcode.org/project/field_formatter_class", + "issues": "https://www.drupal.org/project/issues/field_formatter_class" + } + }, { "name": "drupal/field_group", "version": "3.2.0", @@ -7264,20 +7667,21 @@ }, { "name": "drupal/geolocation", - "version": "3.8.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geolocation.git", - "reference": "8.x-3.8" + "reference": "8.x-3.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.8.zip", - "reference": "8.x-3.8", - "shasum": "159a6ae26829ebaacd58503bf986180ddd4527d9" + "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.9.zip", + "reference": "8.x-3.9", + "shasum": "7f07bc53dfbb8d5e3404e369cff7caae814ea2e3" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.2", + "php": "^7.3 || ^8.0" }, "require-dev": { "drupal/address": "*", @@ -7296,8 +7700,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.8", - "datestamp": "1649672377", + "version": "8.x-3.9", + "datestamp": "1649862414", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7546,23 +7950,23 @@ }, { "name": "drupal/indieweb", - "version": "1.13.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/indieweb.git", - "reference": "8.x-1.13" + "reference": "8.x-1.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "ae1ea2be71ff1978a7cc1d899cb69b0ecb621825" + "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.19.zip", + "reference": "8.x-1.19", + "shasum": "29fd7d094943dfd658afa1fea87e64eb8c9b5540" }, "require": { "drupal/core": "^8.7|^9.0", "indieauth/client": "^0.4.1", "indieweb/mention-client": "^1.2", - "lcobucci/jwt": "^3.0", + "lcobucci/jwt": "^3.4", "p3k/micropub": "^0.0.2", "p3k/websub": "^0.0.1", "p3k/xray": "^1.7" @@ -7575,8 +7979,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1607608670", + "version": "8.x-1.19", + "datestamp": "1648140487", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7590,7 +7994,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -7608,26 +8012,32 @@ }, { "name": "drupal/insert", - "version": "dev-1.x", + "version": "2.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "af6af9fe0619024456cdb3f902b2da0a0dc93b84" + "reference": "8.x-2.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/insert-8.x-2.0-beta3.zip", + "reference": "8.x-2.0-beta3", + "shasum": "bb03f0cc8eda55a48c8e688a83c0523c250654c4" }, "require": { "drupal/core": "^8 || ^9" }, + "require-dev": { + "drupal/colorbox": "*" + }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0+3-dev", - "datestamp": "1621866532", + "version": "8.x-2.0-beta3", + "datestamp": "1641051127", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -7645,7 +8055,7 @@ "homepage": "https://www.drupal.org/user/35821" } ], - "description": "Assists in inserting files, images, or other media into the body field or other text areas.", + "description": "Assists in inserting files, images, or other media into the body field as well as other editor and text areas.", "homepage": "https://www.drupal.org/project/insert", "support": { "source": "https://git.drupalcode.org/project/insert" @@ -7948,108 +8358,68 @@ } }, { - "name": "drupal/mailchimp", - "version": "1.12.0", + "name": "drupal/markdown", + "version": "3.0.0-rc2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/mailchimp.git", - "reference": "8.x-1.12" + "url": "https://git.drupalcode.org/project/markdown.git", + "reference": "3.0.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailchimp-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "37bc8f433c53d8054e0d5bc93b664a35012fe606" + "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0-rc2.zip", + "reference": "3.0.0-rc2", + "shasum": "ccbb84b03ce1f5d2fdb8511595dde0980653845f" }, "require": { - "drupal/core": "^8.7.7 || ^9", - "thinkshout/mailchimp-api-php": "2.0.0" + "composer/semver": "^1.0 || ^2.0 || ^3.0", + "drupal/core": "^8 || ^9", + "php": ">=5.5.9" }, - "require-dev": { - "drupal/mailchimp_lists": "*" + "suggest": { + "league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1608688401", + "version": "3.0.0-rc2", + "datestamp": "1639560570", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" } - } - }, - "autoload": { - "psr-0": { - "Mailchimp": "src/" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "5adiyah", - "homepage": "https://www.drupal.org/user/3622346" + "name": "Mark Halliwell (markhalliwell)", + "homepage": "https://www.drupal.org/u/markhalliwell", + "role": "D8+ Maintainer" }, { - "name": "Pastenes", - "homepage": "https://www.drupal.org/user/3640659" + "name": "Gisle Hannemyr (gisle)", + "homepage": "https://www.drupal.org/u/gisle", + "role": "D7 Maintainer" }, { - "name": "aprice42", - "homepage": "https://www.drupal.org/user/369147" - }, - { - "name": "bobpotter", - "homepage": "https://www.drupal.org/user/3653774" - }, - { - "name": "brendanthinkshout", - "homepage": "https://www.drupal.org/user/3578399" - }, - { - "name": "gcb", - "homepage": "https://www.drupal.org/user/1682976" - }, - { - "name": "itrebecca", - "homepage": "https://www.drupal.org/user/1604434" - }, - { - "name": "kescoto-thinkshout", - "homepage": "https://www.drupal.org/user/3664824" - }, - { - "name": "levelos", - "homepage": "https://www.drupal.org/user/54135" - }, - { - "name": "mariacha1", - "homepage": "https://www.drupal.org/user/2210776" - }, - { - "name": "mshaver", - "homepage": "https://www.drupal.org/user/39079" - }, - { - "name": "spncr", - "homepage": "https://www.drupal.org/user/3664814" - }, - { - "name": "tauno", - "homepage": "https://www.drupal.org/user/105595" - }, - { - "name": "wxactly", - "homepage": "https://www.drupal.org/user/3181097" + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" } ], - "description": "Mailchimp is an integration with the Mailchimp Mass email tool.", - "homepage": "http://drupal.org/project/mailchimp", + "description": "Provides Markdown integration for Drupal and allows content to be formatted in a simple plain-text syntax that is transformed into valid HTML.", + "homepage": "https://www.drupal.org/project/markdown", "support": { - "source": "https://git.drupalcode.org/project/mailchimp" + "source": "https://git.drupalcode.org/project/markdown", + "issues": "https://www.drupal.org/project/markdown" } }, { @@ -8228,6 +8598,66 @@ "source": "https://git.drupalcode.org/project/menu_link_config" } }, + { + "name": "drupal/menu_trail_by_path", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/menu_trail_by_path.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "64ba3a163302ff132c29a75b75ca4f6cce6b24dd" + }, + "require": { + "drupal/core": "^8.8|^9.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1586900806", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "SeriousMatters", + "homepage": "https://www.drupal.org/user/290439" + }, + { + "name": "davy-r", + "homepage": "https://www.drupal.org/user/3278771" + }, + { + "name": "mbovan", + "homepage": "https://www.drupal.org/user/3149657" + }, + { + "name": "redndahead", + "homepage": "https://www.drupal.org/user/160320" + } + ], + "description": "Expand menus and set active-trail according to the current path.", + "homepage": "https://www.drupal.org/project/menu_trail_by_path", + "support": { + "source": "https://git.drupalcode.org/project/menu_trail_by_path" + } + }, { "name": "drupal/message", "version": "1.2.0", @@ -8417,25 +8847,24 @@ }, { "name": "drupal/migrate_plus", - "version": "5.2.0", + "version": "5.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "8.x-5.2" + "reference": "8.x-5.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-5.2.zip", - "reference": "8.x-5.2", - "shasum": "03ae34c362ccfacc4ae95b58469b25522e0ffb68" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-5.3.zip", + "reference": "8.x-5.3", + "shasum": "3cf6dde235d7604ee49be2986812c0ee5e2982f6" }, "require": { "drupal/core": "^9.1" }, "require-dev": { "drupal/migrate_example_advanced_setup": "*", - "drupal/migrate_example_setup": "*", - "drush/drush": "^10" + "drupal/migrate_example_setup": "*" }, "suggest": { "ext-soap": "*", @@ -8444,17 +8873,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.2", - "datestamp": "1641478565", + "version": "8.x-5.3", + "datestamp": "1650658156", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8538,32 +8962,35 @@ }, { "name": "drupal/migrate_tools", - "version": "4.5.0", + "version": "5.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "8.x-4.5" + "reference": "8.x-5.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.5.zip", - "reference": "8.x-4.5", - "shasum": "06390b359bf53c50a30f2d6dc4c7542bfb1fe7ca" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-5.1.zip", + "reference": "8.x-5.1", + "shasum": "2c1a9d35d318a0e1de30a99fbf64bedd4e65cee1" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/migrate_plus": "^4 || ^5" + "drupal/core": "^9.1", + "drupal/migrate_plus": "^5", + "php": ">=7.1" }, "require-dev": { - "drupal/migrate_plus": "4.x-dev", - "drupal/migrate_source_csv": "^2.2", + "drupal/migrate_source_csv": "^3.0", "drush/drush": "^10" }, + "suggest": { + "drush/drush": "^9 || ^10" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.5", - "datestamp": "1574693285", + "version": "8.x-5.1", + "datestamp": "1640378500", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8581,12 +9008,14 @@ ], "authors": [ { - "name": "drupalspoons", - "homepage": "https://www.drupal.org/user/3647684" + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" }, { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" + "name": "Lucas Hedding", + "homepage": "https://www.drupal.org/u/heddn", + "role": "Maintainer" }, { "name": "mikeryan", @@ -8596,9 +9025,9 @@ "description": "Tools to assist in developing and running migrations.", "homepage": "http://drupal.org/project/migrate_tools", "support": { - "source": "http://cgit.drupalcode.org/migrate_tools", - "issues": "http://drupal.org/project/migrate_tools", - "irc": "irc://irc.freenode.org/drupal-migrate" + "source": "https://git.drupalcode.org/project/migrate_tools", + "issues": "https://www.drupal.org/project/issues/migrate_tools", + "slack": "#migrate" } }, { @@ -9011,20 +9440,20 @@ }, { "name": "drupal/paragraphs", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "5e06df68411b17a5d8adaa292ddf70840d00876f" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "caa1a945dcfd058c4937c4907743eed970ce14cc" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.2", "drupal/entity_reference_revisions": "~1.3" }, "require-dev": { @@ -9046,8 +9475,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1646121716", + "version": "8.x-1.14", + "datestamp": "1650520869", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9214,17 +9643,17 @@ }, { "name": "drupal/pathauto", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.9" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "f075ebff595c9b8b62333d65ad29020330e0ea9d" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "f49d5fbcd7a2c1b4de1da07194fe01d9012237ec" }, "require": { "drupal/core": "^8.8 || ^9", @@ -9237,8 +9666,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1644822949", + "version": "8.x-1.10", + "datestamp": "1650806739", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9280,6 +9709,58 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, + { + "name": "drupal/plausible", + "version": "2.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/plausible.git", + "reference": "2.0.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/plausible-2.0.0-beta1.zip", + "reference": "2.0.0-beta1", + "shasum": "7df2d549dde6b7ed0d2749cf3c7ca3ab02775a0f" + }, + "require": { + "drupal/core": "^8.8.6 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0-beta1", + "datestamp": "1636066585", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DieterHolvoet", + "homepage": "https://www.drupal.org/user/3567222" + }, + { + "name": "droces", + "homepage": "https://www.drupal.org/user/2996575" + }, + { + "name": "opdavies", + "homepage": "https://www.drupal.org/user/381388" + } + ], + "description": "Allows your site to be tracked using Plausible, by adding a Javascript tracking snippet to every page.", + "homepage": "https://www.drupal.org/project/plausible", + "support": { + "source": "https://git.drupalcode.org/project/plausible" + } + }, { "name": "drupal/preview_link", "version": "1.7.0", @@ -9659,26 +10140,29 @@ }, { "name": "drupal/search404", - "version": "dev-1.x", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search404.git", - "reference": "3d2339ca75bf3c0111cb85a9516b4afef4881c97" + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search404-2.0.0.zip", + "reference": "2.0.0", + "shasum": "da7ee1a9b8a1d0f420e0dc8dfe9d02fd5b49b117" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1603094115", + "version": "2.0.0", + "datestamp": "1591165027", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -9794,6 +10278,60 @@ "irc": "irc://irc.freenode.org/drupal-search-api" } }, + { + "name": "drupal/search_api_autocomplete", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "4065946556cac1ccd9b19754a165fb32fc734b92" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/search_api": "1.x" + }, + "require-dev": { + "drupal/search_api_page": "1.x-dev" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1641998786", + "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": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1142202/committers" + } + ], + "description": "Adds autocomplete functionality to searches.", + "homepage": "https://www.drupal.org/project/search_api_autocomplete", + "support": { + "source": "http://git.drupal.org/project/search_api_autocomplete.git", + "issues": "https://www.drupal.org/project/issues/search_api_autocomplete", + "irc": "irc://irc.freenode.org/drupal-search-api" + } + }, { "name": "drupal/search_api_db", "version": "1.23.0", @@ -9952,6 +10490,74 @@ "issues": "http://drupal.org/project/issues/seckit" } }, + { + "name": "drupal/select_or_other", + "version": "4.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/select_or_other.git", + "reference": "4.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/select_or_other-4.0.0.zip", + "reference": "4.0.0", + "shasum": "dfb9cb2dd40d18eb186d089411340940e6491abb" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.0.0", + "datestamp": "1627315018", + "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": "daften", + "homepage": "https://www.drupal.org/user/176274" + }, + { + "name": "danielb", + "homepage": "https://www.drupal.org/user/134005" + }, + { + "name": "haydeniv", + "homepage": "https://www.drupal.org/user/149501" + }, + { + "name": "hmendes", + "homepage": "https://www.drupal.org/user/3673677" + }, + { + "name": "legolasbo", + "homepage": "https://www.drupal.org/user/2480548" + }, + { + "name": "qzmenko", + "homepage": "https://www.drupal.org/user/3220037" + }, + { + "name": "vladbo", + "homepage": "https://www.drupal.org/user/2696261" + } + ], + "description": "Provides a select box form element with additional option 'Other' to give a textfield.", + "homepage": "https://www.drupal.org/project/select_or_other", + "support": { + "source": "https://git.drupalcode.org/project/select_or_other" + } + }, { "name": "drupal/shield", "version": "1.6.0", @@ -10130,6 +10736,73 @@ "source": "https://git.drupalcode.org/project/skins" } }, + { + "name": "drupal/smart_date", + "version": "3.5.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/smart_date.git", + "reference": "3.5.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/smart_date-3.5.1.zip", + "reference": "3.5.1", + "shasum": "bebf090fee43ce53469146a07676b0a844bbcd8d" + }, + "require": { + "drupal/core": "^8 || ^9", + "php": ">=7.1", + "simshaun/recurr": "^4" + }, + "suggest": { + "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.5.1", + "datestamp": "1646337034", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "mandclu", + "homepage": "https://www.drupal.org/user/52136" + }, + { + "name": "mparker17", + "homepage": "https://www.drupal.org/user/536298" + }, + { + "name": "stefan.korn", + "homepage": "https://www.drupal.org/user/1942204" + } + ], + "description": "Adds app-like date and recurring date functionality.", + "homepage": "https://www.drupal.org/project/smart_date", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/smart_date", + "issues": "https://www.drupal.org/project/issues/smart_date", + "documentation": "https://www.drupal.org/docs/contributed-modules/smart-date" + } + }, { "name": "drupal/social_media_links", "version": "2.8.0", @@ -10358,6 +11031,58 @@ "issues": "https://www.drupal.org/project/issues/taxonomy_manager" } }, + { + "name": "drupal/textarea_widget_for_text", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/textarea_widget_for_text.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "f39076bbf0315e505bd3893e2342a04cf2d07d75" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1600131297", + "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": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "junaidpv", + "homepage": "https://www.drupal.org/user/255728" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.", + "homepage": "https://www.drupal.org/project/textarea_widget_for_text", + "support": { + "source": "https://git.drupalcode.org/project/textarea_widget_for_text" + } + }, { "name": "drupal/token", "version": "1.10.0", @@ -10427,6 +11152,47 @@ "source": "https://git.drupalcode.org/project/token" } }, + { + "name": "drupal/tomselect", + "version": "dev-1.0.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/tomselect.git", + "reference": "e6c0c8a81181a2e7674aefb633e35ad0e1fa464e" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.0.x": "1.0.x-dev" + }, + "drupal": { + "version": "1.0.x-dev", + "datestamp": "1649795669", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Development helper for including Tom Select JavaScript library.", + "homepage": "https://www.drupal.org/project/tomselect", + "support": { + "source": "https://git.drupalcode.org/project/tomselect" + } + }, { "name": "drupal/trim", "version": "1.0.0", @@ -11286,16 +12052,16 @@ }, { "name": "drush/drush", - "version": "10.3.6", + "version": "10.6.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a" + "reference": "0a570a16ec63259eb71195aba5feab532318b337" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/fc985a95c6010e04891a2dbcf3f39984b8c9ef0a", - "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/0a570a16ec63259eb71195aba5feab532318b337", + "reference": "0a570a16ec63259eb71195aba5feab532318b337", "shasum": "" }, "require": { @@ -11303,16 +12069,17 @@ "composer/semver": "^1.4 || ^3", "consolidation/config": "^1.2", "consolidation/filter-via-dot-access-data": "^1", - "consolidation/robo": "^1.4.11 || ^2", + "consolidation/robo": "^1.4.11 || ^2 || ^3", "consolidation/site-alias": "^3.0.0@stable", "consolidation/site-process": "^2.1 || ^4", + "enlightn/security-checker": "^1", "ext-dom": "*", "grasmash/yaml-expander": "^1.1.1", "guzzlehttp/guzzle": "^6.3 || ^7.0", - "league/container": "~2", + "league/container": "^2.5 || ^3.4", "php": ">=7.1.3", "psr/log": "~1.0", - "psy/psysh": "~0.6", + "psy/psysh": ">=0.6 <0.11", "symfony/event-dispatcher": "^3.4 || ^4.0", "symfony/finder": "^3.4 || ^4.0 || ^5", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0", @@ -11320,16 +12087,20 @@ "webflo/drupal-finder": "^1.2", "webmozart/path-util": "^2.1.0" }, + "conflict": { + "drupal/migrate_run": "*", + "drupal/migrate_tools": "<= 5" + }, "require-dev": { "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", "david-garcia/phpwhois": "4.3.0", "drupal/alinks": "1.0.0", "drupal/core-recommended": "^8.8", - "lox/xhprof": "dev-master", - "phpunit/phpunit": "^4.8.36 || ^6.1", + "phpunit/phpunit": ">=7.5.20", "squizlabs/php_codesniffer": "^2.7 || ^3", - "vlucas/phpdotenv": "^2.4" + "vlucas/phpdotenv": "^2.4", + "yoast/phpunit-polyfills": "^0.2.0" }, "bin": [ "drush" @@ -11414,7 +12185,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/10.3.6" + "source": "https://github.com/drush-ops/drush/tree/10.6.2" }, "funding": [ { @@ -11422,7 +12193,7 @@ "type": "github" } ], - "time": "2020-11-11T04:36:51+00:00" + "time": "2021-12-15T17:09:54+00:00" }, { "name": "drutopia/drutopia", @@ -11584,6 +12355,72 @@ ], "time": "2021-10-11T09:18:27+00:00" }, + { + "name": "enlightn/security-checker", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/enlightn/security-checker.git", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^6.3|^7.0", + "php": ">=5.6", + "symfony/console": "^3.4|^4|^5|^6", + "symfony/finder": "^3|^4|^5|^6", + "symfony/process": "^3.4|^4|^5|^6", + "symfony/yaml": "^3.4|^4|^5|^6" + }, + "require-dev": { + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^2.18|^3.0", + "phpunit/phpunit": "^5.5|^6|^7|^8|^9" + }, + "bin": [ + "security-checker" + ], + "type": "library", + "autoload": { + "psr-4": { + "Enlightn\\SecurityChecker\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paras Malhotra", + "email": "paras@laravel-enlightn.com" + }, + { + "name": "Miguel Piedrafita", + "email": "soy@miguelpiedrafita.com" + } + ], + "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", + "keywords": [ + "package", + "php", + "scanner", + "security", + "security advisories", + "vulnerability scanner" + ], + "support": { + "issues": "https://github.com/enlightn/security-checker/issues", + "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" + }, + "time": "2022-02-21T22:40:16+00:00" + }, { "name": "ezyang/htmlpurifier", "version": "v4.14.0", @@ -11671,7 +12508,7 @@ ], "description": "Provides helper commands to do project level version/hash pinning.", "support": { - "issues": "https://gitlab.com/geeks4change/packages/composer-pin/-/issues", + "issues": "https://gitlab.com/api/v4/projects/12048815/issues", "source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master" }, "time": "2020-06-02T10:38:25+00:00" @@ -12656,32 +13493,32 @@ }, { "name": "lcobucci/jwt", - "version": "3.2.5", + "version": "3.4.6", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b" + "reference": "3ef8657a78278dfeae7707d51747251db4176240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b", - "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240", + "reference": "3ef8657a78278dfeae7707d51747251db4176240", "shasum": "" }, "require": { + "ext-mbstring": "*", "ext-openssl": "*", - "php": ">=5.5" + "php": "^5.6 || ^7.0" }, "require-dev": { - "mdanter/ecc": "~0.3.1", "mikey179/vfsstream": "~1.5", "phpmd/phpmd": "~2.2", "phpunit/php-invoker": "~1.1", - "phpunit/phpunit": "~4.5", + "phpunit/phpunit": "^5.7 || ^7.3", "squizlabs/php_codesniffer": "~2.3" }, "suggest": { - "mdanter/ecc": "Required to use Elliptic Curves based algorithms." + "lcobucci/clock": "*" }, "type": "library", "extra": { @@ -12690,6 +13527,11 @@ } }, "autoload": { + "files": [ + "compat/class-aliases.php", + "compat/json-exception-polyfill.php", + "compat/lcobucci-clock-polyfill.php" + ], "psr-4": { "Lcobucci\\JWT\\": "src" } @@ -12712,43 +13554,55 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/3.2" + "source": "https://github.com/lcobucci/jwt/tree/3.4.6" }, - "time": "2018-11-11T12:22:26+00:00" + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2021-09-28T19:18:28+00:00" }, { "name": "league/container", - "version": "2.5.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3" + "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3", + "url": "https://api.github.com/repos/thephpleague/container/zipball/84ecbc2dbecc31bd23faf759a0e329ee49abddbd", + "reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "php": "^5.4 || ^7.0 || ^8.0" + "php": "^7.0 || ^8.0", + "psr/container": "^1.0.0" }, "provide": { - "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "orno/di": "~2.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36", - "scrutinizer/ocular": "^1.3", + "phpunit/phpunit": "^6.0 || ^7.0", + "roave/security-advisories": "dev-latest", + "scrutinizer/ocular": "^1.8", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { + "dev-master": "3.x-dev", + "dev-3.x": "3.x-dev", "dev-2.x": "2.x-dev", "dev-1.x": "1.x-dev" } @@ -12783,7 +13637,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/2.5.0" + "source": "https://github.com/thephpleague/container/tree/3.4.1" }, "funding": [ { @@ -12791,7 +13645,7 @@ "type": "github" } ], - "time": "2021-02-22T09:20:06+00:00" + "time": "2021-07-09T08:23:52+00:00" }, { "name": "league/csv", @@ -14021,32 +14875,29 @@ }, { "name": "psy/psysh", - "version": "v0.11.2", + "version": "v0.10.12", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514" + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/7f7da640d68b9c9fec819caae7c744a213df6514", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d", + "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" - }, - "conflict": { - "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" + "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", + "php": "^8.0 || ^7.0 || ^5.5.9", + "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", + "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "3.17.05.02" + "hoa/console": "3.17.*" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", @@ -14061,7 +14912,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-main": "0.10.x-dev" } }, "autoload": { @@ -14093,9 +14944,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.10.12" }, - "time": "2022-02-28T15:28:54+00:00" + "time": "2021-11-30T14:05:36+00:00" }, { "name": "ralouphie/getallheaders", @@ -14141,6 +14992,64 @@ }, "time": "2019-03-08T08:55:37+00:00" }, + { + "name": "simshaun/recurr", + "version": "v4.0.5", + "source": { + "type": "git", + "url": "https://github.com/simshaun/recurr.git", + "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749", + "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749", + "shasum": "" + }, + "require": { + "doctrine/collections": "~1.3", + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "~5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Recurr\\": "src/Recurr/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Shaun Simmons", + "email": "shaun@shaun.pub", + "homepage": "https://shaun.pub" + } + ], + "description": "PHP library for working with recurrence rules", + "homepage": "https://github.com/simshaun/recurr", + "keywords": [ + "dates", + "events", + "recurrence", + "recurring", + "rrule" + ], + "support": { + "issues": "https://github.com/simshaun/recurr/issues", + "source": "https://github.com/simshaun/recurr/tree/v4.0.5" + }, + "time": "2021-03-25T23:00:49+00:00" + }, { "name": "stack/builder", "version": "v1.0.6", @@ -14865,16 +15774,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.3", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d" + "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d", + "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9", + "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9", "shasum": "" }, "require": { @@ -14908,7 +15817,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.3" + "source": "https://github.com/symfony/finder/tree/v5.4.8" }, "funding": [ { @@ -14924,7 +15833,7 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:34:36+00:00" + "time": "2022-04-15T08:07:45+00:00" }, { "name": "symfony/http-client-contracts", @@ -16756,47 +17665,6 @@ ], "time": "2021-11-18T18:49:23+00:00" }, - { - "name": "thinkshout/mailchimp-api-php", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/thinkshout/mailchimp-api-php.git", - "reference": "ffa6cf96efe3a7e8e0de8309737a7dae40f51981" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/ffa6cf96efe3a7e8e0de8309737a7dae40f51981", - "reference": "ffa6cf96efe3a7e8e0de8309737a7dae40f51981", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": "^6.2.1", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.2.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "Mailchimp\\": "src/", - "Mailchimp\\http\\": "src/http/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "description": "PHP library for v3 of the MailChimp API", - "homepage": "https://github.com/thinkshout/mailchimp-api-php", - "keywords": [ - "mail", - "mailchimp" - ], - "support": { - "issues": "https://github.com/thinkshout/mailchimp-api-php/issues", - "source": "https://github.com/thinkshout/mailchimp-api-php/tree/master" - }, - "time": "2018-02-27T17:52:03+00:00" - }, { "name": "twig/twig", "version": "v2.14.11", @@ -17687,37 +18555,39 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "3.10.0", + "version": "3.11.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1" + "reference": "8a1f4d53ec93b2e18174f6f186922ef44d11a75a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/e52b985909e0940bf22d34f322eb3f48bbef6bd1", - "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/8a1f4d53ec93b2e18174f6f186922ef44d11a75a", + "reference": "8a1f4d53ec93b2e18174f6f186922ef44d11a75a", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", "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": { - "container-interop/container-interop-implementation": "^1.2", "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.2.1", - "laminas/laminas-container-config-test": "^0.3", + "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-container-config-test": "^0.6", "laminas/laminas-dependency-plugin": "^2.1.2", "mikey179/vfsstream": "^1.6.10@alpha", "ocramius/proxy-manager": "^2.11", @@ -17736,6 +18606,9 @@ ], "type": "library", "autoload": { + "files": [ + "src/autoload.php" + ], "psr-4": { "Laminas\\ServiceManager\\": "src/" } @@ -17769,7 +18642,7 @@ "type": "community_bridge" } ], - "time": "2021-09-18T20:19:36+00:00" + "time": "2022-04-07T17:21:25+00:00" }, { "name": "laminas/laminas-text", @@ -17882,16 +18755,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.15", + "version": "1.1.16", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "b934beb8b591b609d7c8ca4abbb3d5e6035273ae" + "reference": "2c72ac675e5630e1f421adb1bf4e6546310d6b05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/b934beb8b591b609d7c8ca4abbb3d5e6035273ae", - "reference": "b934beb8b591b609d7c8ca4abbb3d5e6035273ae", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2c72ac675e5630e1f421adb1bf4e6546310d6b05", + "reference": "2c72ac675e5630e1f421adb1bf4e6546310d6b05", "shasum": "" }, "require": { @@ -17910,6 +18783,7 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", + "slevomat/coding-standard": "^7.1", "squizlabs/php_codesniffer": "^3.3", "symfony/phpunit-bridge": "^3.4.3 || ^4.4 || ^5.4 || ^6.0" }, @@ -17942,7 +18816,8 @@ }, "phpstan": { "includes": [ - "extension.neon" + "extension.neon", + "rules.neon" ] } }, @@ -17967,7 +18842,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.15" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.16" }, "funding": [ { @@ -17983,20 +18858,20 @@ "type": "tidelift" } ], - "time": "2022-04-06T21:05:13+00:00" + "time": "2022-04-13T20:19:23+00:00" }, { "name": "phpstan/phpstan", - "version": "1.5.4", + "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "bbf68cae24f6dc023c607ea0f87da55dd9d55c2b" + "reference": "462f7651f3454f280d6a397be3290634ab937022" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bbf68cae24f6dc023c607ea0f87da55dd9d55c2b", - "reference": "bbf68cae24f6dc023c607ea0f87da55dd9d55c2b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/462f7651f3454f280d6a397be3290634ab937022", + "reference": "462f7651f3454f280d6a397be3290634ab937022", "shasum": "" }, "require": { @@ -18022,7 +18897,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.5.4" + "source": "https://github.com/phpstan/phpstan/tree/1.6.5" }, "funding": [ { @@ -18042,7 +18917,7 @@ "type": "tidelift" } ], - "time": "2022-04-03T12:39:00+00:00" + "time": "2022-05-04T10:49:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -18168,16 +19043,16 @@ }, { "name": "symfony/config", - "version": "v4.4.37", + "version": "v4.4.41", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e" + "reference": "9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", + "url": "https://api.github.com/repos/symfony/config/zipball/9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7", + "reference": "9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7", "shasum": "" }, "require": { @@ -18226,7 +19101,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.37" + "source": "https://github.com/symfony/config/tree/v4.4.41" }, "funding": [ { @@ -18242,7 +19117,7 @@ "type": "tidelift" } ], - "time": "2022-01-03T09:46:22+00:00" + "time": "2022-04-12T15:19:55+00:00" }, { "name": "symfony/css-selector", @@ -18490,18 +19365,21 @@ "drupal/drutopia_collection": 20, "drupal/drutopia_core": 20, "drupal/drutopia_paragraph_title": 20, + "drupal/entitygroupfield": 15, "drupal/footnotes": 20, "drupal/menu_link_config": 15, "drupal/notfoundpassthrough": 20, "drupal/octavia": 20, "drupal/octavia_camouflage": 20, + "drupal/plausible": 10, "drupal/search_api_saved_searches": 15, "drupal/subpathauto": 5, + "drupal/tomselect": 20, "drutopia/drutopia": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }