From 3b58a09466637c00a14511a0f5881aa0681d09c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 12 Sep 2022 15:00:41 -0400 Subject: [PATCH] Update composer lock file --- composer.lock | 7116 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 5258 insertions(+), 1858 deletions(-) diff --git a/composer.lock b/composer.lock index eaf8895..edeadac 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,128 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f13236a026abf2e7f9f49fe29d1ffd1e", + "content-hash": "88df82377409bbccd6b9fc3b45d5df1a", "packages": [ + { + "name": "abraham/twitteroauth", + "version": "4.0.1", + "source": { + "type": "git", + "url": "https://github.com/abraham/twitteroauth.git", + "reference": "b9302599e416e5c00742cf7f4455220897f8291d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", + "reference": "b9302599e416e5c00742cf7f4455220897f8291d", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.2", + "ext-curl": "*", + "php": "^7.4 || ^8.0 || ^8.1" + }, + "require-dev": { + "php-vcr/php-vcr": "^1", + "php-vcr/phpunit-testlistener-vcr": "dev-php-8", + "phpmd/phpmd": "^2", + "phpunit/phpunit": "^8 || ^9", + "rector/rector": "^0.12.19 || ^0.13.0", + "squizlabs/php_codesniffer": "^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Abraham\\TwitterOAuth\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Abraham Williams", + "email": "abraham@abrah.am", + "homepage": "https://abrah.am", + "role": "Developer" + } + ], + "description": "The most popular PHP library for use with the Twitter OAuth REST API.", + "homepage": "https://twitteroauth.com", + "keywords": [ + "Twitter API", + "Twitter oAuth", + "api", + "oauth", + "rest", + "social", + "twitter" + ], + "support": { + "issues": "https://github.com/abraham/twitteroauth/issues", + "source": "https://github.com/abraham/twitteroauth" + }, + "time": "2022-08-18T23:30:33+00:00" + }, + { + "name": "agaric/php-facebook", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://gitlab.com/agaric/php/php-facebook.git", + "reference": "a0cc6954345d7d1cdf51c571e7950afa01127441" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Fphp-facebook/repository/archive.zip?sha=a0cc6954345d7d1cdf51c571e7950afa01127441", + "reference": "a0cc6954345d7d1cdf51c571e7950afa01127441", + "shasum": "" + }, + "require": { + "league/oauth2-facebook": "^2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Agaric\\FacebookApi\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "keegan rankin", + "email": "keegan@agaric.coop", + "homepage": "https://agaric.coop/keegan", + "role": "Developer" + }, + { + "name": "benjamin melançon", + "email": "ben@agaric.com", + "homepage": "https://agaric.coop/mlncn", + "role": "Developer" + } + ], + "description": "Extends the Facebook OAuth 2.0 Client Provider with methods for posting to Facebook", + "homepage": "https://gitlab.com/agaric/php/php-facebook", + "keywords": [ + "Authentication", + "authorization", + "client", + "facebook", + "oauth", + "oauth2", + "post" + ], + "support": { + "issues": "https://gitlab.com/agaric/php/php-facebook/-/issues", + "source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0" + }, + "time": "2022-05-11T20:31:53+00:00" + }, { "name": "albertofem/rsync-lib", "version": "1.0.0", @@ -285,23 +405,23 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.5.1", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "cd3912e25e20bb12b6dce8d522793f3abd71ab8c" + "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/cd3912e25e20bb12b6dce8d522793f3abd71ab8c", - "reference": "cd3912e25e20bb12b6dce8d522793f3abd71ab8c", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", + "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.4", - "psr/log": "^1.1 || ^2.0", - "symfony/console": "^4.4.15 || ^5.1", + "psr/log": "^1.1 || ^2.0 || ^3.0", + "symfony/console": "^4.4.15 || ^5.1 || ^6.0", "symfony/filesystem": "^4.4 || ^5.1 || ^6", "symfony/polyfill-php80": "^1.23", "symfony/string": "^5.1 || ^6", @@ -313,12 +433,12 @@ "require-dev": { "chi-teck/drupal-coder-extension": "^1.2", "drupal/coder": "^8.3.14", - "friendsoftwig/twigcs": "^5.0", + "friendsoftwig/twigcs": "dev-master", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^5.2", - "symfony/yaml": "^5.2" + "symfony/var-dumper": "^5.2 || ^6.0", + "symfony/yaml": "^5.2 || ^6.0" }, "bin": [ "bin/dcg" @@ -341,9 +461,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.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.5.3" }, - "time": "2022-02-24T10:39:38+00:00" + "time": "2022-03-31T17:15:11+00:00" }, { "name": "cocur/slugify", @@ -416,27 +536,28 @@ }, { "name": "commerceguys/addressing", - "version": "v1.2.2", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860" + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", - "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06", + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06", "shasum": "" }, "require": { - "doctrine/collections": "~1.0", - "php": ">=7.1.3" + "doctrine/collections": "^1.2", + "php": ">=7.3" }, "require-dev": { - "mikey179/vfsstream": "1.*", - "phpunit/phpunit": "^7.5", - "squizlabs/php_codesniffer": "3.*", - "symfony/validator": "^4.4" + "ext-json": "*", + "mikey179/vfsstream": "^1.6.10", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.6", + "symfony/validator": "^4.4 || ^5.4 || ^6.0" }, "suggest": { "symfony/validator": "to validate addresses" @@ -473,9 +594,85 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v1.2.2" + "source": "https://github.com/commerceguys/addressing/tree/v1.4.1" }, - "time": "2021-10-30T12:33:41+00:00" + "time": "2022-08-09T11:42:51+00:00" + }, + { + "name": "composer/ca-bundle", + "version": "1.3.3", + "source": { + "type": "git", + "url": "https://github.com/composer/ca-bundle.git", + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "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.3" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-07-20T07:14:26+00:00" }, { "name": "composer/installers", @@ -630,23 +827,23 @@ }, { "name": "composer/semver", - "version": "3.2.6", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "83e511e247de329283478496f7a1e114c9517506" + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", - "reference": "83e511e247de329283478496f7a1e114c9517506", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", @@ -691,7 +888,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.6" + "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { @@ -707,26 +904,26 @@ "type": "tidelift" } ], - "time": "2021-10-25T11:34:17+00:00" + "time": "2022-04-01T19:23:25+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.5.2", + "version": "4.5.6", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "24c1529436b4f4beec3d19aab71fd127817f47ef" + "reference": "3968070538761628546270935f0733a0cc408e1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/24c1529436b4f4beec3d19aab71fd127817f47ef", - "reference": "24c1529436b4f4beec3d19aab71fd127817f47ef", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3968070538761628546270935f0733a0cc408e1f", + "reference": "3968070538761628546270935f0733a0cc408e1f", "shasum": "" }, "require": { "consolidation/output-formatters": "^4.1.1", "php": ">=7.1.3", - "psr/log": "^1|^2", + "psr/log": "^1|^2|^3", "symfony/console": "^4.4.8|^5|^6", "symfony/event-dispatcher": "^4.4.8|^5|^6", "symfony/finder": "^4.4.8|^5|^6" @@ -761,22 +958,22 @@ "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.2" + "source": "https://github.com/consolidation/annotated-command/tree/4.5.6" }, - "time": "2022-02-20T16:36:18+00:00" + "time": "2022-06-22T20:17:12+00:00" }, { "name": "consolidation/config", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "0c15841b2bf60d9af1ce29884673e7d9d50c3b75" + "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/0c15841b2bf60d9af1ce29884673e7d9d50c3b75", - "reference": "0c15841b2bf60d9af1ce29884673e7d9d50c3b75", + "url": "https://api.github.com/repos/consolidation/config/zipball/dae810c162f0e799ea3f35cc2f40b0797b6e4d26", + "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26", "shasum": "" }, "require": { @@ -821,9 +1018,9 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/2.1.0" + "source": "https://github.com/consolidation/config/tree/2.1.1" }, - "time": "2022-02-24T00:32:42+00:00" + "time": "2022-06-22T19:59:34+00:00" }, { "name": "consolidation/filter-via-dot-access-data", @@ -1306,24 +1503,24 @@ }, { "name": "cypresslab/gitelephant", - "version": "v4.3.0", + "version": "v4.4.3", "source": { "type": "git", "url": "https://github.com/matteosister/GitElephant.git", - "reference": "4776b42fc7c8eadb7724699f50983740a1389b8e" + "reference": "20e0c09a890550a4af65ab59ca09afc2b90f65fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matteosister/GitElephant/zipball/4776b42fc7c8eadb7724699f50983740a1389b8e", - "reference": "4776b42fc7c8eadb7724699f50983740a1389b8e", + "url": "https://api.github.com/repos/matteosister/GitElephant/zipball/20e0c09a890550a4af65ab59ca09afc2b90f65fd", + "reference": "20e0c09a890550a4af65ab59ca09afc2b90f65fd", "shasum": "" }, "require": { "php": ">=7.2.0", "phpcollection/phpcollection": "~0.4|~0.5", - "symfony/filesystem": "~3.4|~4.0|~5.0", - "symfony/finder": "~3.4|~4.0|~5.0", - "symfony/process": "~3.4|~4.0|~5.0" + "symfony/filesystem": ">=3.4", + "symfony/finder": ">=3.4", + "symfony/process": ">=3.4" }, "require-dev": { "mockery/mockery": "~1.1", @@ -1357,7 +1554,7 @@ ], "support": { "issues": "https://github.com/matteosister/GitElephant/issues", - "source": "https://github.com/matteosister/GitElephant/tree/v4.3.0" + "source": "https://github.com/matteosister/GitElephant/tree/v4.4.3" }, "funding": [ { @@ -1365,7 +1562,7 @@ "type": "tidelift" } ], - "time": "2021-02-09T08:18:43+00:00" + "time": "2022-06-30T06:32:18+00:00" }, { "name": "dflydev/dot-access-data", @@ -1489,16 +1686,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": { @@ -1510,9 +1707,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": { @@ -1555,32 +1753,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": { @@ -1624,38 +1823,77 @@ ], "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": "2021-08-10T18:51:53+00:00" + "time": "2022-09-01T19:34:23+00:00" }, { - "name": "doctrine/lexer", - "version": "1.2.1", + "name": "doctrine/deprecations", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "url": "https://github.com/doctrine/deprecations.git", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1|^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "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", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" + "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", + "version": "1.2.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" + }, + "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -1690,7 +1928,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.3" }, "funding": [ { @@ -1706,20 +1944,20 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-02-28T11:07:21+00:00" }, { "name": "doctrine/reflection", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", "shasum": "" }, "require": { @@ -1731,18 +1969,13 @@ "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^6.0 || ^8.2.0", - "doctrine/common": "^2.10", - "phpstan/phpstan": "^0.11.0 || ^0.12.20", - "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "doctrine/coding-standard": "^9", + "doctrine/common": "^3.3", + "phpstan/phpstan": "^1.4.10", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" @@ -1786,27 +2019,88 @@ ], "support": { "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.2" + "source": "https://github.com/doctrine/reflection/tree/1.2.3" }, "abandoned": "roave/better-reflection", - "time": "2020-10-27T21:46:55+00:00" + "time": "2022-05-31T18:46:25+00:00" }, { - "name": "drupal/address", - "version": "1.10.0", + "name": "dragonmantank/cron-expression", + "version": "v3.3.2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.10" + "url": "https://github.com/dragonmantank/cron-expression.git", + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8" }, "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://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8", + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8", + "shasum": "" }, "require": { - "commerceguys/addressing": "^1.2.0", + "php": "^7.2|^8.0", + "webmozart/assert": "^1.0" + }, + "replace": { + "mtdowling/cron-expression": "^1.0" + }, + "require-dev": { + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-webmozart-assert": "^1.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cron\\": "src/Cron/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Tankersley", + "email": "chris@ctankersley.com", + "homepage": "https://github.com/dragonmantank" + } + ], + "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", + "keywords": [ + "cron", + "schedule" + ], + "support": { + "issues": "https://github.com/dragonmantank/cron-expression/issues", + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2" + }, + "funding": [ + { + "url": "https://github.com/dragonmantank", + "type": "github" + } + ], + "time": "2022-09-10T18:51:20+00:00" + }, + { + "name": "drupal/address", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/address.git", + "reference": "8.x-1.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb" + }, + "require": { + "commerceguys/addressing": "^1.4.0", "drupal/core": "^9.2 || ^10", "php": "^7.3 || ^8.0" }, @@ -1816,8 +2110,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1643715177", + "version": "8.x-1.11", + "datestamp": "1659989858", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -1829,14 +2123,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" @@ -1918,14 +2212,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" @@ -1944,7 +2238,7 @@ }, { "name": "drupal/admin_toolbar_links_access_filter", - "version": "3.1.0", + "version": "3.1.1", "require": { "drupal/admin_toolbar": "*", "drupal/core": "^8.8.0 || ^9.0 || ^10" @@ -1952,8 +2246,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" @@ -1965,10 +2259,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" @@ -1989,6 +2279,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" @@ -2002,7 +2296,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" @@ -2010,8 +2304,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" @@ -2023,10 +2317,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" @@ -2047,6 +2337,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" @@ -2060,26 +2354,26 @@ }, { "name": "drupal/advancedqueue", - "version": "1.0.0-rc3", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advancedqueue.git", - "reference": "8.x-1.0-rc3" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "0cb4472faa142b565740350bbd34f09686b5b56d" + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "f812b9c7cf1991b7ead56c425dd1c1ee140f9c8b" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.1 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1638106300", + "version": "8.x-1.0-rc4", + "datestamp": "1662117928", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -2087,7 +2381,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^11" } } }, @@ -2096,14 +2390,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Damien Tournoud", - "homepage": "https://www.drupal.org/user/22211" - }, - { - "name": "Kazanir", - "homepage": "https://www.drupal.org/user/2279698" - }, { "name": "amitaibu", "homepage": "https://www.drupal.org/user/57511" @@ -2112,6 +2398,10 @@ "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, + { + "name": "Damien Tournoud", + "homepage": "https://www.drupal.org/user/22211" + }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" @@ -2124,6 +2414,10 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, + { + "name": "Kazanir", + "homepage": "https://www.drupal.org/user/2279698" + }, { "name": "laurentchardin", "homepage": "https://www.drupal.org/user/87775" @@ -2153,17 +2447,17 @@ }, { "name": "drupal/allowed_formats", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/allowed_formats.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "6c73fd69781e8a7c3ebc394ce74f981b6da50eae" + "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "dbf61bee7aec87beaa2cf307c1d0d9d5b896328c" }, "require": { "drupal/core": "^8.8 || ^9" @@ -2171,8 +2465,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1643490593", + "version": "8.x-1.5", + "datestamp": "1648060331", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2260,6 +2554,75 @@ "source": "https://git.drupalcode.org/project/antibot" } }, + { + "name": "drupal/auto_entitylabel", + "version": "3.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/auto_entitylabel.git", + "reference": "8.x-3.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0-beta4.zip", + "reference": "8.x-3.0-beta4", + "shasum": "916befd4ce95b5d73de48ac1b105cc33e9f7821f" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-beta4", + "datestamp": "1609349103", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Pravin Ajaaz", + "homepage": "https://www.drupal.org/user/2910049" + }, + { + "name": "RenatoG", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" + }, + { + "name": "bforchhammer", + "homepage": "https://www.drupal.org/user/216396" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "diqidoq", + "homepage": "https://www.drupal.org/user/1001934" + }, + { + "name": "purushotam.rai", + "homepage": "https://www.drupal.org/user/3193859" + } + ], + "description": "Allows hiding of entity label fields and automatic label creation.", + "homepage": "https://www.drupal.org/project/auto_entitylabel", + "support": { + "source": "https://git.drupalcode.org/project/auto_entitylabel", + "issues": "https://www.drupal.org/project/issues/auto_entitylabel" + } + }, { "name": "drupal/autosave_form", "version": "1.3.0", @@ -2306,20 +2669,20 @@ }, { "name": "drupal/backup_migrate", - "version": "5.0.1", + "version": "5.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/backup_migrate.git", - "reference": "5.0.1" + "reference": "5.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.1.zip", - "reference": "5.0.1", - "shasum": "22b7adf43277d906233957bbad946a5ae3093cbf" + "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.2.zip", + "reference": "5.0.2", + "shasum": "940667093e327650a5840f04080df95bf70a7fa2" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.3 || ^10" }, "suggest": { "defuse/php-encryption": "Optional encryption of saved backups." @@ -2327,8 +2690,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.0.1", - "datestamp": "1625856246", + "version": "5.0.2", + "datestamp": "1660935347", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2372,26 +2735,27 @@ }, { "name": "drupal/better_normalizers", - "version": "1.0.0-beta4", + "version": "1.0.0-beta5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_normalizers.git", - "reference": "8.x-1.0-beta4" + "reference": "8.x-1.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_normalizers-8.x-1.0-beta4.zip", - "reference": "8.x-1.0-beta4", - "shasum": "19e63328ca9ab77aaa328d87efd7429f4adb386e" + "url": "https://ftp.drupal.org/files/projects/better_normalizers-8.x-1.0-beta5.zip", + "reference": "8.x-1.0-beta5", + "shasum": "8f7df92397cafb464b0361eb4afa2e9c301fe466" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.7.7 || ^9", + "drupal/hal": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta4", - "datestamp": "1576069085", + "version": "8.x-1.0-beta5", + "datestamp": "1662971076", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -2646,26 +3010,26 @@ }, { "name": "drupal/captcha", - "version": "1.2.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "8.x-1.2" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "e35a2ce42b652f833d140f7571d1eef0e06b0edc" + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "36284ece721d3534d0c3bd6ae01cdb549920a024" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": ">=8.9 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1619673374", + "version": "8.x-1.5", + "datestamp": "1662751122", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2680,10 +3044,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" @@ -2700,6 +3060,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" @@ -2762,6 +3126,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.", @@ -2772,27 +3140,123 @@ } }, { - "name": "drupal/ckeditor_markdown", - "version": "dev-1.x", + "name": "drupal/ckeditor", + "version": "1.0.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/ckeditor_markdown.git", - "reference": "d1260c19334b67a1bc34bce9865c75f38b01d04c" + "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": "^8 || ^9" + "drupal/core": "^9.4 || ^10" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.2+1-dev", - "datestamp": "1589983208", + "version": "1.0.1", + "datestamp": "1662977541", "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" + } + } + }, + "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/ckeditor_markdown", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckeditor_markdown.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ckeditor_markdown-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "3a59518a1fcf06a1c7be80011dd68b2b809a967a" + }, + "require": { + "drupal/ckeditor": "*", + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1660824710", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2827,6 +3291,7 @@ "shasum": "ccf98078866e89da0c62c055752bdf59822d4d4c" }, "require": { + "drupal/ckeditor": "*", "drupal/core": "^8 || ^9" }, "type": "drupal-module", @@ -2987,7 +3452,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/comment_notify.git", - "reference": "0397bbf2be3abfa94700b75109588daa829b48eb" + "reference": "3ae5b0c08aaab2ed32d42a7a15b87c833f781d9b" }, "require": { "drupal/core": "^8 || ^9", @@ -2999,8 +3464,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2+2-dev", - "datestamp": "1633380397", + "version": "8.x-1.3+1-dev", + "datestamp": "1659674787", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3321,20 +3786,20 @@ }, { "name": "drupal/config_filter", - "version": "2.2.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.2" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0" + "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" @@ -3345,8 +3810,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1601934694", + "version": "8.x-2.4", + "datestamp": "1656936801", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3701,6 +4166,10 @@ "name": "jcnventura", "homepage": "https://www.drupal.org/user/122464" }, + { + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" + }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -3708,6 +4177,10 @@ { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "tadean", + "homepage": "https://www.drupal.org/user/3608919" } ], "description": "Manages snapshots of configuration as provided by modules and themes.", @@ -3782,12 +4255,12 @@ "homepage": "https://www.drupal.org/user/122464" }, { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" + "name": "joegraduate", + "homepage": "https://www.drupal.org/user/789384" }, { - "name": "mtift", - "homepage": "https://www.drupal.org/user/751908" + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" }, { "name": "nedjo", @@ -3796,6 +4269,10 @@ { "name": "pfrenssen", "homepage": "https://www.drupal.org/user/382067" + }, + { + "name": "tadean", + "homepage": "https://www.drupal.org/user/3608919" } ], "description": "Synchronize your site with updated configuration provided by modules and themes.", @@ -3854,6 +4331,120 @@ "source": "https://git.drupalcode.org/project/config_update" } }, + { + "name": "drupal/content_lock", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/content_lock.git", + "reference": "8.x-2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "9ea5810067c0df18879a16a19236e0cb46f9fba7" + }, + "require": { + "drupal/core": "^8.8|^9.0" + }, + "require-dev": { + "drupal/conflict": "^2.0@ALPHA", + "drupal/prefetch_cache": "dev-1.x" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.2", + "datestamp": "1607936866", + "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": "chr.fritsch", + "homepage": "https://www.drupal.org/user/2103716" + }, + { + "name": "daniel.bosen", + "homepage": "https://www.drupal.org/user/404865" + }, + { + "name": "ergonlogic", + "homepage": "https://www.drupal.org/user/368613" + }, + { + "name": "mfb", + "homepage": "https://www.drupal.org/user/12302" + }, + { + "name": "pandaski", + "homepage": "https://www.drupal.org/user/1987218" + }, + { + "name": "volkerk", + "homepage": "https://www.drupal.org/user/57527" + } + ], + "description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.", + "homepage": "https://www.drupal.org/project/content_lock", + "support": { + "source": "https://git.drupalcode.org/project/content_lock" + } + }, + { + "name": "drupal/context_stack", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/context_stack.git", + "reference": "1.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/context_stack-1.0.3.zip", + "reference": "1.0.3", + "shasum": "3fd1e30815dd52bcea2148597cd631e131fa5e42" + }, + "require": { + "drupal/core": "^9 || ^10", + "php": ">=7.4" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.3", + "datestamp": "1656509849", + "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": "mxh", + "homepage": "https://www.drupal.org/user/1124384" + } + ], + "description": "Context Stack is a module for Drupal, which provides a distinct place for holding context values.", + "homepage": "https://www.drupal.org/project/context_stack", + "support": { + "source": "https://drupal.org/project/context_stack", + "issues": "https://drupal.org/project/issues/context_stack" + } + }, { "name": "drupal/convert_bundles", "version": "1.0.0-alpha7", @@ -3900,24 +4491,24 @@ }, { "name": "drupal/core", - "version": "9.3.7", + "version": "9.4.5", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "a768174b00fa088027d460a80a13550e624b9bf8" + "reference": "23b4d51ee5bd8b506a97bd21c5635ce18b7abd76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/a768174b00fa088027d460a80a13550e624b9bf8", - "reference": "a768174b00fa088027d460a80a13550e624b9bf8", + "url": "https://api.github.com/repos/drupal/core/zipball/23b4d51ee5bd8b506a97bd21c5635ce18b7abd76", + "reference": "23b4d51ee5bd8b506a97bd21c5635ce18b7abd76", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.1", - "composer/semver": "^3.0", - "doctrine/annotations": "^1.12", - "doctrine/reflection": "^1.1", - "egulias/email-validator": "^2.1.22|^3.0", + "asm89/stack-cors": "^1.3", + "composer/semver": "^3.3", + "doctrine/annotations": "^1.13", + "doctrine/reflection": "^1.2", + "egulias/email-validator": "^2.1.22|^3.2", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -3931,60 +4522,38 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.2", - "laminas/laminas-diactoros": "^2.1", - "laminas/laminas-feed": "^2.12", - "masterminds/html5": "^2.1", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "laminas/laminas-diactoros": "^2.11", + "laminas/laminas-feed": "^2.17", + "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", "php": ">=7.3.0", - "psr/log": "^1.0", + "psr/log": "^1.1", "stack/builder": "^1.0", - "symfony-cmf/routing": "^2.1", + "symfony-cmf/routing": "^2.3", "symfony/console": "^4.4", "symfony/dependency-injection": "^4.4", "symfony/event-dispatcher": "^4.4", "symfony/http-foundation": "^4.4.7", "symfony/http-kernel": "^4.4", "symfony/mime": "^5.4", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-iconv": "^1.25", + "symfony/polyfill-php80": "^1.25", "symfony/process": "^4.4", - "symfony/psr-http-message-bridge": "^2.0", + "symfony/psr-http-message-bridge": "^2.1", "symfony/routing": "^4.4", "symfony/serializer": "^4.4", "symfony/translation": "^4.4", "symfony/validator": "^4.4", "symfony/yaml": "^4.4.19", - "twig/twig": "^2.12.0", + "twig/twig": "^2.15", "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { - "drush/drush": "<8.1.10" + "drush/drush": "<8.1.10", + "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", @@ -4009,72 +4578,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/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/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/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": { @@ -4132,9 +4636,6 @@ "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/Database/Driver/mysql/Connection.php", - "lib/Drupal/Core/Database/Driver/pgsql/Connection.php", - "lib/Drupal/Core/Database/Driver/sqlite/Connection.php", "lib/Drupal/Core/Database/Statement.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", @@ -4151,22 +4652,22 @@ ], "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.7" + "source": "https://github.com/drupal/core/tree/9.4.5" }, - "time": "2022-03-03T09:23:53+00:00" + "time": "2022-08-03T16:33:29+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.7", + "version": "9.4.5", "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": { @@ -4201,81 +4702,81 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.7" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.5" }, - "time": "2022-02-24T17:40:56+00:00" + "time": "2022-06-19T16:14:23+00:00" }, { "name": "drupal/core-recommended", - "version": "9.3.7", + "version": "9.4.5", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "29f6f29672861a5719701a59aae26aafbb4c9495" + "reference": "a809ecbcfb7c8737c93159cf48246e040efdaf47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/29f6f29672861a5719701a59aae26aafbb4c9495", - "reference": "29f6f29672861a5719701a59aae26aafbb4c9495", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/a809ecbcfb7c8737c93159cf48246e040efdaf47", + "reference": "a809ecbcfb7c8737c93159cf48246e040efdaf47", "shasum": "" }, "require": { - "asm89/stack-cors": "1.3.0", - "composer/semver": "3.2.6", - "doctrine/annotations": "1.13.2", - "doctrine/lexer": "1.2.1", - "doctrine/reflection": "1.2.2", - "drupal/core": "9.3.7", - "egulias/email-validator": "3.1.2", - "guzzlehttp/guzzle": "6.5.5", - "guzzlehttp/promises": "1.5.1", - "guzzlehttp/psr7": "1.8.3", - "laminas/laminas-diactoros": "2.8.0", - "laminas/laminas-escaper": "2.9.0", - "laminas/laminas-feed": "2.15.0", - "laminas/laminas-stdlib": "3.6.1", - "masterminds/html5": "2.7.5", - "pear/archive_tar": "1.4.14", - "pear/console_getopt": "v1.4.3", - "pear/pear-core-minimal": "v1.10.11", - "pear/pear_exception": "v1.0.2", - "psr/cache": "1.0.1", - "psr/container": "1.1.1", - "psr/http-factory": "1.0.1", - "psr/http-message": "1.0.1", - "psr/log": "1.1.4", - "ralouphie/getallheaders": "3.0.3", - "stack/builder": "v1.0.6", - "symfony-cmf/routing": "2.3.4", - "symfony/console": "v4.4.34", - "symfony/debug": "v4.4.31", - "symfony/dependency-injection": "v4.4.34", - "symfony/deprecation-contracts": "v2.5.0", - "symfony/error-handler": "v4.4.34", - "symfony/event-dispatcher": "v4.4.34", - "symfony/event-dispatcher-contracts": "v1.1.11", - "symfony/http-client-contracts": "v2.5.0", - "symfony/http-foundation": "v4.4.34", - "symfony/http-kernel": "v4.4.35", - "symfony/mime": "v5.4.0", - "symfony/polyfill-ctype": "v1.23.0", - "symfony/polyfill-iconv": "v1.23.0", - "symfony/polyfill-intl-idn": "v1.23.0", - "symfony/polyfill-intl-normalizer": "v1.23.0", - "symfony/polyfill-mbstring": "v1.23.1", - "symfony/polyfill-php80": "v1.23.1", - "symfony/process": "v4.4.35", - "symfony/psr-http-message-bridge": "v2.1.2", - "symfony/routing": "v4.4.34", - "symfony/serializer": "v4.4.35", - "symfony/service-contracts": "v2.5.0", - "symfony/translation": "v4.4.34", - "symfony/translation-contracts": "v2.5.0", - "symfony/validator": "v4.4.35", - "symfony/var-dumper": "v5.4.0", - "symfony/yaml": "v4.4.34", - "twig/twig": "v2.14.11", - "typo3/phar-stream-wrapper": "v3.1.7" + "asm89/stack-cors": "~1.3.0", + "composer/semver": "~3.3.2", + "doctrine/annotations": "~1.13.2", + "doctrine/lexer": "~1.2.3", + "doctrine/reflection": "~1.2.3", + "drupal/core": "9.4.5", + "egulias/email-validator": "~3.2", + "guzzlehttp/guzzle": "~6.5.8", + "guzzlehttp/promises": "~1.5.1", + "guzzlehttp/psr7": "~1.9.0", + "laminas/laminas-diactoros": "~2.11.1", + "laminas/laminas-escaper": "~2.9.0", + "laminas/laminas-feed": "~2.17.0", + "laminas/laminas-stdlib": "~3.7.1", + "masterminds/html5": "~2.7.5", + "pear/archive_tar": "~1.4.14", + "pear/console_getopt": "~v1.4.3", + "pear/pear-core-minimal": "~v1.10.11", + "pear/pear_exception": "~v1.0.2", + "psr/cache": "~1.0.1", + "psr/container": "~1.1.1", + "psr/http-factory": "~1.0.1", + "psr/http-message": "~1.0.1", + "psr/log": "~1.1.4", + "ralouphie/getallheaders": "~3.0.3", + "stack/builder": "~v1.0.6", + "symfony-cmf/routing": "~2.3.4", + "symfony/console": "~v4.4.42", + "symfony/debug": "~v4.4.41", + "symfony/dependency-injection": "~v4.4.42", + "symfony/deprecation-contracts": "~v2.5.1", + "symfony/error-handler": "~v4.4.41", + "symfony/event-dispatcher": "~v4.4.42", + "symfony/event-dispatcher-contracts": "~v1.1.12", + "symfony/http-client-contracts": "~v2.5.1", + "symfony/http-foundation": "~v4.4.41", + "symfony/http-kernel": "~v4.4.42", + "symfony/mime": "~v5.4.9", + "symfony/polyfill-ctype": "~v1.25.0", + "symfony/polyfill-iconv": "~v1.25.0", + "symfony/polyfill-intl-idn": "~v1.25.0", + "symfony/polyfill-intl-normalizer": "~v1.25.0", + "symfony/polyfill-mbstring": "~v1.25.0", + "symfony/polyfill-php80": "~v1.25.0", + "symfony/process": "~v4.4.41", + "symfony/psr-http-message-bridge": "~v2.1.2", + "symfony/routing": "~v4.4.41", + "symfony/serializer": "~v4.4.42", + "symfony/service-contracts": "~v2.5.1", + "symfony/translation": "~v4.4.41", + "symfony/translation-contracts": "~v2.5.1", + "symfony/validator": "~v4.4.41", + "symfony/var-dumper": "~v5.4.9", + "symfony/yaml": "~v4.4.37", + "twig/twig": "~v2.15.1", + "typo3/phar-stream-wrapper": "~v3.1.7" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -4285,11 +4786,11 @@ "license": [ "GPL-2.0-or-later" ], - "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", + "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.3.7" + "source": "https://github.com/drupal/core-recommended/tree/9.4.5" }, - "time": "2022-03-03T09:23:53+00:00" + "time": "2022-08-03T16:33:29+00:00" }, { "name": "drupal/crop", @@ -4386,10 +4887,6 @@ { "name": "gapple", "homepage": "https://www.drupal.org/user/490940" - }, - { - "name": "rfsbsb", - "homepage": "https://www.drupal.org/user/4382" } ], "description": "Provide Content-Security-Policy headers", @@ -4404,26 +4901,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" @@ -4512,8 +5009,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha1+12-dev", - "datestamp": "1630688010", + "version": "8.x-1.0-beta1+2-dev", + "datestamp": "1647028754", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4552,6 +5049,159 @@ "source": "https://git.drupalcode.org/project/customerror" } }, + { + "name": "drupal/dashboards", + "version": "2.0.7", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dashboards.git", + "reference": "2.0.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dashboards-2.0.7.zip", + "reference": "2.0.7", + "shasum": "0ea721283af1813bd64f4089073f4f0f025002c1" + }, + "require": { + "drupal/core": "^8.7.0 || ^9" + }, + "require-dev": { + "drupal/matomo": "*", + "drupal/matomo_reporting_api": "*", + "drupal/webform": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.7", + "datestamp": "1659354019", + "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": "Erik Seifert", + "homepage": "https://www.drupal.org/user/161429" + } + ], + "description": "Dashboards based on Layout Builder.", + "homepage": "https://www.drupal.org/project/dashboards", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/dashboards", + "issues": "https://www.drupal.org/project/issues/dashboards" + } + }, + { + "name": "drupal/date_popup", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/date_popup.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "49b076db3cac96812c11c20f53496751fc34f9e6" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1657668220", + "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", @@ -4567,7 +5217,8 @@ "shasum": "e8d5cc6ae96b14e882852512fbf5887e752146a0" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.7.7 || ^9", + "drupal/hal": "*" }, "type": "drupal-module", "extra": { @@ -4590,14 +5241,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" @@ -4606,6 +5249,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" @@ -4617,6 +5264,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", @@ -4714,17 +5365,17 @@ }, { "name": "drupal/drd", - "version": "4.0.7", + "version": "4.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd.git", - "reference": "4.0.7" + "reference": "4.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd-4.0.7.zip", - "reference": "4.0.7", - "shasum": "471a4de00f1b6a4379fc33d3da901cc1f05b409c" + "url": "https://ftp.drupal.org/files/projects/drd-4.0.8.zip", + "reference": "4.0.8", + "shasum": "f964297fda1bc40d1da09fdbb732c3032a3d401d" }, "require": { "albertofem/rsync-lib": "^1.0", @@ -4739,7 +5390,7 @@ "php": ">=7.2", "phpseclib/phpseclib": "^2.0", "platformsh/client": "^2.0", - "symfony/filesystem": "^2.8|^3|^4" + "symfony/filesystem": "^2.8|^3|^4|^5|^6" }, "require-dev": { "drupal/drd_pi": "*", @@ -4758,8 +5409,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.7", - "datestamp": "1637756081", + "version": "4.0.8", + "datestamp": "1648793838", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4850,27 +5501,27 @@ }, { "name": "drupal/dropdown_language", - "version": "2.7.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dropdown_language.git", - "reference": "8.x-2.7" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dropdown_language-8.x-2.7.zip", - "reference": "8.x-2.7", - "shasum": "a0d21dcaa629cfba3e5dae76e832e6b2942b836c" + "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.0.0.zip", + "reference": "3.0.0", + "shasum": "5c467a4c42a8d12a2ff73d7c7464250bc692c356" }, "require": { - "drupal/core": "^8 || ^9", - "php": "^7.1 || ^8.0" + "drupal/core": "^9", + "php": "^7.3||^8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.7", - "datestamp": "1612902506", + "version": "3.0.0", + "datestamp": "1612727737", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4980,17 +5631,11 @@ }, { "name": "drupal/drutopia_article", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_article.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_article-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "b354a30fb179eb3ef7d3150efc6c2c6100fa72ee" + "reference": "1a24bba09c55ec63a48e62082b3bd598eaca2288" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -5004,23 +5649,27 @@ "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.4", + "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", + "drupal/rdf": "*", "drupal/search_api": "*", "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286116", + "version": "8.x-1.1+1-dev", + "datestamp": "1648343539", "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." } } }, @@ -5029,10 +5678,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5062,17 +5707,11 @@ }, { "name": "drupal/drutopia_blog", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_blog.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_blog-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "6667fbe0a2567e6e82e8b382b11d77affc46e8ad" + "reference": "5f0299742c2822b4f266c76186f3c69366e76fb5" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -5086,7 +5725,7 @@ "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.4", + "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/metatag": "*", @@ -5097,12 +5736,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286219", + "version": "8.x-1.0+4-dev", + "datestamp": "1619054280", "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." } } }, @@ -5111,10 +5753,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5277,7 +5915,8 @@ "require": { "drupal/config_actions": "^1.1", "drupal/core": "^8.9 || ^9", - "drupal/drutopia_core": "*" + "drupal/drutopia_core": "*", + "drupal/rdf": "*" }, "type": "drupal-module", "extra": { @@ -5298,10 +5937,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5342,14 +5977,14 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia_core.git", - "reference": "13299289df05de2aeb4ac6625cad45bbd53f343d" + "reference": "d47bbd3941b51ad8ff5982f28048364ece23bd4c" }, "require": { "drupal/config_actions": "^1.3", "drupal/config_perms": "^2.0", "drupal/crop": "^2.1", "drupal/ds": "^3.12", - "drupal/facets": "^1.8", + "drupal/facets": "^2", "drupal/faqfield": "^7.0", "drupal/focal_point": "^1.5", "drupal/metatag": "^1.16", @@ -5362,7 +5997,7 @@ "extra": { "patches": { "drupal/entity_reference_revisions": { - "Support normalization without local revision ID": "https://www.drupal.org/files/issues/entity_reference_revisions-normalizer-2913713-2.patch" + "Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch" } } }, @@ -5380,21 +6015,15 @@ "issues": "https://gitlab.com/drutopia/drutopia_core/issues", "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x" }, - "time": "2021-05-25T23:15:33+00:00" + "time": "2022-08-23T22:18:50+00:00" }, { "name": "drupal/drutopia_event", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_event.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_event-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "9296f027401941107cc3099d5879e5ad8b3234a3" + "reference": "a1c121028bc33bf0ce58c89cfea70a03c2dc836c" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -5405,7 +6034,7 @@ "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.4", + "drupal/facets": "^2", "drupal/field_group": "*", "drupal/focal_point": "*", "drupal/metatag": "*", @@ -5416,12 +6045,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621286639", + "version": "8.x-1.1+2-dev", + "datestamp": "1652727352", "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." } } }, @@ -5430,10 +6062,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5633,6 +6261,46 @@ "issues": "https://gitlab.com/drutopia/drutopia_landing_page/issues" } }, + { + "name": "drupal/drutopia_organization", + "version": "1.0.x-dev", + "source": { + "type": "git", + "url": "git@git.drupal.org:project/drutopia_organization.git", + "reference": "1098b1293af9496ecd9a0027f143683a28028081" + }, + "require": { + "drupal/config_actions": "^1.1", + "drupal/drutopia_core": "^1.0", + "drupal/drutopia_seo": "^1.0", + "drupal/ds": "^3.7", + "drupal/field_group": "^3.0", + "drupal/ief_complex_open": "^1.0", + "drupal/inline_entity_form": "^1.0@RC", + "drupal/paragraphs": "^1.12", + "drupal/pathauto": "^1.8" + }, + "default-branch": true, + "type": "drupal-module", + "license": [ + "GPL-2.0+" + ], + "description": "Drutopia Organization provides an Organization content type for showing visitors information about organizations (groups, nonprofits, businesses) that are part of the site and can be associated with blogs, resources, events, etc.", + "homepage": "https://gitlab.com/drutopia/drutopia_organization", + "keywords": [ + "business", + "content", + "drutopia", + "group", + "nonprofit", + "organization" + ], + "support": { + "issues": "https://gitlab.com/drutopia/drutopia_organization/issues", + "source": "https://gitlab.com/drutopia/drutopia_organization/tree/8.x-1.x" + }, + "time": "2022-05-27T02:59:33+00:00" + }, { "name": "drupal/drutopia_page", "version": "1.1.0", @@ -5658,6 +6326,7 @@ "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", + "drupal/rdf": "*", "drupal/token": "^1.7" }, "type": "drupal-module", @@ -5676,10 +6345,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -5933,17 +6598,11 @@ }, { "name": "drupal/drutopia_resource", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_resource.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_resource-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "fceb8271f7477483b701efb8e8627c3495db5e2b" + "reference": "0ec9668684054271f8184a85fc24b5cbc0f0856a" }, "require": { "drupal/block_visibility_groups": "^1.3", @@ -5954,7 +6613,7 @@ "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", - "drupal/facets": "^1.4", + "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", "drupal/metatag": "*", @@ -5966,12 +6625,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1621289334", + "version": "8.x-1.0+4-dev", + "datestamp": "1621288885", "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." } } }, @@ -5980,10 +6642,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" @@ -6195,6 +6853,7 @@ "drupal/admin_toolbar_links_access_filter": "*", "drupal/admin_toolbar_tools": "*", "drupal/autosave_form": "^1.1", + "drupal/ckeditor": "*", "drupal/ckeditorheight": "^1.8", "drupal/config_actions": "^1.1", "drupal/core": "^8.9 || ^9", @@ -6478,30 +7137,30 @@ }, { "name": "drupal/ds", - "version": "3.13.0", + "version": "3.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ds.git", - "reference": "8.x-3.13" + "reference": "8.x-3.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.13.zip", - "reference": "8.x-3.13", - "shasum": "86c87f1bf845d26594ae3ce0061d8f311bdce73c" + "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.15.zip", + "reference": "8.x-3.15", + "shasum": "cf7ee6bde717dc2d7f10d5f834ca29fb80285d0d" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9 || ^10" }, "require-dev": { - "drupal/devel": "3.x-dev", - "drupal/field_group": "3.x-dev" + "drupal/classy": "^1.0", + "drupal/devel": "5.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.13", - "datestamp": "1624456614", + "version": "8.x-3.15", + "datestamp": "1662818537", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6546,6 +7205,271 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, + { + "name": "drupal/dynamic_entity_reference", + "version": "1.16.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", + "reference": "8.x-1.16" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "4155c11eac17ccd485888e6e5c52858358726415" + }, + "require": { + "drupal/core": "^9.3", + "php": ">=7.4" + }, + "require-dev": { + "drupal/diff": "1.x-dev", + "mglaman/phpstan-drupal": "^1.1", + "phpstan/phpstan": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.16", + "datestamp": "1644273068", + "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": "Lee Rowlands", + "homepage": "https://www.drupal.org/u/larowlan", + "role": "Maintainer" + }, + { + "name": "Jibran Ijaz", + "homepage": "https://www.drupal.org/u/jibran", + "role": "Maintainer" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Provides a field that allows an entity-reference field to reference more than one entity type.", + "homepage": "http://drupal.org/project/dynamic_entity_reference", + "support": { + "source": "http://cgit.drupalcode.org/dynamic_entity_reference", + "issues": "http://drupal.org/project/dynamic_entity_reference", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, + { + "name": "drupal/easy_breadcrumb", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/easy_breadcrumb.git", + "reference": "2.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.3.zip", + "reference": "2.0.3", + "shasum": "da95aeef35f606b47291474152a0b3b464a07e8f" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.3", + "datestamp": "1654447758", + "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/eca", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/eca.git", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/eca-1.0.2.zip", + "reference": "1.0.2", + "shasum": "c360ff47d24a2ec32c610afe959b18032c59da9f" + }, + "require": { + "dragonmantank/cron-expression": "^3.1", + "drupal/core": "^9 || ^10", + "ext-dom": "*", + "ext-json": "*", + "mtownsend/xml-to-array": "^2.0", + "php": ">=7.4" + }, + "require-dev": { + "drupal/eca_ui": "*", + "drupal/token": "^1.10" + }, + "suggest": { + "drupal/context_stack": "Integrates ECA with Context Stacks for more fine-grained control", + "drupal/eca_state_machine": "Integrates ECA with State Machine functionality", + "drupal/eca_tamper": "Integrates ECA with the Tamper API", + "drupal/entity_share": "Integrates ECA with Entity Share functionality", + "drupal/group_action": "Integrates ECA with Group Actions if you're using groups", + "drupal/token": "Provides the token browser in the UI and offers more token values" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.2", + "datestamp": "1661523524", + "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", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "boromino", + "homepage": "https://www.drupal.org/user/859722" + }, + { + "name": "danielspeicher", + "homepage": "https://www.drupal.org/user/3621778" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "Event, Conditions, Actions - powerful, versatile, and user-friendly rules engine for Drupal", + "homepage": "https://www.drupal.org/project/eca", + "support": { + "source": "https://drupal.org/project/eca", + "issues": "https://drupal.org/project/issues/eca" + } + }, + { + "name": "drupal/eca_context", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/eca_context.git", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/eca_context-1.0.0.zip", + "reference": "1.0.0", + "shasum": "5f5efd8c389b013cec26a476fad89cceb8f42f17" + }, + "require": { + "drupal/context_stack": "^1.0", + "drupal/core": "^9 || ^10", + "drupal/eca": "^1.0", + "php": ">=7.4" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1659336697", + "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": "mxh", + "homepage": "https://www.drupal.org/user/1124384" + } + ], + "description": "A Drupal module which provides a context stack for ECA.", + "homepage": "https://www.drupal.org/project/eca_context", + "support": { + "source": "https://drupal.org/project/eca_context", + "issues": "https://drupal.org/project/issues/eca_context" + } + }, { "name": "drupal/editor_advanced_link", "version": "2.0.0", @@ -6592,17 +7516,17 @@ }, { "name": "drupal/editoria11y", - "version": "1.0.11", + "version": "1.0.14", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "1.0.11" + "reference": "1.0.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.11.zip", - "reference": "1.0.11", - "shasum": "bf2e05e1f3fb261ee2a5cc6273ac7e61adafe166" + "url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.14.zip", + "reference": "1.0.14", + "shasum": "5c278b863b3f97f4e15aceb41e48117258fed8a1" }, "require": { "drupal/core": "^8 || ^9" @@ -6610,8 +7534,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.11", - "datestamp": "1645724345", + "version": "1.0.14", + "datestamp": "1651258764", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6773,26 +7697,26 @@ }, { "name": "drupal/entity", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "9515e28a70448d369adf4199d08a01a5ab75792d" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f" }, "require": { - "drupal/core": "^8.8.2 || ^9" + "drupal/core": "^9.2|^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1646324539", + "version": "8.x-1.4", + "datestamp": "1661898023", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6808,10 +7732,6 @@ "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, - { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" - }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" @@ -6831,6 +7751,10 @@ { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "TR", + "homepage": "https://www.drupal.org/user/202830" } ], "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.", @@ -6906,20 +7830,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" @@ -6927,12 +7851,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", @@ -6964,27 +7893,82 @@ } }, { - "name": "drupal/environment_indicator", - "version": "4.0.5", + "name": "drupal/entitygroupfield", + "version": "1.0.0-alpha2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.5" + "url": "https://git.drupalcode.org/project/entitygroupfield.git", + "reference": "1.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.5.zip", - "reference": "4.0.5", - "shasum": "1900f65220783c8eef13c710befff8d12633f36e" + "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/core": "^8.8 || ^9", + "drupal/group": "~1.0" + }, + "require-dev": { + "drupal/variationcache": "~1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.5", - "datestamp": "1646688932", + "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.8", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/environment_indicator.git", + "reference": "4.0.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.8.zip", + "reference": "4.0.8", + "shasum": "92da34d887d81b9f8a9ec1cb69db299fd7cee9d6" + }, + "require": { + "drupal/core": "^9.2 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.0.8", + "datestamp": "1662365813", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7017,26 +8001,26 @@ }, { "name": "drupal/eu_cookie_compliance", - "version": "1.19.0", + "version": "1.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git", - "reference": "8.x-1.19" + "reference": "8.x-1.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.19.zip", - "reference": "8.x-1.19", - "shasum": "5a13cd53f87a58501cebd6e560c280ad7274035c" + "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.21.zip", + "reference": "8.x-1.21", + "shasum": "a2bc0ba97e20950b11a66a7c7a1895e424f0c4da" }, "require": { - "drupal/core": "^8.9 || ^9" + "drupal/core": "^8.9 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.19", - "datestamp": "1633775773", + "version": "8.x-1.21", + "datestamp": "1662310508", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7066,10 +8050,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.", @@ -7153,26 +8133,26 @@ }, { "name": "drupal/exclude_node_title", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exclude_node_title.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exclude_node_title-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "da96901e2baff9638b98575f2a9b161056a83689" + "url": "https://ftp.drupal.org/files/projects/exclude_node_title-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "c6f6c0e06c202f3ace436867a459f8672e1494f5" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1634750930", + "version": "8.x-1.4", + "datestamp": "1659271679", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7189,13 +8169,13 @@ "homepage": "https://www.drupal.org/u/neslee-canil-pinto", "role": "Maintainer" }, - { - "name": "fizk", - "homepage": "https://www.drupal.org/user/473174" - }, { "name": "gabrielu", "homepage": "https://www.drupal.org/user/279352" + }, + { + "name": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/user/3580850" } ], "description": "Provides the option of excluding node title(s) from display by individual node, node bundle, and view mode.", @@ -7206,40 +8186,91 @@ } }, { - "name": "drupal/facets", - "version": "1.8.0", + "name": "drupal/exif_orientation", + "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/facets.git", - "reference": "8.x-1.8" + "url": "https://git.drupalcode.org/project/exif_orientation.git", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de" + "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.8 || ^9" + "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.5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/facets.git", + "reference": "2.0.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/facets-2.0.5.zip", + "reference": "2.0.5", + "shasum": "8be11b5bca088212270603cd3f3e69185022e379" + }, + "require": { + "drupal/core": "^9.3 || ^10.0" }, "conflict": { "drupal/search_api": "<1.14" }, "require-dev": { - "drupal/search_api": "~1.14" + "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": "8.x-1.8", - "datestamp": "1620838256", + "version": "2.0.5", + "datestamp": "1658315614", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "branch-alias": { - "dev-8.x-1.x": "1.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7251,14 +8282,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" @@ -7266,6 +8289,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.", @@ -7291,6 +8322,7 @@ "shasum": "0a7a3ead609d1efd62f4f4803a41317970d8292d" }, "require": { + "drupal/ckeditor": "*", "drupal/core": "^8 || ^9" }, "type": "drupal-module", @@ -7458,10 +8490,6 @@ { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" } ], "description": "Enables administrators to package configuration into modules", @@ -7470,6 +8498,279 @@ "source": "https://git.drupalcode.org/project/features" } }, + { + "name": "drupal/feeds", + "version": "3.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/feeds.git", + "reference": "8.x-3.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta2.zip", + "reference": "8.x-3.0-beta2", + "shasum": "7b18b24bfebdce90a62606b36dd8975d6eb862c8" + }, + "require": { + "drupal/core": "^8.9 || ^9" + }, + "require-dev": { + "drupal/pathauto": "^1.8", + "drush/drush": "^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-beta2", + "datestamp": "1657972705", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10 || ^11" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "alex_b", + "homepage": "https://www.drupal.org/user/53995" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "e2thex", + "homepage": "https://www.drupal.org/user/189123" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "franz", + "homepage": "https://www.drupal.org/user/581844" + }, + { + "name": "Ian Ward", + "homepage": "https://www.drupal.org/user/4736" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "kking", + "homepage": "https://www.drupal.org/user/24399" + }, + { + "name": "MegaChriz", + "homepage": "https://www.drupal.org/user/654114" + }, + { + "name": "tobby", + "homepage": "https://www.drupal.org/user/154797" + }, + { + "name": "tristanoneil", + "homepage": "https://www.drupal.org/user/340659" + }, + { + "name": "twistor", + "homepage": "https://www.drupal.org/user/473738" + }, + { + "name": "Will White", + "homepage": "https://www.drupal.org/user/32237" + }, + { + "name": "yhahn", + "homepage": "https://www.drupal.org/user/264833" + } + ], + "description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.", + "homepage": "https://www.drupal.org/project/feeds", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/feeds", + "issues": "https://www.drupal.org/project/issues/feeds" + } + }, + { + "name": "drupal/feeds_ical", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/feeds_ical.git", + "reference": "2.0.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.0.3.zip", + "reference": "2.0.3", + "shasum": "c4b0bb23e62f950081fd2a177c1dba210d6f76e9" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/feeds": "*", + "johngrogg/ics-parser": "^2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.3", + "datestamp": "1637780685", + "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": "ben.hamelin", + "homepage": "https://www.drupal.org/user/709120" + }, + { + "name": "damondt", + "homepage": "https://www.drupal.org/user/3009137" + } + ], + "description": "Feeds Ical Functionality.", + "homepage": "https://www.drupal.org/project/feeds_ical", + "support": { + "source": "https://git.drupalcode.org/project/feeds_ical" + } + }, + { + "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", @@ -7510,10 +8811,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" @@ -7522,6 +8819,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" @@ -7536,17 +8837,17 @@ }, { "name": "drupal/field_token_value", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_token_value.git", - "reference": "2.0.1" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_token_value-2.0.1.zip", - "reference": "2.0.1", - "shasum": "0a4644753ba7603f3d4fc033f7d83de116aaa804" + "url": "https://ftp.drupal.org/files/projects/field_token_value-2.0.2.zip", + "reference": "2.0.2", + "shasum": "d0968b4ae5e1efae1813e4b6b287703e50f1aa2b" }, "require": { "drupal/core": "^8 || ^9", @@ -7555,8 +8856,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1629160323", + "version": "2.0.2", + "datestamp": "1656889656", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7642,7 +8943,8 @@ "shasum": "567351ee7a1f40b43ff81ede9afc085f78752d20" }, "require": { - "drupal/core": "~8.7 || ^9" + "drupal/core": "~8.7 || ^9", + "drupal/hal": "*" }, "type": "drupal-module", "extra": { @@ -7907,20 +9209,21 @@ }, { "name": "drupal/geolocation", - "version": "3.7.0", + "version": "3.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geolocation.git", - "reference": "8.x-3.7" + "reference": "8.x-3.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "796797ff4d3cc9d8b645bf2534d783d170ef77f5" + "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.10.zip", + "reference": "8.x-3.10", + "shasum": "686868c7a1bbccc24662e71a69efc9b6c90b18cf" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^9.2", + "php": "^7.3 || ^8.0" }, "require-dev": { "drupal/address": "*", @@ -7939,8 +9242,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.7", - "datestamp": "1623052750", + "version": "8.x-3.10", + "datestamp": "1652946354", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7969,17 +9272,260 @@ } }, { - "name": "drupal/gnode", - "version": "1.4.0", + "name": "drupal/gin", + "version": "3.0.0-beta5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin.git", + "reference": "8.x-3.0-beta5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.zip", + "reference": "8.x-3.0-beta5", + "shasum": "651b2047990067e26158368e3aab7f27366a81e9" + }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^8.9 || ^9 || ^10", + "drupal/gin_toolbar": "^1.0@beta" + }, + "type": "drupal-theme", + "extra": { + "drupal": { + "version": "8.x-3.0-beta5", + "datestamp": "1656071885", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "For a better Admin and Content Editor Experience.", + "homepage": "https://www.drupal.org/project/gin", + "support": { + "source": "https://git.drupalcode.org/project/gin", + "issues": "https://www.drupal.org/project/issues/gin" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gin_gutenberg", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_gutenberg.git", + "reference": "1.1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.2.zip", + "reference": "1.1.2", + "shasum": "77cbac4e10241848dd3b1d623af33a5a19152e6a" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/gutenberg": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.1.2", + "datestamp": "1657099489", + "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": "Sohail Lajevardi", + "homepage": "https://www.drupal.org/u/doxigo", + "role": "Maintainer" + }, + { + "name": "doxigo", + "homepage": "https://www.drupal.org/user/1331334" + }, + { + "name": "kiss.jozsef", + "homepage": "https://www.drupal.org/user/2848443" + }, + { + "name": "mnlund", + "homepage": "https://www.drupal.org/user/80815" + }, + { + "name": "szeidler", + "homepage": "https://www.drupal.org/user/767652" + } + ], + "description": "The Gin Gutenberg module provides an integration between Gutenberg editor and Gin theme", + "homepage": "https://drupal.org/project/gin_gutenberg", + "support": { + "source": "https://git.drupalcode.org/project/gin_gutenberg", + "issues": "https://drupal.org/project/issues/gin_gutenberg" + } + }, + { + "name": "drupal/gin_login", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_login.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "140c7e1f427e45f8bd24bb1c44186a6c5748fa4d" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1659121145", + "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": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Custom Drupal Login for Gin theme", + "homepage": "https://www.drupal.org/project/gin_login", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/gin_login", + "issues": "https://www.drupal.org/project/issues/gin_login" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gin_toolbar", + "version": "1.0.0-beta22", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/gin_toolbar.git", + "reference": "8.x-1.0-beta22" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.zip", + "reference": "8.x-1.0-beta22", + "shasum": "630b4acb208411b78c61d83c9a27741c546202de" + }, + "require": { + "drupal/core": "^8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta22", + "datestamp": "1649709351", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Sascha Eggenberger (saschaeggi)", + "homepage": "https://www.drupal.org/u/saschaeggi", + "role": "Maintainer" + } + ], + "description": "Gin Toolbar for Frontend use", + "homepage": "https://www.drupal.org/project/gin_toolbar", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/gin_toolbar", + "issues": "https://www.drupal.org/project/issues/gin_toolbar" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/saschaeggi" + }, + { + "type": "other", + "url": "https://paypal.me/saschaeggi" + } + ] + }, + { + "name": "drupal/gnode", + "version": "1.5.0", + "require": { + "drupal/core": "^9.3 || ^10", "drupal/group": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1625063515", + "version": "8.x-1.5", + "datestamp": "1660746007", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8075,28 +9621,28 @@ }, { "name": "drupal/group", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/group.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/group-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "385a70f421dc3142c9c91876ac8b35ae3afa107e" + "url": "https://ftp.drupal.org/files/projects/group-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "4b890350749ff1d388425da8343b8835847492d8" }, "require": { - "drupal/core": "^8.9 || ^9", + "drupal/core": "^9.3 || ^10", "drupal/entity": "^1.2", - "drupal/variationcache": "^1.0" + "drupal/variationcache": "^1.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1625063515", + "version": "8.x-1.5", + "datestamp": "1660746007", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8122,27 +9668,153 @@ } }, { - "name": "drupal/honeypot", - "version": "2.0.2", + "name": "drupal/gutenberg", + "version": "2.5.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.0.2" + "url": "https://git.drupalcode.org/project/gutenberg.git", + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8a3e15509f649c39e88c4f22105f12fb6445fc62" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "e44241bd0aaf07216abd314da757fa2b0fa0b2ee" }, "require": { - "drupal/core": "^8.8.2 || ^9" + "drupal/core": "^8 || ^9", + "ext-json": "*", + "php": ">=7.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1638391833", + "version": "8.x-2.5", + "datestamp": "1650411254", + "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": "Marco Fernandes (marcofernandes)", + "homepage": "https://www.drupal.org/u/marcofernandes" + }, + { + "name": "Thor Andre Gretland (thorandre)", + "homepage": "https://www.drupal.org/u/thorandre" + }, + { + "name": "Roberto Ornelas (roborn)", + "homepage": "https://www.drupal.org/u/roborn" + }, + { + "name": "Paweł Pregiel (ppregiel)", + "homepage": "https://www.drupal.org/u/ppregiel" + }, + { + "name": "codebymikey", + "homepage": "https://www.drupal.org/u/codebymikey" + }, + { + "name": "szeidler", + "homepage": "https://www.drupal.org/user/767652" + }, + { + "name": "thorandre", + "homepage": "https://www.drupal.org/user/223878" + }, + { + "name": "truls1502", + "homepage": "https://www.drupal.org/user/325866" + } + ], + "description": "Drupal Gutenberg brings the powerful admin features of Gutenberg Editor to Drupal.", + "homepage": "https://www.drupal.org/project/gutenberg", + "support": { + "source": "https://git.drupalcode.org/project/gutenberg", + "issues": "https://www.drupal.org/project/issues/gutenberg" + } + }, + { + "name": "drupal/hal", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/hal.git", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/hal-1.0.2.zip", + "reference": "1.0.2", + "shasum": "4e29b3c0873a0d46d653d0ac5d732706a9165511" + }, + "require": { + "drupal/core": "^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.2", + "datestamp": "1660689853", + "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": "bbrala", + "homepage": "https://www.drupal.org/user/3366066" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Hypermedia Application Language (HAL)", + "homepage": "https://www.drupal.org/project/hal", + "support": { + "source": "https://git.drupalcode.org/project/hal" + } + }, + { + "name": "drupal/honeypot", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/honeypot.git", + "reference": "2.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.1.zip", + "reference": "2.1.1", + "shasum": "2f01297c8c6d1bdb2e5f4c3b2c8c7e8be521191c" + }, + "require": { + "drupal/core": "^9.2 || ^10" + }, + "require-dev": { + "drupal/rules": "^3.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.1", + "datestamp": "1654198290", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8156,17 +9828,17 @@ "authors": [ { "name": "Jeff Geerling", - "homepage": "https://www.drupal.org/user/213194", + "homepage": "https://www.drupal.org/user/389011", "email": "geerlingguy@mac.com" }, + { + "name": "Manuel Garcia", + "homepage": "https://www.drupal.org/user/213194" + }, { "name": "TR", "homepage": "https://www.drupal.org/user/202830" }, - { - "name": "geerlingguy", - "homepage": "https://www.drupal.org/user/389011" - }, { "name": "vijaycs85", "homepage": "https://www.drupal.org/user/93488" @@ -8282,26 +9954,26 @@ }, { "name": "drupal/http_client_error_status", - "version": "2.3.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/http_client_error_status.git", - "reference": "8.x-2.3" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/http_client_error_status-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "8046f7e3ea5673bec0ca89c6777c839567339b09" + "url": "https://ftp.drupal.org/files/projects/http_client_error_status-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "95a98da7719050ae29a9128e475569a2f62529a6" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.7.7 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.3", - "datestamp": "1612527987", + "version": "8.x-2.5", + "datestamp": "1655678454", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8328,18 +10000,63 @@ } }, { - "name": "drupal/indieweb", - "version": "1.18.0", + "name": "drupal/ief_complex_open", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/indieweb.git", - "reference": "8.x-1.18" + "url": "https://git.drupalcode.org/project/ief_complex_open.git", + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.18.zip", - "reference": "8.x-1.18", - "shasum": "a12998360c75e524ae5fadbd70db18d1548b134f" + "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.0.zip", + "reference": "1.0.0", + "shasum": "8ce936fe614671ac393e5f7823faea36dc5d658b" + }, + "require": { + "drupal/core": "^8.8 || ^9", + "drupal/inline_entity_form": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1650652235", + "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": "drpldrp", + "homepage": "https://www.drupal.org/user/3630968" + } + ], + "description": "Inline entity form complex widget with add existing open by default.", + "homepage": "https://www.drupal.org/project/ief_complex_open", + "support": { + "source": "https://git.drupalcode.org/project/ief_complex_open" + } + }, + { + "name": "drupal/indieweb", + "version": "1.19.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/indieweb.git", + "reference": "8.x-1.19" + }, + "dist": { + "type": "zip", + "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", @@ -8358,8 +10075,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.18", - "datestamp": "1637438126", + "version": "8.x-1.19", + "datestamp": "1648140487", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8389,28 +10106,126 @@ "source": "https://git.drupalcode.org/project/indieweb" } }, + { + "name": "drupal/inline_entity_form", + "version": "1.0.0-rc12", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/inline_entity_form.git", + "reference": "8.x-1.0-rc12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc12.zip", + "reference": "8.x-1.0-rc12", + "shasum": "eddee2964823b7da2ec7032ddb871f247ba7ed7a" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10", + "php": ">=7.1" + }, + "require-dev": { + "drupal/entity_reference_revisions": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc12", + "datestamp": "1658308069", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "Centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "kaythay", + "homepage": "https://www.drupal.org/user/2182186" + }, + { + "name": "oknate", + "homepage": "https://www.drupal.org/user/471638" + }, + { + "name": "ram4nd", + "homepage": "https://www.drupal.org/user/601534" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + }, + { + "name": "slashrsm", + "homepage": "https://www.drupal.org/user/744628" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.", + "homepage": "https://www.drupal.org/project/inline_entity_form", + "support": { + "source": "https://git.drupalcode.org/project/inline_entity_form" + } + }, { "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." } } }, @@ -8428,7 +10243,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" @@ -8471,6 +10286,10 @@ "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, + { + "name": "bnjmnm", + "homepage": "https://www.drupal.org/user/2369194" + }, { "name": "jjeff", "homepage": "https://www.drupal.org/user/17190" @@ -8569,26 +10388,26 @@ }, { "name": "drupal/key", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/key.git", - "reference": "8.x-1.15" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/key-8.x-1.15.zip", - "reference": "8.x-1.15", - "shasum": "ebef48e042968862b6767af4b1bf49835eca487e" + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "35a4476d7d52563bb26bd4dcc5fbf5fdd7c9391b" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": ">=8.9 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.15", - "datestamp": "1634075859", + "version": "8.x-1.16", + "datestamp": "1661968490", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8596,13 +10415,13 @@ }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": ">=9" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -8634,26 +10453,26 @@ }, { "name": "drupal/key_value_field", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/key_value_field.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/key_value_field-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "30a9cb01cac31059bdf4177d8e0d42fc4865c72a" + "url": "https://ftp.drupal.org/files/projects/key_value_field-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "f76d97da2f4a2a3b4f3ee0b35cf5b1f9e77dc767" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": ">=8.9 <11.0.0-stable" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1586279687", + "version": "8.x-1.3", + "datestamp": "1661273961", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8882,70 +10701,6 @@ "source": "https://git.drupalcode.org/project/mailchimp" } }, - { - "name": "drupal/mailsystem", - "version": "4.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mailsystem.git", - "reference": "8.x-4.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip", - "reference": "8.x-4.3", - "shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-4.3", - "datestamp": "1586203024", - "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": "Les Lim", - "homepage": "https://www.drupal.org/user/84263" - }, - { - "name": "Manuel Garcia", - "homepage": "https://www.drupal.org/user/213194" - }, - { - "name": "Nafes", - "homepage": "https://www.drupal.org/user/2489926" - }, - { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" - }, - { - "name": "pillarsdotnet", - "homepage": "https://www.drupal.org/user/36148" - } - ], - "description": "Mail System", - "homepage": "https://www.drupal.org/project/mailsystem", - "support": { - "source": "https://git.drupalcode.org/project/mailsystem" - } - }, { "name": "drupal/markdown", "version": "3.0.0-rc2", @@ -9013,26 +10768,26 @@ }, { "name": "drupal/menu_admin_per_menu", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "cb967bdd9ca6f5692d670d5c7c8d77587e7fd38c" + "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "ec8c7a4a064aa285dfb722dad264da9936fc81b6" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1593436060", + "version": "8.x-1.5", + "datestamp": "1660918821", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9044,14 +10799,14 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "JeroenT", - "homepage": "https://www.drupal.org/user/2228934" - }, { "name": "anrikun", "homepage": "https://www.drupal.org/user/410199" }, + { + "name": "JeroenT", + "homepage": "https://www.drupal.org/user/2228934" + }, { "name": "jonas139", "homepage": "https://www.drupal.org/user/2873401" @@ -9069,17 +10824,17 @@ }, { "name": "drupal/menu_block", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_block.git", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "6d021a24a6a8691becbecf02ac236a7d8626d4d0" + "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "6c2ecbe6ed182b87d6cd30c6c87e9b0f408b69f0" }, "require": { "drupal/core": "^8 || ^9" @@ -9087,8 +10842,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1619638238", + "version": "8.x-1.8", + "datestamp": "1647931812", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9133,17 +10888,17 @@ }, { "name": "drupal/menu_link_config", - "version": "1.0.0-alpha3", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_link_config.git", - "reference": "8.x-1.0-alpha3" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "d94d168a86202482bf5f3e550c04f1bbc34c06a0" + "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "59f731df082e26e2031ca8ea988b03be8c34dcfa" }, "require": { "drupal/core": "^8 || ^9" @@ -9151,8 +10906,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1628872508", + "version": "8.x-1.0-alpha4", + "datestamp": "1658293848", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9164,18 +10919,22 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Hydra", - "homepage": "https://www.drupal.org/user/647364" - }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "Hydra", + "homepage": "https://www.drupal.org/user/647364" + }, { "name": "labboy0276", "homepage": "https://www.drupal.org/user/2397942" }, + { + "name": "malcomio", + "homepage": "https://www.drupal.org/user/418511" + }, { "name": "tstoeckler", "homepage": "https://www.drupal.org/user/107158" @@ -9312,17 +11071,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", @@ -9341,8 +11100,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" @@ -9436,25 +11195,25 @@ }, { "name": "drupal/migrate_plus", - "version": "5.2.0", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "8.x-5.2" + "reference": "6.0.0" }, "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-6.0.0.zip", + "reference": "6.0.0", + "shasum": "cbdda92ef6c4d096a673ff391bc061e012433ecf" }, "require": { - "drupal/core": "^9.1" + "drupal/core": ">=9.1", + "php": ">=7.4" }, "require-dev": { "drupal/migrate_example_advanced_setup": "*", - "drupal/migrate_example_setup": "*", - "drush/drush": "^10" + "drupal/migrate_example_setup": "*" }, "suggest": { "ext-soap": "*", @@ -9463,17 +11222,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.2", - "datestamp": "1641478565", + "version": "6.0.0", + "datestamp": "1650983140", "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", @@ -9557,35 +11311,36 @@ }, { "name": "drupal/migrate_tools", - "version": "5.1.0", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "8.x-5.1" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-5.1.zip", - "reference": "8.x-5.1", - "shasum": "2c1a9d35d318a0e1de30a99fbf64bedd4e65cee1" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.0.zip", + "reference": "6.0.0", + "shasum": "bec5a0e4fbb6ec0face6780c2ab98ffe6096188b" }, "require": { - "drupal/core": "^9.1", - "drupal/migrate_plus": "^5", - "php": ">=7.1" + "drupal/core": ">=9.1", + "php": ">=7.4" }, "require-dev": { - "drupal/migrate_source_csv": "^3.0", - "drush/drush": "^10" + "drupal/migrate_plus": ">=5", + "drupal/migrate_source_csv": ">=3", + "drush/drush": ">=11" }, "suggest": { - "drush/drush": "^9 || ^10" + "drupal/migrate_plus": ">=5", + "drush/drush": ">=11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.1", - "datestamp": "1640378500", + "version": "6.0.0", + "datestamp": "1651240616", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9593,7 +11348,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": ">=9" } } }, @@ -9626,34 +11381,33 @@ } }, { - "name": "drupal/mimemail", - "version": "1.0.0-alpha4", + "name": "drupal/migrate_upgrade", + "version": "4.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/mimemail.git", - "reference": "8.x-1.0-alpha4" + "url": "https://git.drupalcode.org/project/migrate_upgrade.git", + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mimemail-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "7e65bbcb616de898ecc7c01d280b8d69101f2dcc" + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.0.zip", + "reference": "4.0.0", + "shasum": "710ba15d9adb998a3e1458808086ac7642f1ae9c" }, "require": { - "drupal/core": "^8.8.2 || ^9", - "drupal/mailsystem": "*" - }, - "require-dev": { - "drupal/rules": "*" + "drupal/core": ">=9", + "drupal/migrate_plus": ">=5", + "drush/drush": ">=9", + "php": ">7.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1638738304", + "version": "4.0.0", + "datestamp": "1650660030", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -9663,26 +11417,22 @@ ], "authors": [ { - "name": "Allie Micka", - "homepage": "https://www.drupal.org/user/15091" + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" }, { - "name": "TR", - "homepage": "https://www.drupal.org/user/202830" - }, - { - "name": "jerdavis", - "homepage": "https://www.drupal.org/user/228997" - }, - { - "name": "sgabe", - "homepage": "https://www.drupal.org/user/232117" + "name": "Lucas Hedding", + "homepage": "https://www.drupal.org/u/heddn", + "role": "Maintainer" } ], - "description": "Sends MIME-encoded emails with embedded images and attachments.", - "homepage": "https://www.drupal.org/project/mimemail", + "description": "Drush support for direct upgrades from older Drupal versions.", + "homepage": "https://www.drupal.org/project/migrate_upgrade", "support": { - "source": "https://git.drupalcode.org/project/mimemail" + "source": "https://git.drupalcode.org/project/migrate_upgrade", + "issues": "https://www.drupal.org/project/issues/migrate_upgrade", + "slack": "#migrate" } }, { @@ -9700,9 +11450,13 @@ "shasum": "5bcee953dc62eccccbc8f915a98528a603a67c99" }, "require": { + "drupal/ckeditor": "*", "drupal/core": "^8 || ^9", "drupal/wysiwyg_linebreaks": "^1.9" }, + "require-dev": { + "drupal/ckeditor": "*" + }, "type": "drupal-module", "extra": { "drupal": { @@ -9741,6 +11495,7 @@ "name": "drupal/minimalhtmltitle", "version": "1.4.0", "require": { + "drupal/ckeditor": "*", "drupal/core": "^8 || ^9", "drupal/minimalhtml": "^1" }, @@ -9771,6 +11526,56 @@ "source": "https://git.drupalcode.org/project/minimalhtml" } }, + { + "name": "drupal/mobile_number", + "version": "2.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/mobile_number.git", + "reference": "2.0.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/mobile_number-2.0.0-alpha5.zip", + "reference": "2.0.0-alpha5", + "shasum": "1885dfaf83607b452648db61ea43d0bf6471a477" + }, + "require": { + "drupal/core": "^8.8 || ^9", + "giggsey/libphonenumber-for-php": "^8.0" + }, + "require-dev": { + "drupal/sms": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0-alpha5", + "datestamp": "1632255795", + "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+" + ], + "authors": [ + { + "name": "Nir Yariv", + "homepage": "http://dofinity.com", + "email": "nir@dofinity.com", + "role": "Maintainer" + } + ], + "description": "Mobile number field with sms verification.", + "homepage": "http://drupal.org/project/mobile_number", + "support": { + "source": "https://git.drupalcode.org/project/mobile_number" + } + }, { "name": "drupal/node_view_permissions", "version": "1.5.0", @@ -9825,17 +11630,17 @@ }, { "name": "drupal/noreferrer", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.13" + "reference": "8.x-1.14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "53ade8a44d6f0bc6c557b28a791e65caaed6da16" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "9a6b792b1cfe997c599da48470c3d84e11213a54" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -9843,8 +11648,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1644054026", + "version": "8.x-1.14", + "datestamp": "1659078077", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9936,7 +11741,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "02c4106025c88d336d1a69e670601d87af734b8a" + "reference": "8986e4fb2cec09b2c4a78981383dafd3b5fc08df" }, "require": { "drupal/bulma": "^1.0-rc1", @@ -9951,8 +11756,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2+1-dev", - "datestamp": "1627757384", + "version": "8.x-1.3+17-dev", + "datestamp": "1658873612", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -10006,7 +11811,7 @@ "source": { "type": "git", "url": "git@gitlab.com:drutopia/octavia_camouflage.git", - "reference": "241889810e7c19ac12ac7e993e1aa9403b7b957c" + "reference": "f8b1333bae98eb447bb78d7e01636e707dda3918" }, "require": { "drupal/octavia": "^1.0" @@ -10027,36 +11832,35 @@ "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" }, - "time": "2021-09-20T16:28:14+00:00" + "time": "2022-08-03T23:08:44+00:00" }, { "name": "drupal/paragraphs", - "version": "1.13.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.13" + "reference": "8.x-1.15" }, "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.15.zip", + "reference": "8.x-1.15", + "shasum": "2ed2d3199553010fa1c500181bbebe676e9e60c1" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.3 || ^10", "drupal/entity_reference_revisions": "~1.3" }, "require-dev": { - "drupal/block_field": "~1.0", - "drupal/ctools": "3.x-dev", - "drupal/diff": "~1.0", + "drupal/block_field": "1.x-dev", + "drupal/diff": "1.x-dev", "drupal/entity_browser": "2.x-dev", "drupal/entity_usage": "2.x-dev", "drupal/field_group": "3.x-dev", - "drupal/inline_entity_form": "~1.0", + "drupal/inline_entity_form": "1.x-dev", "drupal/paragraphs-paragraphs_library": "*", - "drupal/replicate": "~1.0", + "drupal/replicate": "1.x-dev", "drupal/search_api": "1.x-dev", "drupal/search_api_db": "*" }, @@ -10066,8 +11870,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1646121716", + "version": "8.x-1.15", + "datestamp": "1661440897", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10087,10 +11891,6 @@ "name": "Frans", "homepage": "https://www.drupal.org/user/514222" }, - { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" - }, { "name": "jeroen.b", "homepage": "https://www.drupal.org/user/1853532" @@ -10102,6 +11902,10 @@ { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" } ], "description": "Enables the creation of Paragraphs entities.", @@ -10303,20 +12107,20 @@ }, { "name": "drupal/pathauto", - "version": "1.9.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.9" + "reference": "8.x-1.11" }, "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.11.zip", + "reference": "8.x-1.11", + "shasum": "a006fe9e6046a9833711a1ae56aa4752e65bcdc8" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.3 || ^10", "drupal/ctools": "*", "drupal/token": "*" }, @@ -10326,8 +12130,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1644822949", + "version": "8.x-1.11", + "datestamp": "1660129564", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10393,7 +12197,7 @@ "datestamp": "1636066585", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -10421,6 +12225,66 @@ "source": "https://git.drupalcode.org/project/plausible" } }, + { + "name": "drupal/prepopulate", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/prepopulate.git", + "reference": "8.x-2.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "5a49eaf7f231395f64d378a3978ba42a8fab6554" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "require-dev": { + "drupal/inline_entity_form": "*", + "drupal/og": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.3", + "datestamp": "1588005625", + "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": "eafarris", + "homepage": "https://www.drupal.org/user/812" + }, + { + "name": "ff1", + "homepage": "https://www.drupal.org/user/41738" + }, + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "jbrauer", + "homepage": "https://www.drupal.org/user/12363" + } + ], + "description": "Allows form elements to be prepopulated from the URL.", + "homepage": "https://www.drupal.org/project/prepopulate", + "support": { + "source": "https://git.drupalcode.org/project/prepopulate" + } + }, { "name": "drupal/preview_link", "version": "1.7.0", @@ -10458,10 +12322,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, { "name": "acbramley", "homepage": "https://www.drupal.org/user/1036766" @@ -10477,6 +12337,10 @@ { "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], "description": "Allows anyone to preview unpublished content with a unique link.", @@ -10486,27 +12350,257 @@ } }, { - "name": "drupal/redirect", - "version": "1.7.0", + "name": "drupal/r4032login", + "version": "2.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.7" + "url": "https://git.drupalcode.org/project/r4032login.git", + "reference": "2.2.0" }, "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/r4032login-2.2.0.zip", + "reference": "2.2.0", + "shasum": "fc0e611d005d1040d19a3448a21875de65afb591" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1639380488", + "version": "2.2.0", + "datestamp": "1649051152", + "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": "Bevan", + "homepage": "https://www.drupal.org/user/49989" + }, + { + "name": "Grayle", + "homepage": "https://www.drupal.org/user/3145497" + }, + { + "name": "Nixou", + "homepage": "https://www.drupal.org/user/2304734" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "Sk8erPeter", + "homepage": "https://www.drupal.org/user/1441344" + }, + { + "name": "bdone", + "homepage": "https://www.drupal.org/user/687670" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "lotyrin", + "homepage": "https://www.drupal.org/user/216580" + }, + { + "name": "ms2011", + "homepage": "https://www.drupal.org/user/108440" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" + } + ], + "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", + "homepage": "https://www.drupal.org/project/r4032login", + "support": { + "source": "https://git.drupalcode.org/project/r4032login" + } + }, + { + "name": "drupal/rabbit_hole", + "version": "1.0.0-beta10", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/rabbit_hole.git", + "reference": "8.x-1.0-beta10" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta10.zip", + "reference": "8.x-1.0-beta10", + "shasum": "3eb151b7a905bbf0a50d9fe2ecffbca3eeb73ac9" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "require-dev": { + "drupal/commerce_product": "*", + "drupal/file_entity": "*", + "drupal/group": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta10", + "datestamp": "1610813035", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Dylan Donkersgoed", + "homepage": "https://www.drupal.org/user/2803351" + }, + { + "name": "Matroskeen", + "homepage": "https://www.drupal.org/user/3426249" + }, + { + "name": "mparker17", + "homepage": "https://www.drupal.org/user/536298" + }, + { + "name": "Odd Hill", + "homepage": "https://www.drupal.org/user/789934" + }, + { + "name": "olofbokedal", + "homepage": "https://www.drupal.org/user/1198438" + }, + { + "name": "shumushin", + "homepage": "https://www.drupal.org/user/22093" + } + ], + "description": "Basic functionality that is shared among the different Rabbit Hole modules.", + "homepage": "https://www.drupal.org/project/rabbit_hole", + "support": { + "source": "https://git.drupalcode.org/project/rabbit_hole" + } + }, + { + "name": "drupal/rdf", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/rdf.git", + "reference": "2.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/rdf-2.1.0.zip", + "reference": "2.1.0", + "shasum": "b728775bd8d488c065709a420b9574b91b3fea59" + }, + "require": { + "drupal/core": "^9.4 || ^10.0", + "easyrdf/easyrdf": "^0.9 || ^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.0", + "datestamp": "1662904116", + "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": "Arto", + "homepage": "https://www.drupal.org/user/26089" + }, + { + "name": "bbrala", + "homepage": "https://www.drupal.org/user/3366066" + }, + { + "name": "bhuga", + "homepage": "https://www.drupal.org/user/186547" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "linclark", + "homepage": "https://www.drupal.org/user/396253" + }, + { + "name": "miglius", + "homepage": "https://www.drupal.org/user/18741" + }, + { + "name": "scor", + "homepage": "https://www.drupal.org/user/52142" + }, + { + "name": "smustgrave", + "homepage": "https://www.drupal.org/user/3252890" + } + ], + "description": "Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes", + "homepage": "https://www.drupal.org/project/rdf", + "support": { + "source": "https://git.drupalcode.org/project/rdf" + } + }, + { + "name": "drupal/redirect", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/redirect.git", + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "a7a440423434472ff7115ae69df01553f763f839" + }, + "require": { + "drupal/core": "^9.2 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.8", + "datestamp": "1661806955", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10539,16 +12633,16 @@ }, { "name": "drupal/redirect_404", - "version": "1.7.0", + "version": "1.8.0", "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^9.2 || ^10", "drupal/redirect": "*" }, "type": "metapackage", "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" @@ -10597,10 +12691,10 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1545088080", + "datestamp": "1646497509", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -10620,6 +12714,127 @@ "source": "https://git.drupalcode.org/project/regionincontent" } }, + { + "name": "drupal/registration_role", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/registration_role.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/registration_role-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "37135cf58f6fe90fbbdfb2354000f5763093861a" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1590120525", + "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": "karthikeyan-manivasagam", + "homepage": "https://www.drupal.org/user/1494424" + }, + { + "name": "melon", + "homepage": "https://www.drupal.org/user/32875" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "pfournier", + "homepage": "https://www.drupal.org/user/160468" + }, + { + "name": "pignaz", + "homepage": "https://www.drupal.org/user/471908" + }, + { + "name": "yogen.prasad", + "homepage": "https://www.drupal.org/user/2115328" + } + ], + "description": "Automatically assign a role to all new users who register.", + "homepage": "https://www.drupal.org/project/registration_role", + "support": { + "source": "https://git.drupalcode.org/project/registration_role" + } + }, + { + "name": "drupal/require_on_publish", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/require_on_publish.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "e71817a3fc3d35cfd02fc333a0f18074f8074cfd" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1617046369", + "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": "Mike Priscella", + "homepage": "https://drupal.org/u/mpriscella", + "role": "Maintainer" + }, + { + "name": "pfunklange", + "homepage": "https://www.drupal.org/user/566588" + } + ], + "description": "Adds ability to designate fields as required for publishing only.", + "homepage": "https://www.drupal.org/project/require_on_publish", + "keywords": [ + "field", + "publish", + "require", + "require on publish", + "required field" + ], + "support": { + "source": "https://git.drupalcode.org/project/require_on_publish", + "issues": "https://www.drupal.org/project/issues/require_on_publish" + } + }, { "name": "drupal/riddler", "version": "1.2.0", @@ -10702,7 +12917,7 @@ "extra": { "drupal": { "version": "8.x-1.2", - "datestamp": "1644486753", + "datestamp": "1644487627", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10757,7 +12972,7 @@ "extra": { "drupal": { "version": "8.x-1.4", - "datestamp": "1637145565", + "datestamp": "1654699160", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10802,6 +13017,70 @@ "issues": "https://www.drupal.org/project/issues/scheduler" } }, + { + "name": "drupal/schema_metatag", + "version": "2.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/schema_metatag.git", + "reference": "8.x-2.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "ed5f0ec3f3c9befec3f0fc591d3d179e496a9e76" + }, + "require": { + "drupal/core": "^8.0 || ^9.0", + "drupal/metatag": "^1.0" + }, + "require-dev": { + "drupal/coder": "^8.3", + "drupal/metatag_views": "*", + "drupal/schema_article": "*", + "drupal/schema_organization": "*", + "phpcompatibility/php-compatibility": "^9.3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.3", + "datestamp": "1646399478", + "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": "DamienMcKenna", + "homepage": "https://www.drupal.org/user/108450" + }, + { + "name": "KarenS", + "homepage": "https://www.drupal.org/user/45874" + }, + { + "name": "wells", + "homepage": "https://www.drupal.org/user/2452278" + } + ], + "description": "Metatag implementation of Schema.org structured data (JSON-LD)", + "homepage": "https://www.drupal.org/project/schema_metatag", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/schema_metatag", + "issues": "https://www.drupal.org/project/issues/schema_metatag" + } + }, { "name": "drupal/scn", "version": "1.5.0", @@ -10916,20 +13195,20 @@ }, { "name": "drupal/search_api", - "version": "1.23.0", + "version": "1.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.23" + "reference": "8.x-1.25" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.23.zip", - "reference": "8.x-1.23", - "shasum": "7de5425bba5b8daa37e98d47b677459dfb1abbe7" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.25.zip", + "reference": "8.x-1.25", + "shasum": "823bf5a6010cd08c7d1b287fcd855fbf81140e39" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.2 || ^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -10947,8 +13226,8 @@ "type": "drupal-module", "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" @@ -10987,17 +13266,31 @@ } }, { - "name": "drupal/search_api_db", - "version": "1.23.0", - "require": { - "drupal/core": "^8.8 || ^9", - "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" }, - "type": "metapackage", + "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.23", - "datestamp": "1642935837", + "version": "8.x-1.6", + "datestamp": "1641998786", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11010,9 +13303,45 @@ ], "authors": [ { - "name": "Nick_vh", - "homepage": "https://www.drupal.org/user/122682" + "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.25.0", + "require": { + "drupal/core": "^9.2 || ^10.0", + "drupal/search_api": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-1.25", + "datestamp": "1658149514", + "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": "borisson_", "homepage": "https://www.drupal.org/user/2393360" @@ -11020,6 +13349,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.", @@ -11145,30 +13478,98 @@ } }, { - "name": "drupal/shield", - "version": "1.6.0", + "name": "drupal/select_or_other", + "version": "4.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/shield.git", - "reference": "8.x-1.6" + "url": "https://git.drupalcode.org/project/select_or_other.git", + "reference": "4.0.0" }, "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/select_or_other-4.0.0.zip", + "reference": "4.0.0", + "shasum": "dfb9cb2dd40d18eb186d089411340940e6491abb" }, "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "require-dev": { - "drupal/key": "^1.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1644835181", + "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.7.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/shield.git", + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "dcb77778aaffd39a9bb80c123f086358ad1c8bf9" + }, + "require": { + "drupal/core": "^9.2 || ^10" + }, + "require-dev": { + "drupal/key": "^1.16" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.7", + "datestamp": "1661968920", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11272,17 +13673,17 @@ }, { "name": "drupal/skins", - "version": "1.0.0-rc3", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/skins.git", - "reference": "8.x-1.0-rc3" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "28744035c0bd89865b75733f98474154cab4d25b" + "url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "04598bfffe8a5b6a1a6031f185d1140cf8c4ed08" }, "require": { "drupal/core": "^8.8 || ^9" @@ -11290,8 +13691,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1627756727", + "version": "8.x-1.0-rc4", + "datestamp": "1659298946", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11303,10 +13704,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Poieo", - "homepage": "https://www.drupal.org/user/303228" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -11314,6 +13711,10 @@ { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "Poieo", + "homepage": "https://www.drupal.org/user/303228" } ], "description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.", @@ -11322,6 +13723,319 @@ "source": "https://git.drupalcode.org/project/skins" } }, + { + "name": "drupal/smart_date", + "version": "3.6.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/smart_date.git", + "reference": "3.6.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/smart_date-3.6.1.zip", + "reference": "3.6.1", + "shasum": "a2ce55f5e38d046143881839f5ba0e6dcb49e823" + }, + "require": { + "drupal/core": "^9 || ^10", + "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.6.1", + "datestamp": "1661631736", + "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": "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/sms", + "version": "2.0.1", + "require": { + "drupal/core": "^8.9 || ^9", + "drupal/dynamic_entity_reference": "^1.0", + "drupal/smsframework": "^2", + "php": "^7.3 || ^8" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "2.0.1", + "datestamp": "1660843251", + "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": "Aniebiet Udoh", + "homepage": "https://www.drupal.org/u/almaudoh", + "role": "Maintainer" + }, + { + "name": "Daniel Phin", + "homepage": "http://danielph.in", + "role": "Maintainer" + }, + { + "name": "dpi", + "homepage": "https://www.drupal.org/user/81431" + } + ], + "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.", + "homepage": "http://drupal.org/project/smsframework", + "support": { + "source": "http://cgit.drupalcode.org/smsframework", + "issues": "https://www.drupal.org/project/issues/smsframework" + } + }, + { + "name": "drupal/sms_twilio", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/sms_twilio.git", + "reference": "a750193481855e999889a04e5165c0c220a1a0c4" + }, + "require": { + "drupal/core": "^8.9 || ^9", + "drupal/smsframework": "^1.0 || ^2.0@alpha", + "twilio/sdk": "5.4.*" + }, + "suggest": { + "drupal/smsframework": "Provides integration with SMS Framework" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0+2-dev", + "datestamp": "1630002985", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "autoload": { + "psr-4": { + "Drupal\\sms_twilio\\": "src" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Chris Rockwell", + "homepage": "https://twitter.com/chrisrockwell", + "role": "Maintainer" + }, + { + "name": "Daniel Phin", + "homepage": "http://danielph.in", + "email": "pro@danielph.in", + "role": "Developer" + }, + { + "name": "mcpuddin", + "homepage": "https://www.drupal.org/user/564834" + }, + { + "name": "spheresh", + "homepage": "https://www.drupal.org/user/624860" + }, + { + "name": "univate", + "homepage": "https://www.drupal.org/user/279264" + } + ], + "description": "Integrates Twilio with SMS Framework.", + "homepage": "https://www.drupal.org/project/sms_twilio", + "support": { + "source": "http://cgit.drupalcode.org/sms_twilio", + "issues": "https://www.drupal.org/project/issues/sms_twilio" + } + }, + { + "name": "drupal/smsframework", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/smsframework.git", + "reference": "2.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/smsframework-2.0.1.zip", + "reference": "2.0.1", + "shasum": "52690a6d7198d67f28b0b9a480524a5c5792df14" + }, + "require": { + "drupal/core": "^8.9 || ^9" + }, + "require-dev": { + "drupal/dynamic_entity_reference": "*", + "drupal/sms": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.1", + "datestamp": "1660843251", + "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": "almaudoh", + "homepage": "https://www.drupal.org/user/488082" + }, + { + "name": "batje", + "homepage": "https://www.drupal.org/user/2696" + }, + { + "name": "dpi", + "homepage": "https://www.drupal.org/user/81431" + } + ], + "homepage": "https://www.drupal.org/project/smsframework", + "support": { + "source": "https://git.drupalcode.org/project/smsframework" + } + }, + { + "name": "drupal/social_api", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/social_api.git", + "reference": "3.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/social_api-3.1.0.zip", + "reference": "3.1.0", + "shasum": "ceb8b35f718657a8f3d67d2e9a8384d4b35687ea" + }, + "require": { + "drupal/core": "^9.1 || ^10", + "ext-openssl": "*", + "league/oauth2-client": "^2.0" + }, + "require-dev": { + "drupal/coder": "^8.3", + "phpcompatibility/php-compatibility": "^9.3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.1.0", + "datestamp": "1660188487", + "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": "Getulio Sánchez (gvso)", + "homepage": "https://www.drupal.org/u/gvso", + "role": "Maintainer" + }, + { + "name": "Himansh Dixit (himanshu-dixit)", + "homepage": "https://www.drupal.org/user/3510098", + "email": "hudixt@gmail.com" + }, + { + "name": "Chrsitopher C. Wells (wells)", + "homepage": "https://www.drupal.org/user/550110", + "email": "drupal.org@chris-wells.net" + }, + { + "name": "gvso", + "homepage": "https://www.drupal.org/user/3101285" + }, + { + "name": "himanshu-dixit", + "homepage": "https://www.drupal.org/user/3513954" + }, + { + "name": "wells", + "homepage": "https://www.drupal.org/user/2452278" + } + ], + "description": "Harmonizes social networking services in Drupal", + "homepage": "https://www.drupal.org/project/social_api", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/social_api", + "issues": "https://www.drupal.org/project/issues/social_api" + } + }, { "name": "drupal/social_media_links", "version": "2.8.0", @@ -11373,6 +14087,191 @@ "issues": "https://www.drupal.org/project/issues/social_media_links" } }, + { + "name": "drupal/social_post", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/social_post.git", + "reference": "3.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/social_post-3.0.0.zip", + "reference": "3.0.0", + "shasum": "a1affa4c91f11d2b11d9e546787d9cb437949daa" + }, + "require": { + "drupal/core": "^8.8 || ^9.0 || ^10", + "drupal/social_api": "^3" + }, + "require-dev": { + "drupal/coder": "^8.3" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "3.0.0", + "datestamp": "1660311954", + "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": "Getulio Valentin Sánchez (gvso)", + "homepage": "https://www.drupal.org/user/550110", + "email": "valentin2507@gmail.com" + }, + { + "name": "Himansh Dixit (himanshu-dixit)", + "homepage": "https://www.drupal.org/user/3101285", + "email": "hudixt@gmail.com" + }, + { + "name": "Chrsitopher C. Wells (wells)", + "homepage": "https://www.drupal.org/user/2452278", + "email": "drupal.org@chris-wells.net" + } + ], + "description": "Social Post", + "homepage": "https://www.drupal.org/project/social_post", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/social_post", + "issues": "https://www.drupal.org/project/issues/social_post" + } + }, + { + "name": "drupal/social_post_facebook", + "version": "dev-3.0.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/social_post_facebook.git", + "reference": "c73b349f194b2b9cb6fee290eef398592f5685fd" + }, + "require": { + "agaric/php-facebook": "^1", + "drupal/core": "^8 || ^9", + "drupal/social_post": "^3" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.0.x": "3.0.x-dev" + }, + "drupal": { + "version": "3.0.x-dev", + "datestamp": "1646185540", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Getulio Valentin Sánchez (gvso)", + "homepage": "https://www.drupal.org/user/3620027", + "email": "valentin2507@gmail.com" + }, + { + "name": "Himanshu Dixit (himanshu-dixit)", + "homepage": "https://www.drupal.org/user/440810", + "email": "hudixt@gmail.com" + }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, + { + "name": "himanshu-dixit", + "homepage": "https://www.drupal.org/user/3513954" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Social Post Facebook for Facebook", + "homepage": "https://www.drupal.org/project/social_post_facebook", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/social_post_facebook", + "issues": "https://www.drupal.org/project/issues/social_post_facebook" + } + }, + { + "name": "drupal/social_post_twitter", + "version": "dev-3.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/social_post_twitter.git", + "reference": "1072f9df38ed49bf2336e0a3c99802df216bd49a" + }, + "require": { + "abraham/twitteroauth": ">=2", + "drupal/core": "^8.8 || ^9.0 || ^10", + "drupal/social_post": "^3.0" + }, + "require-dev": { + "drupal/coder": "^8.3", + "drupal/rules": "3.x-dev" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "3.0.0-beta3+1-dev", + "datestamp": "1660236679", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Getulio Valentin Sánchez (gvso)", + "homepage": "https://www.drupal.org/user/3101285", + "email": "valentin2507@gmail.com" + }, + { + "name": "Chrsitopher C. Wells (wells)", + "homepage": "https://www.drupal.org/user/2452278", + "email": "drupal.org@chris-wells.net" + } + ], + "description": "Social Post integration for Twitter", + "homepage": "https://www.drupal.org/project/social_post_twitter", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/social_post_twitter", + "issues": "https://www.drupal.org/project/issues/social_post_twitter" + } + }, { "name": "drupal/stripe", "version": "1.0.0", @@ -11604,89 +14503,19 @@ "source": "https://git.drupalcode.org/project/subprofiles" } }, - { - "name": "drupal/swiftmailer", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/swiftmailer.git", - "reference": "8.x-2.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/swiftmailer-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "54269f7ceb6364e4fb953cf67b52b555d748d09c" - }, - "require": { - "drupal/core": "^8.9.11 || ^9.0.10", - "drupal/mailsystem": "^4.1.0", - "egulias/email-validator": "^2.0||^3", - "html2text/html2text": "^4.0.1", - "php": ">=7.0.0", - "swiftmailer/swiftmailer": "^6.1.3", - "tijsverkoyen/css-to-inline-styles": "^2.2" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.2", - "datestamp": "1639141915", - "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": "AdamPS", - "homepage": "https://www.drupal.org/user/2650563" - }, - { - "name": "Anybody", - "homepage": "https://www.drupal.org/user/291091" - }, - { - "name": "B-Prod", - "homepage": "https://www.drupal.org/user/407852" - }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, - { - "name": "sbrattla", - "homepage": "https://www.drupal.org/user/53422" - }, - { - "name": "webflo", - "homepage": "https://www.drupal.org/user/254778" - } - ], - "description": "Swiftmailer", - "homepage": "https://www.drupal.org/project/swiftmailer", - "support": { - "source": "https://git.drupalcode.org/project/swiftmailer" - } - }, { "name": "drupal/taxonomy_manager", - "version": "2.0.6", + "version": "2.0.7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.6" + "reference": "2.0.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.6.zip", - "reference": "2.0.6", - "shasum": "be0c3ffddc39c6dfdab1195c40b3fb9cb7568db5" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.7.zip", + "reference": "2.0.7", + "shasum": "3f89af2a9581334634f2d41f4459c75076059b80" }, "require": { "drupal/core": "^8.8 || ^9", @@ -11695,8 +14524,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.6", - "datestamp": "1632334059", + "version": "2.0.7", + "datestamp": "1652326645", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11724,6 +14553,10 @@ "name": "alesbencina", "homepage": "https://www.drupal.org/user/3558110" }, + { + "name": "aurelianzaha", + "homepage": "https://www.drupal.org/user/3575026" + }, { "name": "dragan_bp", "homepage": "https://www.drupal.org/user/3578037" @@ -11809,26 +14642,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" @@ -11876,6 +14709,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": "1121447d067a569e0164661a5ab408fd680b40b4" + }, + "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": "1651775095", + "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", @@ -12082,6 +14956,18 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "G4MBINI", + "homepage": "https://www.drupal.org/user/2533498" + }, + { + "name": "Grimreaper", + "homepage": "https://www.drupal.org/user/2388214" + }, + { + "name": "pdureau", + "homepage": "https://www.drupal.org/user/1903334" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -12130,6 +15016,18 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "G4MBINI", + "homepage": "https://www.drupal.org/user/2533498" + }, + { + "name": "Grimreaper", + "homepage": "https://www.drupal.org/user/2388214" + }, + { + "name": "pdureau", + "homepage": "https://www.drupal.org/user/1903334" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -12172,6 +15070,18 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "G4MBINI", + "homepage": "https://www.drupal.org/user/2533498" + }, + { + "name": "Grimreaper", + "homepage": "https://www.drupal.org/user/2388214" + }, + { + "name": "pdureau", + "homepage": "https://www.drupal.org/user/1903334" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -12214,6 +15124,18 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, + { + "name": "G4MBINI", + "homepage": "https://www.drupal.org/user/2533498" + }, + { + "name": "Grimreaper", + "homepage": "https://www.drupal.org/user/2388214" + }, + { + "name": "pdureau", + "homepage": "https://www.drupal.org/user/1903334" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -12276,26 +15198,26 @@ }, { "name": "drupal/variationcache", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/variationcache.git", - "reference": "8.x-1.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "302bcd0bc4d7c12a9d18ad4f531d1c65fdac65b1" + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "7c54508549454ec60fee430205953ed8e9e4bc2e" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1588927568", + "version": "8.x-1.1", + "datestamp": "1660743143", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12343,6 +15265,7 @@ "drupal/core": "^8.8 || ^9" }, "require-dev": { + "drupal/ckeditor": "*", "drupal/colorbox": "^1.0", "drupal/video_embed_media": "*" }, @@ -12362,10 +15285,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" @@ -12373,6 +15292,10 @@ { "name": "plopesc", "homepage": "https://www.drupal.org/user/282415" + }, + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", @@ -12381,6 +15304,54 @@ "source": "https://git.drupalcode.org/project/video_embed_field" } }, + { + "name": "drupal/view_password", + "version": "6.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/view_password.git", + "reference": "6.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/view_password-6.0.0.zip", + "reference": "6.0.0", + "shasum": "7d6ea3e9cde76f98029754277d001a5717ad0de2" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "6.0.0", + "datestamp": "1624638291", + "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": "ahana92", + "homepage": "https://www.drupal.org/user/3494063" + }, + { + "name": "anacolautti", + "homepage": "https://www.drupal.org/user/2925043" + } + ], + "description": "Allows the users to see the contents of the password fields on selected forms before submission.", + "homepage": "https://www.drupal.org/project/view_password", + "support": { + "source": "https://git.drupalcode.org/project/view_password" + } + }, { "name": "drupal/view_unpublished", "version": "1.0.0", @@ -12439,22 +15410,110 @@ } }, { - "name": "drupal/viewsreference", - "version": "1.7.0", + "name": "drupal/views_daterange_filters", + "version": "1.0.0-alpha1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/viewsreference.git", - "reference": "8.x-1.7" + "url": "https://git.drupalcode.org/project/views_daterange_filters.git", + "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "6656c717cd78bee180fcc075d28db016fa7775d9" + "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "0d36c5e58f629aadb78ef0ffc04d4d0d356e7d85" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1619485630", + "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": "imclean", + "homepage": "https://www.drupal.org/user/112588" + } + ], + "description": "Views filters for date ranges.", + "homepage": "https://www.drupal.org/project/views_daterange_filters", + "support": { + "source": "https://git.drupalcode.org/project/views_daterange_filters" + } + }, + { + "name": "drupal/views_field_compare", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/views_field_compare.git", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/views_field_compare-1.0.0.zip", + "reference": "1.0.0", + "shasum": "3660611c5e81bfecab1cfb98fb96883171167fa6" + }, + "require": { + "drupal/core": "^8.8 || ^9 || ^10" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1662526624", + "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": "jlscott", + "homepage": "https://www.drupal.org/user/213325" + } + ], + "description": "Provide views filter plugins for comparing two database fields.", + "homepage": "https://www.drupal.org/project/views_field_compare", + "support": { + "source": "https://git.drupalcode.org/project/views_field_compare" + } + }, + { + "name": "drupal/viewsreference", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/viewsreference.git", + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "8dd6b3828d40f4da413f73f956da528941e2ef52" }, "require": { "drupal/core": "^8.6|^9.0", - "php": "^5.5|^7.0", + "php": "^7.0|^8.0", "squizlabs/php_codesniffer": "*" }, "conflict": { @@ -12462,15 +15521,15 @@ }, "require-dev": { "composer/installers": "^1.2", - "drupal-composer/drupal-scaffold": "^2.5", "drupal/coder": "^8.2", + "drupal/core-composer-scaffold": "*", "webflo/drupal-core-require-dev": "~8.5" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1610571201", + "version": "8.x-1.8", + "datestamp": "1652694596", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12493,10 +15552,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "New Zeal", - "homepage": "https://www.drupal.org/user/93571" - }, { "name": "jasonawant", "homepage": "https://www.drupal.org/user/589890" @@ -12505,6 +15560,10 @@ "name": "joekers", "homepage": "https://www.drupal.org/user/2229066" }, + { + "name": "kent@passingphase.nz", + "homepage": "https://www.drupal.org/user/93571" + }, { "name": "seanB", "homepage": "https://www.drupal.org/user/545912" @@ -12800,6 +15859,7 @@ "shasum": "ba7a0c4585449eedbdad19b6d83603c46e5456e7" }, "require": { + "drupal/ckeditor": "*", "drupal/core": "^8 || ^9" }, "type": "drupal-module", @@ -12835,17 +15895,17 @@ }, { "name": "drupal/yaml_content", - "version": "1.0.0-alpha7", + "version": "1.0.0-alpha8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/yaml_content.git", - "reference": "8.x-1.0-alpha7" + "reference": "8.x-1.0-alpha8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha7.zip", - "reference": "8.x-1.0-alpha7", - "shasum": "9aaf271446a64c9bffc5639589d5c8e6dc40c06c" + "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha8.zip", + "reference": "8.x-1.0-alpha8", + "shasum": "c18ea8f2aebf4fceb1e87e206988fbee9a6230ad" }, "require": { "drupal/core": "^8.7.7 || ^9" @@ -12856,8 +15916,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha7", - "datestamp": "1588173300", + "version": "8.x-1.0-alpha8", + "datestamp": "1658259314", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -12895,30 +15955,30 @@ }, { "name": "drush/drush", - "version": "11.0.7", + "version": "11.1.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "6991a3b8f6827d0bab13005402730fc50d130a50" + "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b" }, "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/5ee249f4e511d65c099e86317719fb3a15370e6b", + "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b", "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.0-alpha1", "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", @@ -13029,7 +16089,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.1.1" }, "funding": [ { @@ -13037,20 +16097,20 @@ "type": "github" } ], - "time": "2022-03-09T19:32:53+00:00" + "time": "2022-07-12T16:08:05+00:00" }, { "name": "drutopia/drutopia", - "version": "dev-8.x-1.x", + "version": "1.14", "source": { "type": "git", - "url": "https://gitlab.com/drutopia/drutopia.git", - "reference": "6d91487857d30682df51a2f79a9d4c3ab5f438af" + "url": "git@gitlab.com:drutopia/drutopia.git", + "reference": "dcfd3d7ba692967a4d3763ef7f1334f1f0d0c5bd" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=6d91487857d30682df51a2f79a9d4c3ab5f438af", - "reference": "6d91487857d30682df51a2f79a9d4c3ab5f438af", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=dcfd3d7ba692967a4d3763ef7f1334f1f0d0c5bd", + "reference": "dcfd3d7ba692967a4d3763ef7f1334f1f0d0c5bd", "shasum": "" }, "require": { @@ -13107,7 +16167,6 @@ "squizlabs/php_codesniffer": "2.*", "symfony/css-selector": "~2.8" }, - "default-branch": true, "type": "drupal-profile", "extra": { "drupal-scaffold": { @@ -13117,32 +16176,108 @@ }, "enable-patching": true, "patches": { + "drupal/core": { + "Invoke hook after a site install is complete": "https://git.drupalcode.org/project/drupal/-/merge_requests/1512.diff" + }, "drupal/ds": { "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" } } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "support": { - "source": "https://gitlab.com/drutopia/drutopia/-/tree/8.x-1.x" - }, - "time": "2022-01-28T01:13:05+00:00" + "time": "2022-06-29T02:58:04+00:00" }, { - "name": "egulias/email-validator", - "version": "3.1.2", + "name": "easyrdf/easyrdf", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697" + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "egulias/email-validator", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "shasum": "" }, "require": { @@ -13189,7 +16324,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" }, "funding": [ { @@ -13197,7 +16332,7 @@ "type": "github" } ], - "time": "2021-10-11T09:18:27+00:00" + "time": "2022-06-18T20:57:19+00:00" }, { "name": "enlightn/security-checker", @@ -13321,7 +16456,7 @@ "version": "dev-master", "source": { "type": "git", - "url": "https://gitlab.com/geeks4change/packages/composer-pin.git", + "url": "git@gitlab.com:geeks4change/packages/composer-pin.git", "reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8" }, "dist": { @@ -13351,32 +16486,155 @@ } ], "description": "Provides helper commands to do project level version/hash pinning.", - "support": { - "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" }, { - "name": "graham-campbell/result-type", - "version": "v1.0.4", + "name": "giggsey/libphonenumber-for-php", + "version": "8.12.55", "source": { "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "0690bde05318336c7221785f2a932467f98b64ca" + "url": "https://github.com/giggsey/libphonenumber-for-php.git", + "reference": "a4f21baace2038d4d47206aec15209365b629e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca", - "reference": "0690bde05318336c7221785f2a932467f98b64ca", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/a4f21baace2038d4d47206aec15209365b629e86", + "reference": "a4f21baace2038d4d47206aec15209365b629e86", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "phpoption/phpoption": "^1.8" + "giggsey/locale": "^1.7|^2.0", + "php": ">=5.3.2", + "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^1.0|^2.0", + "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "libphonenumber\\": "src/" + }, + "exclude-from-classmap": [ + "/src/data/", + "/src/carrier/data/", + "/src/geocoding/data/", + "/src/timezone/data/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "PHP Port of Google's libphonenumber", + "homepage": "https://github.com/giggsey/libphonenumber-for-php", + "keywords": [ + "geocoding", + "geolocation", + "libphonenumber", + "mobile", + "phonenumber", + "validation" + ], + "support": { + "irc": "irc://irc.appliedirc.com/lobby", + "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", + "source": "https://github.com/giggsey/libphonenumber-for-php" + }, + "time": "2022-09-09T12:56:05+00:00" + }, + { + "name": "giggsey/locale", + "version": "2.2", + "source": { + "type": "git", + "url": "https://github.com/giggsey/Locale.git", + "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/9c1dca769253f6a3e81f9a5c167f53b6a54ab635", + "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "ext-json": "*", + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^8.5|^9.5", + "symfony/console": "^5.0", + "symfony/filesystem": "^5.0", + "symfony/finder": "^5.0", + "symfony/process": "^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Giggsey\\Locale\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "Locale functions required by libphonenumber-for-php", + "support": { + "issues": "https://github.com/giggsey/Locale/issues", + "source": "https://github.com/giggsey/Locale/tree/2.2" + }, + "time": "2022-04-06T07:33:59+00:00" + }, + { + "name": "graham-campbell/result-type", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/GrahamCampbell/Result-Type.git", + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "phpoption/phpoption": "^1.9" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "autoload": { @@ -13405,7 +16663,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" }, "funding": [ { @@ -13417,30 +16675,29 @@ "type": "tidelift" } ], - "time": "2021-11-21T21:41:47+00:00" + "time": "2022-07-30T15:56:11+00:00" }, { "name": "grasmash/expander", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "f4df21d01d1fbda38269cca89e3dbb6ba223da7f" + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/f4df21d01d1fbda38269cca89e3dbb6ba223da7f", - "reference": "f4df21d01d1fbda38269cca89e3dbb6ba223da7f", + "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3.0.0", - "php": ">=5.6", - "psr/log": "^1 | ^2" + "php": ">=7.1", + "psr/log": "^1 | ^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^6.0 || ^8.0 || ^9", "squizlabs/php_codesniffer": "^2.7 || ^3.3" }, @@ -13467,30 +16724,30 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/2.0.2" + "source": "https://github.com/grasmash/expander/tree/2.0.3" }, - "time": "2022-02-24T03:58:20+00:00" + "time": "2022-04-25T22:17:46+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -13519,10 +16776,40 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -13538,22 +16825,36 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, - "time": "2020-06-16T21:01:06+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" }, { "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": { @@ -13608,7 +16909,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": [ { @@ -13624,20 +16925,20 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:56:57+00:00" + "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.3", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { @@ -13658,7 +16959,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -13718,7 +17019,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.3" + "source": "https://github.com/guzzle/psr7/tree/1.9.0" }, "funding": [ { @@ -13734,48 +17035,7 @@ "type": "tidelift" } ], - "time": "2021-10-05T13:56:00+00:00" - }, - { - "name": "html2text/html2text", - "version": "4.3.1", - "source": { - "type": "git", - "url": "https://github.com/mtibben/html2text.git", - "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c", - "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "~4" - }, - "suggest": { - "ext-mbstring": "For best performance", - "symfony/polyfill-mbstring": "If you can't install ext-mbstring" - }, - "type": "library", - "autoload": { - "psr-4": { - "Html2Text\\": [ - "src/", - "test/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Converts HTML to formatted plain text", - "support": { - "issues": "https://github.com/mtibben/html2text/issues", - "source": "https://github.com/mtibben/html2text/tree/4.3.1" - }, - "time": "2020-04-16T23:44:31+00:00" + "time": "2022-06-20T21:43:03+00:00" }, { "name": "indieauth/client", @@ -13969,17 +17229,82 @@ "time": "2015-12-23T18:11:19+00:00" }, { - "name": "laminas/laminas-diactoros", - "version": "2.8.0", + "name": "johngrogg/ics-parser", + "version": "v2.2.2", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199" + "url": "https://github.com/u01jmg3/ics-parser.git", + "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/0c26ef1d95b6d7e6e3943a243ba3dc0797227199", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/69c80471a0a99142ebc72b21c2bc084e81a7c4f4", + "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.3.9" + }, + "require-dev": { + "phpunit/phpunit": "^4", + "squizlabs/php_codesniffer": "~2.9.1" + }, + "type": "library", + "autoload": { + "psr-0": { + "ICal": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Goode", + "role": "Developer/Owner" + }, + { + "name": "John Grogg", + "email": "john.grogg@gmail.com", + "role": "Developer/Prior Owner" + } + ], + "description": "ICS Parser", + "homepage": "https://github.com/u01jmg3/ics-parser", + "keywords": [ + "iCalendar", + "ical", + "ical-parser", + "ics", + "ics-parser", + "ifb" + ], + "support": { + "issues": "https://github.com/u01jmg3/ics-parser/issues", + "source": "https://github.com/u01jmg3/ics-parser/tree/v2.2.2" + }, + "funding": [ + { + "url": "https://github.com/sponsors/u01jmg3", + "type": "github" + } + ], + "time": "2020-11-02T10:28:33+00:00" + }, + { + "name": "laminas/laminas-diactoros", + "version": "2.11.3", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/1f97b0c52eafd108e09c76d6b29d83ef4a855f76", + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76", "shasum": "" }, "require": { @@ -14065,7 +17390,7 @@ "type": "community_bridge" } ], - "time": "2021-09-22T03:54:36+00:00" + "time": "2022-07-06T09:24:53+00:00" }, { "name": "laminas/laminas-escaper", @@ -14131,16 +17456,16 @@ }, { "name": "laminas/laminas-feed", - "version": "2.15.0", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae" + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3ef837a12833c74b438d2c3780023c4244e0abae", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", "shasum": "" }, "require": { @@ -14204,20 +17529,20 @@ "type": "community_bridge" } ], - "time": "2021-09-20T18:11:11+00:00" + "time": "2022-03-24T10:26:04+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.6.1", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "db581851a092246ad99e12d4fddf105184924c71" + "reference": "bcd869e2fe88d567800057c1434f2380354fe325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", - "reference": "db581851a092246ad99e12d4fddf105184924c71", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325", + "reference": "bcd869e2fe88d567800057c1434f2380354fe325", "shasum": "" }, "require": { @@ -14228,8 +17553,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7", + "phpbench/phpbench": "^1.0", + "phpunit/phpunit": "^9.3.7", "psalm/plugin-phpunit": "^0.16.0", "vimeo/psalm": "^4.7" }, @@ -14263,7 +17588,7 @@ "type": "community_bridge" } ], - "time": "2021-11-10T11:33:52+00:00" + "time": "2022-01-21T15:50:46+00:00" }, { "name": "laminas/laminas-xml", @@ -14732,17 +18057,73 @@ "time": "2021-12-22T16:42:49+00:00" }, { - "name": "masterminds/html5", - "version": "2.7.5", + "name": "league/oauth2-facebook", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "url": "https://github.com/thephpleague/oauth2-facebook.git", + "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/ec6d62a00b548c6cd56d7b734346b9e6befbfbbb", + "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb", + "shasum": "" + }, + "require": { + "league/oauth2-client": "^2.0", + "php": ">=7.3" + }, + "require-dev": { + "ext-json": "*", + "mockery/mockery": "~1.3.0", + "phpunit/phpunit": "^9.4", + "squizlabs/php_codesniffer": "~3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sammy Kaye Powers", + "email": "me@sammyk.me", + "homepage": "http://www.sammyk.me" + } + ], + "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client", + "keywords": [ + "Authentication", + "authorization", + "client", + "facebook", + "oauth", + "oauth2" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-facebook/issues", + "source": "https://github.com/thephpleague/oauth2-facebook/tree/2.2.0" + }, + "time": "2022-02-24T18:45:07+00:00" + }, + { + "name": "masterminds/html5", + "version": "2.7.6", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", "shasum": "" }, "require": { @@ -14796,9 +18177,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": "mf2/mf2", @@ -14948,17 +18329,70 @@ "time": "2016-07-25T17:07:32+00:00" }, { - "name": "nikic/php-parser", - "version": "v4.13.2", + "name": "mtownsend/xml-to-array", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077" + "url": "https://github.com/mtownsend5512/xml-to-array.git", + "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077", + "url": "https://api.github.com/repos/mtownsend5512/xml-to-array/zipball/0734720a8462dba36d90fb8b2723bf46af0091f4", + "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4", + "shasum": "" + }, + "require": { + "php": "~7.0|~8.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Mtownsend\\XmlToArray\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Townsend", + "email": "mtownsend5512@gmail.com", + "role": "Developer" + } + ], + "description": "Easily convert valid xml to a php array.", + "keywords": [ + "array", + "convert", + "laravel", + "xml" + ], + "support": { + "issues": "https://github.com/mtownsend5512/xml-to-array/issues", + "source": "https://github.com/mtownsend5512/xml-to-array/tree/2.0.0" + }, + "time": "2021-02-27T22:39:18+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", "shasum": "" }, "require": { @@ -14999,9 +18433,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" }, - "time": "2021-11-30T19:35:32+00:00" + "time": "2022-09-04T07:30:47+00:00" }, { "name": "p3k/http", @@ -15645,21 +19079,24 @@ }, { "name": "phpcollection/phpcollection", - "version": "0.5.0", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-collection.git", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" + "reference": "56d18c8c2c0400f2838703246ac7de919a605763" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", - "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", + "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/56d18c8c2c0400f2838703246ac7de919a605763", + "reference": "56d18c8c2c0400f2838703246ac7de919a605763", "shasum": "" }, "require": { "phpoption/phpoption": "1.*" }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, "type": "library", "extra": { "branch-alias": { @@ -15691,35 +19128,39 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-collection/issues", - "source": "https://github.com/schmittjoh/php-collection/tree/master" + "source": "https://github.com/schmittjoh/php-collection/tree/0.6.0" }, - "time": "2015-05-17T12:39:23+00:00" + "time": "2022-03-21T13:02:41+00:00" }, { "name": "phpoption/phpoption", - "version": "1.8.1", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + "bamarni/composer-bin-plugin": "^1.8", + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -15752,7 +19193,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" }, "funding": [ { @@ -15764,20 +19205,20 @@ "type": "tidelift" } ], - "time": "2021-12-04T23:24:31+00:00" + "time": "2022-07-30T15:51:26+00:00" }, { "name": "phpseclib/phpseclib", - "version": "2.0.36", + "version": "2.0.38", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "a97547126396548c224703a267a30af1592be146" + "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a97547126396548c224703a267a30af1592be146", - "reference": "a97547126396548c224703a267a30af1592be146", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b03536539f43a4f9aa33c4f0b2f3a1c752088fcd", + "reference": "b03536539f43a4f9aa33c4f0b2f3a1c752088fcd", "shasum": "" }, "require": { @@ -15792,7 +19233,8 @@ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", + "ext-xml": "Install the XML extension to load XML formatted public keys." }, "type": "library", "autoload": { @@ -15857,7 +19299,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.36" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.38" }, "funding": [ { @@ -15873,7 +19315,7 @@ "type": "tidelift" } ], - "time": "2022-01-30T08:48:36+00:00" + "time": "2022-09-02T17:04:26+00:00" }, { "name": "platformsh/client", @@ -16015,20 +19457,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -16057,9 +19499,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-factory", @@ -16221,16 +19663,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": { @@ -16245,15 +19687,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" @@ -16293,9 +19733,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", @@ -16342,17 +19782,75 @@ "time": "2019-03-08T08:55:37+00:00" }, { - "name": "squizlabs/php_codesniffer", - "version": "3.6.2", + "name": "simshaun/recurr", + "version": "v4.0.5", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" + "url": "https://github.com/simshaun/recurr.git", + "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", + "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": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", "shasum": "" }, "require": { @@ -16395,7 +19893,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-12-12T21:44:58+00:00" + "time": "2022-06-18T07:21:10+00:00" }, { "name": "stack/builder", @@ -16453,16 +19951,16 @@ }, { "name": "stripe/stripe-php", - "version": "v7.116.0", + "version": "v7.128.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "7a39f594f213ed3f443a95adf769d1ecbc8393e7" + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7a39f594f213ed3f443a95adf769d1ecbc8393e7", - "reference": "7a39f594f213ed3f443a95adf769d1ecbc8393e7", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e", + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e", "shasum": "" }, "require": { @@ -16507,85 +20005,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v7.116.0" + "source": "https://github.com/stripe/stripe-php/tree/v7.128.0" }, - "time": "2022-03-02T15:51:15+00:00" - }, - { - "name": "swiftmailer/swiftmailer", - "version": "v6.3.0", - "source": { - "type": "git", - "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", - "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", - "shasum": "" - }, - "require": { - "egulias/email-validator": "^2.0|^3.1", - "php": ">=7.0.0", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "symfony/phpunit-bridge": "^4.4|^5.4" - }, - "suggest": { - "ext-intl": "Needed to support internationalized email addresses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.2-dev" - } - }, - "autoload": { - "files": [ - "lib/swift_required.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Chris Corbyn" - }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Swiftmailer, free feature-rich PHP mailer", - "homepage": "https://swiftmailer.symfony.com", - "keywords": [ - "email", - "mail", - "mailer" - ], - "support": { - "issues": "https://github.com/swiftmailer/swiftmailer/issues", - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", - "type": "tidelift" - } - ], - "abandoned": "symfony/mailer", - "time": "2021-10-18T15:26:12+00:00" + "time": "2022-05-05T17:18:02+00:00" }, { "name": "symfony-cmf/routing", @@ -16652,16 +20074,16 @@ }, { "name": "symfony/console", - "version": "v4.4.34", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0" + "reference": "28b77970939500fb04180166a1f716e75a871ef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0", + "url": "https://api.github.com/repos/symfony/console/zipball/28b77970939500fb04180166a1f716e75a871ef8", + "reference": "28b77970939500fb04180166a1f716e75a871ef8", "shasum": "" }, "require": { @@ -16722,7 +20144,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.34" + "source": "https://github.com/symfony/console/tree/v4.4.45" }, "funding": [ { @@ -16738,86 +20160,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" - }, - { - "name": "symfony/css-selector", - "version": "v5.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "b0a190285cd95cb019237851205b8140ef6e368e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e", - "reference": "b0a190285cd95cb019237851205b8140ef6e368e", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-08-17T14:50:19+00:00" }, { "name": "symfony/debug", - "version": "v4.4.31", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { @@ -16856,7 +20212,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.31" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -16872,20 +20228,21 @@ "type": "tidelift" } ], - "time": "2021-09-24T13:30:14+00:00" + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b" + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/117d7f132ed7efbd535ec947709d49bec1b9d24b", - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", "shasum": "" }, "require": { @@ -16898,7 +20255,7 @@ "symfony/config": "<4.3|>=5.0", "symfony/finder": "<3.4", "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" + "symfony/yaml": "<4.4.26" }, "provide": { "psr/container-implementation": "1.0", @@ -16907,7 +20264,7 @@ "require-dev": { "symfony/config": "^4.3", "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/yaml": "^4.4.26|^5.0" }, "suggest": { "symfony/config": "", @@ -16942,7 +20299,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.34" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" }, "funding": [ { @@ -16958,20 +20315,20 @@ "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { @@ -17009,7 +20366,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.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -17025,20 +20382,20 @@ "type": "tidelift" } ], - "time": "2021-07-12T14:48:14+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "17785c374645def1e884d8ec49976c156c61db4d" + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/17785c374645def1e884d8ec49976c156c61db4d", - "reference": "17785c374645def1e884d8ec49976c156c61db4d", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "shasum": "" }, "require": { @@ -17077,7 +20434,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.34" + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" }, "funding": [ { @@ -17093,20 +20450,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T14:57:39+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8" + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8", - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "shasum": "" }, "require": { @@ -17161,7 +20518,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.34" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" }, "funding": [ { @@ -17177,20 +20534,20 @@ "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.11", + "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c" + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/01e9a4efac0ee33a05dfdf93b346f62e7d0e998c", - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", "shasum": "" }, "require": { @@ -17240,7 +20597,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.11" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" }, "funding": [ { @@ -17256,25 +20613,26 @@ "type": "tidelift" } ], - "time": "2021-03-23T15:25:38+00:00" + "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.39", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35" + "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/72a5b35fecaa670b13954e6eaf414acbe2a67b35", - "reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447", + "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", @@ -17303,7 +20661,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.39" + "source": "https://github.com/symfony/filesystem/tree/v5.4.12" }, "funding": [ { @@ -17319,20 +20677,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T10:38:15+00:00" + "time": "2022-08-02T13:48:16+00:00" }, { "name": "symfony/finder", - "version": "v5.4.3", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d" + "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d", + "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", + "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c", "shasum": "" }, "require": { @@ -17366,7 +20724,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.11" }, "funding": [ { @@ -17382,20 +20740,20 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:34:36+00:00" + "time": "2022-07-29T07:37:50+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ec82e57b5b714dbb69300d348bd840b345e24166" + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166", - "reference": "ec82e57b5b714dbb69300d348bd840b345e24166", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { @@ -17444,7 +20802,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" }, "funding": [ { @@ -17460,20 +20818,20 @@ "type": "tidelift" } ], - "time": "2021-11-03T09:24:47+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.34", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab" + "reference": "b2f2e3cb66349d89cb46c939cea03c62ad71cf00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4cbbb6fc428588ce8373802461e7fe84e6809ab", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b2f2e3cb66349d89cb46c939cea03c62ad71cf00", + "reference": "b2f2e3cb66349d89cb46c939cea03c62ad71cf00", "shasum": "" }, "require": { @@ -17512,7 +20870,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.34" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.45" }, "funding": [ { @@ -17528,20 +20886,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-08-17T15:29:03+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.35", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db" + "reference": "4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fb793f1381c34b79a43596a532a6a49bd729c9db", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938", + "reference": "4f2d38e9a3c6997ea0886ede5aaf337dfd0fc938", "shasum": "" }, "require": { @@ -17616,7 +20974,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.35" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.45" }, "funding": [ { @@ -17632,20 +20990,20 @@ "type": "tidelift" } ], - "time": "2021-11-24T08:40:10+00:00" + "time": "2022-08-26T14:34:48+00:00" }, { "name": "symfony/mime", - "version": "v5.4.0", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "d4365000217b67c01acff407573906ff91bcfb34" + "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34", - "reference": "d4365000217b67c01acff407573906ff91bcfb34", + "url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90", + "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90", "shasum": "" }, "require": { @@ -17699,7 +21057,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.0" + "source": "https://github.com/symfony/mime/tree/v5.4.12" }, "funding": [ { @@ -17715,25 +21073,28 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-08-19T14:24:03+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-ctype": "*" + }, "suggest": { "ext-ctype": "For best performance" }, @@ -17778,7 +21139,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" }, "funding": [ { @@ -17794,25 +21155,28 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40", + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-iconv": "*" + }, "suggest": { "ext-iconv": "For best performance" }, @@ -17858,7 +21222,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" }, "funding": [ { @@ -17874,20 +21238,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2022-01-04T09:04:05+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" + "reference": "433d05519ce6990bf3530fba6957499d327395c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", - "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", + "reference": "433d05519ce6990bf3530fba6957499d327395c2", "shasum": "" }, "require": { @@ -17899,7 +21263,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -17939,7 +21303,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" }, "funding": [ { @@ -17955,20 +21319,20 @@ "type": "tidelift" } ], - "time": "2021-11-23T21:10:46+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { @@ -18026,7 +21390,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" }, "funding": [ { @@ -18042,11 +21406,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -18110,7 +21474,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" }, "funding": [ { @@ -18130,21 +21494,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -18190,7 +21557,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -18206,20 +21573,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", "shasum": "" }, "require": { @@ -18228,7 +21595,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -18266,7 +21633,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" }, "funding": [ { @@ -18282,20 +21649,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", "shasum": "" }, "require": { @@ -18304,7 +21671,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -18345,7 +21712,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" }, "funding": [ { @@ -18361,20 +21728,20 @@ "type": "tidelift" } ], - "time": "2021-06-05T21:20:04+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.23.1", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { @@ -18428,7 +21795,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" }, "funding": [ { @@ -18444,20 +21811,20 @@ "type": "tidelift" } ], - "time": "2021-07-28T13:41:28+00:00" + "time": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/process", - "version": "v4.4.35", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "c2098705326addae6e6742151dfade47ac71da1b" + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c2098705326addae6e6742151dfade47ac71da1b", - "reference": "c2098705326addae6e6742151dfade47ac71da1b", + "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { @@ -18490,7 +21857,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.35" + "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { @@ -18506,20 +21873,20 @@ "type": "tidelift" } ], - "time": "2021-11-22T22:36:24+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": { @@ -18578,7 +21945,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": [ { @@ -18594,20 +21961,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.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366" + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "shasum": "" }, "require": { @@ -18667,7 +22034,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.34" + "source": "https://github.com/symfony/routing/tree/v4.4.44" }, "funding": [ { @@ -18683,20 +22050,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.35", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751" + "reference": "d19621a350491f76e2faed2afb982e0706f63252" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751", + "url": "https://api.github.com/repos/symfony/serializer/zipball/d19621a350491f76e2faed2afb982e0706f63252", + "reference": "d19621a350491f76e2faed2afb982e0706f63252", "shasum": "" }, "require": { @@ -18721,7 +22088,7 @@ "symfony/error-handler": "^4.4|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4.41|^4.4.9|^5.0.9", + "symfony/property-access": "^4.4.36|^5.3.13", "symfony/property-info": "^3.4.13|~4.0|^5.0", "symfony/validator": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" @@ -18761,7 +22128,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.35" + "source": "https://github.com/symfony/serializer/tree/v4.4.45" }, "funding": [ { @@ -18777,26 +22144,26 @@ "type": "tidelift" } ], - "time": "2021-11-24T08:12:42+00:00" + "time": "2022-08-17T14:28:21+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -18844,7 +22211,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -18860,20 +22227,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T16:48:04+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/string", - "version": "v5.4.3", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" + "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", - "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", + "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058", + "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058", "shasum": "" }, "require": { @@ -18930,7 +22297,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.3" + "source": "https://github.com/symfony/string/tree/v5.4.12" }, "funding": [ { @@ -18946,20 +22313,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-08-12T17:03:11+00:00" }, { "name": "symfony/translation", - "version": "v4.4.34", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "26d330720627b234803595ecfc0191eeabc65190" + "reference": "4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/26d330720627b234803595ecfc0191eeabc65190", - "reference": "26d330720627b234803595ecfc0191eeabc65190", + "url": "https://api.github.com/repos/symfony/translation/zipball/4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def", + "reference": "4e6b4c0dbeb04d6f004ed7f43eb0905ce8396def", "shasum": "" }, "require": { @@ -19019,7 +22386,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.34" + "source": "https://github.com/symfony/translation/tree/v4.4.45" }, "funding": [ { @@ -19035,20 +22402,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-08-02T12:44:49+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -19097,7 +22464,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -19113,20 +22480,20 @@ "type": "tidelift" } ], - "time": "2021-08-17T14:20:01+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/validator", - "version": "v4.4.35", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265" + "reference": "06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/629f420d8350634fd8ed686d4472c1f10044b265", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265", + "url": "https://api.github.com/repos/symfony/validator/zipball/06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c", + "reference": "06db9bfca8fefea4dfe8e804bbcd0aa79a414d0c", "shasum": "" }, "require": { @@ -19137,7 +22504,7 @@ "symfony/translation-contracts": "^1.1|^2" }, "conflict": { - "doctrine/lexer": "<1.0.2", + "doctrine/lexer": "<1.1", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/dependency-injection": "<3.4", "symfony/http-kernel": "<4.4", @@ -19203,7 +22570,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.35" + "source": "https://github.com/symfony/validator/tree/v4.4.45" }, "funding": [ { @@ -19219,20 +22586,20 @@ "type": "tidelift" } ], - "time": "2021-11-22T21:43:32+00:00" + "time": "2022-08-04T16:19:35+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.0", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9" + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89ab66eaef230c9cd1992de2e9a1b26652b127b9", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861", + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861", "shasum": "" }, "require": { @@ -19292,7 +22659,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.0" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.11" }, "funding": [ { @@ -19308,20 +22675,20 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2022-07-20T13:00:38+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.34", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2c309e258adeb9970229042be39b360d34986fad" + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad", - "reference": "2c309e258adeb9970229042be39b360d34986fad", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "shasum": "" }, "require": { @@ -19363,7 +22730,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.34" + "source": "https://github.com/symfony/yaml/tree/v4.4.45" }, "funding": [ { @@ -19379,7 +22746,7 @@ "type": "tidelift" } ], - "time": "2021-11-18T18:49:23+00:00" + "time": "2022-08-02T15:47:23+00:00" }, { "name": "thinkshout/mailchimp-api-php", @@ -19425,71 +22792,18 @@ }, "time": "2021-12-29T19:57:45+00:00" }, - { - "name": "tijsverkoyen/css-to-inline-styles", - "version": "2.2.4", - "source": { - "type": "git", - "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c", - "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "php": "^5.5 || ^7.0 || ^8.0", - "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "TijsVerkoyen\\CssToInlineStyles\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Tijs Verkoyen", - "email": "css_to_inline_styles@verkoyen.eu", - "role": "Developer" - } - ], - "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", - "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", - "support": { - "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4" - }, - "time": "2021-12-08T09:12:39+00:00" - }, { "name": "twig/twig", - "version": "v2.14.11", + "version": "v2.15.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727" + "reference": "3e43405a9a8b578809426339cc3780e16fba0c52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e43405a9a8b578809426339cc3780e16fba0c52", + "reference": "3e43405a9a8b578809426339cc3780e16fba0c52", "shasum": "" }, "require": { @@ -19505,7 +22819,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.14-dev" + "dev-master": "2.15-dev" } }, "autoload": { @@ -19544,7 +22858,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.14.11" + "source": "https://github.com/twigphp/Twig/tree/v2.15.2" }, "funding": [ { @@ -19556,7 +22870,57 @@ "type": "tidelift" } ], - "time": "2022-02-04T06:57:25+00:00" + "time": "2022-08-12T06:43:37+00:00" + }, + { + "name": "twilio/sdk", + "version": "5.4.2", + "source": { + "type": "git", + "url": "https://github.com/twilio/twilio-php.git", + "reference": "354b5859cc7386642b8842a8b9e3dee01e957235" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/354b5859cc7386642b8842a8b9e3dee01e957235", + "reference": "354b5859cc7386642b8842a8b9e3dee01e957235", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "apigen/apigen": "^4.1", + "phpunit/phpunit": "4.5.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Twilio\\": "Twilio/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Twilio API Team", + "email": "api@twilio.com" + } + ], + "description": "A PHP wrapper for Twilio's API", + "homepage": "http://github.com/twilio/twilio-php", + "keywords": [ + "api", + "sms", + "twilio" + ], + "support": { + "issues": "https://github.com/twilio/twilio-php/issues", + "source": "https://github.com/twilio/twilio-php/tree/5.4.2" + }, + "time": "2016-10-12T17:28:31+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -19739,21 +23103,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -19791,9 +23155,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" }, { "name": "webmozart/path-util", @@ -19850,16 +23214,16 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "a55661154079cf881ef643b303bfaf67bae3a09f" + "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/a55661154079cf881ef643b303bfaf67bae3a09f", - "reference": "a55661154079cf881ef643b303bfaf67bae3a09f", + "url": "https://api.github.com/repos/Behat/Behat/zipball/a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", + "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", "shasum": "" }, "require": { @@ -19867,7 +23231,7 @@ "behat/transliterator": "^1.2", "ext-mbstring": "*", "php": "^7.2 || ^8.0", - "psr/container": "^1.0", + "psr/container": "^1.0 || ^2.0", "symfony/config": "^4.4 || ^5.0 || ^6.0", "symfony/console": "^4.4 || ^5.0 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", @@ -19876,7 +23240,6 @@ "symfony/yaml": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "container-interop/container-interop": "^1.2", "herrera-io/box": "~1.6.1", "phpunit/phpunit": "^8.5 || ^9.0", "symfony/process": "^4.4 || ^5.0 || ^6.0", @@ -19931,9 +23294,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.10.0" + "source": "https://github.com/Behat/Behat/tree/v3.11.0" }, - "time": "2021-11-02T20:09:40+00:00" + "time": "2022-07-07T09:49:27+00:00" }, { "name": "behat/gherkin", @@ -20000,31 +23363,29 @@ }, { "name": "behat/mink", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996" + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", "shasum": "" }, "require": { - "php": ">=5.4", - "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" + "php": ">=7.2", + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5", - "symfony/debug": "^2.7|^3.0|^4.0|^5.0", - "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5", - "yoast/phpunit-polyfills": "^1.0" + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0" }, "suggest": { - "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", - "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", + "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" @@ -20060,9 +23421,9 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.9.0" + "source": "https://github.com/minkphp/Mink/tree/v1.10.0" }, - "time": "2021-10-11T11:58:47+00:00" + "time": "2022-03-28T14:22:43+00:00" }, { "name": "behat/mink-browserkit-driver", @@ -20187,30 +23548,30 @@ }, { "name": "behat/transliterator", - "version": "v1.3.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/Behat/Transliterator.git", - "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc" + "reference": "baac5873bac3749887d28ab68e2f74db3a4408af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", - "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af", + "reference": "baac5873bac3749887d28ab68e2f74db3a4408af", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.2" }, "require-dev": { "chuyskywalker/rolling-curl": "^3.1", "php-yaoi/php-yaoi": "^1.0", - "phpunit/phpunit": "^4.8.36|^6.3" + "phpunit/phpunit": "^8.5.25 || ^9.5.19" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -20230,59 +23591,23 @@ ], "support": { "issues": "https://github.com/Behat/Transliterator/issues", - "source": "https://github.com/Behat/Transliterator/tree/v1.3.0" + "source": "https://github.com/Behat/Transliterator/tree/v1.5.0" }, - "time": "2020-01-14T16:39:13+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" + "time": "2022-03-30T09:27:43+00:00" }, { "name": "drupal/upgrade_status", - "version": "3.14.0", + "version": "3.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.14" + "reference": "8.x-3.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.14.zip", - "reference": "8.x-3.14", - "shasum": "facb4a7bf148f87fc0f4fd34f58bbaa0659073d9" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.17.zip", + "reference": "8.x-3.17", + "shasum": "b7961c580b48f5ad4e6b711fdf4283cc0063a5b9" }, "require": { "drupal/core": "^8 || ^9", @@ -20290,14 +23615,14 @@ "mglaman/phpstan-drupal": "^1.0.0", "nikic/php-parser": "^4.0.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", - "symfony/process": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0|^6.0", "webflo/drupal-finder": "^1.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.14", - "datestamp": "1646132501", + "version": "8.x-3.17", + "datestamp": "1662479791", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -20314,14 +23639,14 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Gábor Hojtsy", - "homepage": "https://www.drupal.org/user/4166" - }, { "name": "colan", "homepage": "https://www.drupal.org/user/58704" }, + { + "name": "Gábor Hojtsy", + "homepage": "https://www.drupal.org/user/4166" + }, { "name": "herczogzoltan", "homepage": "https://www.drupal.org/user/3528391" @@ -20406,44 +23731,46 @@ }, { "name": "laminas/laminas-servicemanager", - "version": "3.10.0", + "version": "3.16.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1" + "reference": "863c66733740cd36ebf5e700f4258ef2c68a2a24" }, "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/863c66733740cd36ebf5e700f4258ef2c68a2a24", + "reference": "863c66733740cd36ebf5e700f4258ef2c68a2a24", "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.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.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.8" }, "suggest": { @@ -20455,6 +23782,9 @@ ], "type": "library", "autoload": { + "files": [ + "src/autoload.php" + ], "psr-4": { "Laminas\\ServiceManager\\": "src/" } @@ -20488,7 +23818,7 @@ "type": "community_bridge" } ], - "time": "2021-09-18T20:19:36+00:00" + "time": "2022-07-27T14:58:17+00:00" }, { "name": "laminas/laminas-text", @@ -20550,20 +23880,20 @@ }, { "name": "mathieuviossat/arraytotexttable", - "version": "v1.0.8", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/viossat/arraytotexttable.git", - "reference": "6b1af924478cb9c3a903269e304fff006fe0dbf4" + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/6b1af924478cb9c3a903269e304fff006fe0dbf4", - "reference": "6b1af924478cb9c3a903269e304fff006fe0dbf4", + "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", + "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", "shasum": "" }, "require": { - "laminas/laminas-text": "^2.7", + "laminas/laminas-text": "^2.9", "php": ">=5.3.0" }, "type": "library", @@ -20595,27 +23925,27 @@ ], "support": { "issues": "https://github.com/viossat/arraytotexttable/issues", - "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.8" + "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" }, - "time": "2020-06-23T17:14:22+00:00" + "time": "2022-08-30T15:33:10+00:00" }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.13", + "version": "1.1.25", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "6150d442fd0a272c5a031647e2e145cdebec82cb" + "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/6150d442fd0a272c5a031647e2e145cdebec82cb", - "reference": "6150d442fd0a272c5a031647e2e145cdebec82cb", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2", + "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^1.6.0", "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" @@ -20629,6 +23959,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" }, @@ -20661,14 +23992,12 @@ }, "phpstan": { "includes": [ - "extension.neon" + "extension.neon", + "rules.neon" ] } }, "autoload": { - "files": [ - "drupal-phpunit-hack.php" - ], "psr-4": { "mglaman\\PHPStanDrupal\\": "src/" } @@ -20686,7 +24015,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.13" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.25" }, "funding": [ { @@ -20702,24 +24031,24 @@ "type": "tidelift" } ], - "time": "2022-03-09T12:34:47+00:00" + "time": "2022-07-18T17:17:55+00:00" }, { "name": "phpstan/phpstan", - "version": "1.4.9", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1a45f44d319cf000a8c960af6b7435741e944771" + "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1a45f44d319cf000a8c960af6b7435741e944771", - "reference": "1a45f44d319cf000a8c960af6b7435741e944771", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6598a5ff12ca4499a836815e08b4d77a2ddeb20", + "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.2|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -20729,11 +24058,6 @@ "phpstan.phar" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -20744,9 +24068,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.9" + "source": "https://github.com/phpstan/phpstan/tree/1.8.5" }, "funding": [ { @@ -20757,16 +24085,12 @@ "url": "https://github.com/phpstan", "type": "github" }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2022-03-10T08:52:08+00:00" + "time": "2022-09-07T16:05:32+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -20820,16 +24144,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": { @@ -20872,7 +24196,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": [ { @@ -20888,20 +24212,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-07-25T12:56:14+00:00" }, { "name": "symfony/config", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e" + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", - "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "shasum": "" }, "require": { @@ -20950,7 +24274,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.44" }, "funding": [ { @@ -20966,20 +24290,86 @@ "type": "tidelift" } ], - "time": "2022-01-03T09:46:22+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { - "name": "symfony/dom-crawler", - "version": "v4.4.39", + "name": "symfony/css-selector", + "version": "v5.4.11", "source": { "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3" + "url": "https://github.com/symfony/css-selector.git", + "reference": "c1681789f059ab756001052164726ae88512ae3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3", - "reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d", + "reference": "c1681789f059ab756001052164726ae88512ae3d", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v5.4.11" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T16:58:25+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", "shasum": "" }, "require": { @@ -21024,7 +24414,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.39" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" }, "funding": [ { @@ -21040,20 +24430,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T10:38:15+00:00" + "time": "2022-08-03T12:57:57+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", - "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", "shasum": "" }, "require": { @@ -21062,7 +24452,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -21103,7 +24493,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" }, "funding": [ { @@ -21119,7 +24509,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:11+00:00" + "time": "2022-05-24T11:49:31+00:00" } ], "aliases": [ @@ -21144,30 +24534,40 @@ ], "minimum-stability": "dev", "stability-flags": { + "drupal/auto_entitylabel": 10, "drupal/coffee": 20, "drupal/comment_notify": 20, "drupal/convert_bundles": 15, "drupal/customerror": 20, "drupal/drutopia_collection": 20, "drupal/drutopia_core": 20, + "drupal/drutopia_organization": 20, "drupal/drutopia_paragraph_title": 20, + "drupal/entitygroupfield": 15, + "drupal/feeds": 10, "drupal/footnotes": 20, - "drupal/markdown": 5, + "drupal/gin": 10, + "drupal/gin_toolbar": 10, + "drupal/inline_entity_form": 5, "drupal/menu_link_config": 15, - "drupal/mimemail": 15, + "drupal/mobile_number": 15, "drupal/notfoundpassthrough": 20, "drupal/octavia": 20, "drupal/octavia_camouflage": 20, "drupal/plausible": 10, + "drupal/rabbit_hole": 10, "drupal/regionincontent": 20, "drupal/search_api_saved_searches": 15, + "drupal/social_post_facebook": 20, + "drupal/social_post_twitter": 20, "drupal/subpathauto": 5, - "drupal/ui_patterns": 5, - "drutopia/drutopia": 20 + "drupal/tomselect": 20, + "drupal/views_daterange_filters": 15, + "drupal/views_field_compare": 10 }, "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }