From ca8dc17c33173086eda87705bf76239bda0cab87 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 3 Nov 2020 17:04:38 +0100 Subject: [PATCH] core update to 8.8.10 contrib module update, package.json upadted to run webpack from docker, profile updated --- .eslintignore | 13 +- .gitignore | 12 + composer.json | 63 +- composer.lock | 8350 +++++++---------- config/devel/devel.settings.yml | 8 - config/sync/autologout.settings.yml | 2 + config/sync/block.block.header.yml | 2 + ...erce_product_variation.default.changed.yml | 18 + ...erce_product_variation.default.created.yml | 18 + ...merce_product_variation.default.status.yml | 22 + ...mmerce_product_variation.default.title.yml | 18 + ...commerce_product_variation.default.uid.yml | 20 + ...materio_product_variation_type.changed.yml | 18 + ...materio_product_variation_type.created.yml | 18 + ....materio_product_variation_type.status.yml | 22 + ...n.materio_product_variation_type.title.yml | 18 + ...ion.materio_product_variation_type.uid.yml | 20 + ...commerce_store.online.default_currency.yml | 20 + ...ld_override.commerce_store.online.name.yml | 18 + ...ld_override.commerce_store.online.path.yml | 20 + ...override.consumer.consumer.description.yml | 18 + ...field_override.consumer.consumer.image.yml | 36 + ..._override.consumer.consumer.is_default.yml | 22 + ...field_override.consumer.consumer.label.yml | 18 + ...ld_override.consumer.consumer.owner_id.yml | 20 + ...override.consumer.consumer.third_party.yml | 22 + ...se_field_override.node.article.changed.yml | 18 + ...se_field_override.node.article.created.yml | 18 + ..._field_override.node.article.menu_link.yml | 20 + ....base_field_override.node.article.path.yml | 20 + ...se_field_override.node.article.promote.yml | 2 +- ...ase_field_override.node.article.status.yml | 22 + ...ase_field_override.node.article.sticky.yml | 22 + ...base_field_override.node.article.title.yml | 18 + ...e.base_field_override.node.article.uid.yml | 20 + ...override.node.simplenews_issue.changed.yml | 18 + ...override.node.simplenews_issue.created.yml | 18 + ...erride.node.simplenews_issue.menu_link.yml | 20 + ...ld_override.node.simplenews_issue.path.yml | 20 + ...override.node.simplenews_issue.promote.yml | 22 + ..._override.node.simplenews_issue.status.yml | 22 + ..._override.node.simplenews_issue.sticky.yml | 22 + ...d_override.node.simplenews_issue.title.yml | 18 + ...eld_override.node.simplenews_issue.uid.yml | 20 + ...field_override.node.thematique.changed.yml | 18 + ...field_override.node.thematique.created.yml | 18 + ...eld_override.node.thematique.menu_link.yml | 20 + ...se_field_override.node.thematique.path.yml | 20 + ...field_override.node.thematique.promote.yml | 2 +- ..._field_override.node.thematique.status.yml | 22 + ..._field_override.node.thematique.sticky.yml | 22 + ...e_field_override.node.thematique.title.yml | 18 + ...ase_field_override.node.thematique.uid.yml | 20 + .../core.entity_form_mode.profile.billing.yml | 13 + config/sync/core.extension.yml | 7 +- config/sync/extlink.settings.yml | 1 + config/sync/field.field.node.article.body.yml | 2 +- ...ld.node.article.field_linked_materials.yml | 2 +- .../field.field.node.article.field_video.yml | 2 +- ...node.simplenews_issue.simplenews_issue.yml | 2 +- .../sync/field.field.node.thematique.body.yml | 2 +- ...node.thematique.field_linked_materials.yml | 2 +- ...field.field.node.thematique.field_tags.yml | 2 +- ...xonomy_term.company.field_public_phone.yml | 2 +- ...orage.taxonomy_term.field_public_phone.yml | 4 + config/sync/genpass.settings.yml | 1 - config/sync/imagemagick.settings.yml | 3 +- ...tent_settings.commerce_product.default.yml | 2 + ....commerce_product.materio_product_type.yml | 2 + ...ngs.commerce_product_variation.default.yml | 7 + ...riation.materio_product_variation_type.yml | 7 + ....commerce_promotion.commerce_promotion.yml | 11 + ...content_settings.commerce_store.online.yml | 18 + ...age.content_settings.consumer.consumer.yml | 17 + ...language.content_settings.node.article.yml | 18 + ...nguage.content_settings.node.frontpage.yml | 2 + ...content_settings.node.simplenews_issue.yml | 18 + ...guage.content_settings.node.thematique.yml | 7 + ...ttings.taxonomy_term.assisted_research.yml | 2 + ...settings.workflow_transition.migration.yml | 11 + ..._settings.workflow_transition.workflow.yml | 11 + config/sync/matomo.settings.yml | 1 + config/sync/pagerer.settings.yml | 5 + config/sync/search_api.index.autocomplete.yml | 10 +- config/sync/search_api.index.database.yml | 48 +- ...pi.server.database_search_autocomplete.yml | 3 +- config/sync/search_api.server.materio.yml | 3 +- config/sync/smtp.settings.yml | 3 + config/sync/sophron.settings.yml | 5 + config/sync/views.view.admin_nodes.yml | 164 +- config/sync/views.view.admin_taxo.yml | 192 +- config/sync/views.view.admin_users.yml | 47 +- config/sync/views.view.advancedqueue_jobs.yml | 128 +- config/sync/views.view.commerce_activity.yml | 13 +- .../views.view.simplenews_subscribers.yml | 131 + package-lock.json | 965 ++ package.json | 4 + web/.gitignore | 3 + web/modules/.gitignore | 1 + web/profiles/.gitignore | 1 + web/profiles/d8-starterkit-profile | 2 +- web/sites/.gitignore | 1 + web/themes/.gitignore | 1 + 103 files changed, 5998 insertions(+), 5247 deletions(-) delete mode 100644 config/devel/devel.settings.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.default.changed.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.default.created.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.default.status.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.default.title.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.default.uid.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.materio_product_variation_type.changed.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.materio_product_variation_type.created.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.materio_product_variation_type.status.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.materio_product_variation_type.title.yml create mode 100644 config/sync/core.base_field_override.commerce_product_variation.materio_product_variation_type.uid.yml create mode 100644 config/sync/core.base_field_override.commerce_store.online.default_currency.yml create mode 100644 config/sync/core.base_field_override.commerce_store.online.name.yml create mode 100644 config/sync/core.base_field_override.commerce_store.online.path.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.description.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.image.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.is_default.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.label.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.owner_id.yml create mode 100644 config/sync/core.base_field_override.consumer.consumer.third_party.yml create mode 100644 config/sync/core.base_field_override.node.article.changed.yml create mode 100644 config/sync/core.base_field_override.node.article.created.yml create mode 100644 config/sync/core.base_field_override.node.article.menu_link.yml create mode 100644 config/sync/core.base_field_override.node.article.path.yml create mode 100644 config/sync/core.base_field_override.node.article.status.yml create mode 100644 config/sync/core.base_field_override.node.article.sticky.yml create mode 100644 config/sync/core.base_field_override.node.article.title.yml create mode 100644 config/sync/core.base_field_override.node.article.uid.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.changed.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.created.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.menu_link.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.path.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.promote.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.status.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.sticky.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.title.yml create mode 100644 config/sync/core.base_field_override.node.simplenews_issue.uid.yml create mode 100644 config/sync/core.base_field_override.node.thematique.changed.yml create mode 100644 config/sync/core.base_field_override.node.thematique.created.yml create mode 100644 config/sync/core.base_field_override.node.thematique.menu_link.yml create mode 100644 config/sync/core.base_field_override.node.thematique.path.yml create mode 100644 config/sync/core.base_field_override.node.thematique.status.yml create mode 100644 config/sync/core.base_field_override.node.thematique.sticky.yml create mode 100644 config/sync/core.base_field_override.node.thematique.title.yml create mode 100644 config/sync/core.base_field_override.node.thematique.uid.yml create mode 100644 config/sync/core.entity_form_mode.profile.billing.yml create mode 100644 config/sync/language.content_settings.commerce_promotion.commerce_promotion.yml create mode 100644 config/sync/language.content_settings.commerce_store.online.yml create mode 100644 config/sync/language.content_settings.consumer.consumer.yml create mode 100644 config/sync/language.content_settings.node.article.yml create mode 100644 config/sync/language.content_settings.node.simplenews_issue.yml create mode 100644 config/sync/language.content_settings.workflow_transition.migration.yml create mode 100644 config/sync/language.content_settings.workflow_transition.workflow.yml create mode 100644 config/sync/sophron.settings.yml create mode 100644 web/.gitignore create mode 100644 web/modules/.gitignore create mode 100644 web/profiles/.gitignore create mode 100644 web/sites/.gitignore create mode 100644 web/themes/.gitignore diff --git a/.eslintignore b/.eslintignore index 2d215d2..9c13487 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,8 @@ -/build/ -/config/ -/web/ -!/web/themes/custom/ -!/web/modules/custom/ +core/**/* +vendor/**/* +sites/**/files/**/* +libraries/**/* +sites/**/libraries/**/* +profiles/**/libraries/**/* +**/js_test_files/**/* +**/node_modules/**/* diff --git a/.gitignore b/.gitignore index b86267b..f7dc4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,15 @@ node_modules/ *.patch +/.csslintrc +/.eslintrc.json +/.ht.router.php +/.htaccess +/INSTALL.txt +/README.txt +/autoload.php +/example.gitignore +/index.php +/robots.txt +/update.php +/web.config \ No newline at end of file diff --git a/composer.json b/composer.json index 27bf671..924ae53 100644 --- a/composer.json +++ b/composer.json @@ -17,61 +17,51 @@ ], "require": { "php": ">=7.3", - "composer/installers": "^1.2", - "cweagans/composer-patches": "^1.6.5", - "drupal-composer/drupal-scaffold": "^2.5", "drupal/amswap": "^2.0", - "drupal/auto_entitylabel": "2.x-dev", - "drupal/commerce": "^2.12", + "drupal/auto_entitylabel": "^2.x-dev", + "drupal/commerce": "^2.16", "drupal/commerce_cart_api": "^1.4", "drupal/commerce_license": "^2.0@alpha", "drupal/commerce_migrate": "^2.0", "drupal/commerce_monetico": "^1.0", "drupal/commerce_pricelist": "2.x-dev", - "drupal/commerce_recurring": "1.x-dev", - "drupal/commerce_variation_cart_form": "1.x-dev", + "drupal/commerce_recurring": "^1.x-dev", + "drupal/commerce_variation_cart_form": "^1.x-dev", "drupal/computed_field": "^2.0@beta", "drupal/config_split": "^1.4", "drupal/console": "^1.0.2", - "drupal/consumer_image_styles": "3.0-rc1", - "drupal/core": "^8.7.1", + "drupal/consumer_image_styles": "^3.0", + "drupal/core": "8.8.10", "drupal/entity_clone": "^1.0", "drupal/error_log": "^1.0", "drupal/field_permissions": "^1.0", - "drupal/genpass": "1.x-dev", - "drupal/image_delta_formatter": "1.x-dev", + "drupal/genpass": "^1.x-dev", + "drupal/image_delta_formatter": "^1.x-dev", "drupal/jsonapi_extras": "^3.7", - "drupal/jsonrpc": "1.x-dev", - "drupal/login_history": "1.x-dev", - "drupal/mailgun": "1.x-dev", + "drupal/jsonrpc": "^1.x-dev", + "drupal/login_history": "^1.x-dev", + "drupal/mailgun": "^1.x-dev", "drupal/mailsystem": "^4.1", - "drupal/migrate_plus": "4.x-dev", - "drupal/migrate_tools": "4.x-dev", - "drupal/mimemail": "1.x-dev", + "drupal/migrate_plus": "^4.x-dev", + "drupal/migrate_tools": "^4.x-dev", + "drupal/mimemail": "^1.x-dev", "drupal/modules_weight": "^1.8", "drupal/permissions_filter": "^1.1", "drupal/restui": "^1.16", "drupal/search_api_autocomplete": "^1.2", - "drupal/search_api_page": "1.x-dev", - "drupal/search_api_solr": "^3.0", - "drupal/select_translation": "1.x-dev", - "drupal/simplenews": "1.x-dev", + "drupal/search_api_page": "^1.x-dev", + "drupal/search_api_solr": "^4.1.7", + "drupal/select_translation": "^1.x-dev", + "drupal/simplenews": "^1.x-dev", "drupal/subrequests": "^2.0", "drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_validation": "^2.1", - "drupal/translation_views": "1.x-dev", - "drupal/ultimate_cron": "2.x-dev", - "drupal/views_conditional": "1.x-dev", - "drush/drush": "^9.0.0", - "symfony/event-dispatcher": "4.3.4 as 3.4.99", - "vlucas/phpdotenv": "^2.4", - "webflo/drupal-finder": "^1.0.0", - "webmozart/path-util": "^2.3", - "wikimedia/composer-merge-plugin": "^1.4", - "zaporylie/composer-drupal-optimizations": "^1.0" + "drupal/translate_side_by_side": "^1.x-dev", + "drupal/translation_views": "^1.x-dev", + "drupal/ultimate_cron": "^2.x-dev", + "drupal/views_conditional": "^1.x-dev" }, "require-dev": { - "webflo/drupal-core-require-dev": "^8.6.0" }, "conflict": { "drupal/drupal": "*" @@ -127,17 +117,16 @@ }, "patches": { "drupal/core": { - "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", - "Allow symfony/event-dispatcher 4+ to be installed in Drupal 8":"https://www.drupal.org/files/issues/2019-09-17/2876675-48.Fix-symfony-version-requirements-for-symfonyeventdispatcher.patch" + "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch" }, "drupal/email_registration": { "allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch" - }, - "drupal/jsonapi_extras" : { - "Drupal 8.8.0 - Notice: Undefined index: field_name" : "https://www.drupal.org/files/issues/2020-02-11/Drupal-8.8.0-Notice-Undefined-index-field_name-3101345-13.patch" } }, "drupal-scaffold": { + "locations": { + "web-root": "./web" + }, "initial": { ".editorconfig": "../.editorconfig", ".gitattributes": "../.gitattributes" diff --git a/composer.lock b/composer.lock index 10b0921..230484c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3748f59c07c35ab5aabaa7132281c7f3", + "content-hash": "a21c3f46383b23e5d1a9ca82db31b8c3", "packages": [ { "name": "alchemy/zippy", @@ -124,16 +124,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "1.31.0", + "version": "1.32.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "f994157721f238175be90171f0ccc1c0aa17c276" + "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/f994157721f238175be90171f0ccc1c0aa17c276", - "reference": "f994157721f238175be90171f0ccc1c0aa17c276", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", + "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", "shasum": "" }, "require": { @@ -165,27 +165,27 @@ "GPL-2.0-or-later" ], "description": "Drupal code generator", - "time": "2019-12-07T16:54:31+00:00" + "time": "2020-07-15T06:08:04+00:00" }, { "name": "clue/stream-filter", - "version": "v1.4.1", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/clue/php-stream-filter.git", - "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71" + "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71", - "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71", + "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320", + "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8" + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -203,7 +203,7 @@ "authors": [ { "name": "Christian Lück", - "email": "christian@lueck.tv" + "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", @@ -217,31 +217,41 @@ "stream_filter_append", "stream_filter_register" ], - "time": "2019-04-09T12:31:48+00:00" + "funding": [ + { + "url": "https://clue.engineering/support", + "type": "custom" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2020-10-02T12:38:20+00:00" }, { "name": "commerceguys/addressing", - "version": "v1.0.6", + "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "8aac9af11d38c1abe04a5e4a252d5a6740b2b69a" + "reference": "7f6b8780ae20862529a0ceaaf102a3f7ff740b91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8aac9af11d38c1abe04a5e4a252d5a6740b2b69a", - "reference": "8aac9af11d38c1abe04a5e4a252d5a6740b2b69a", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/7f6b8780ae20862529a0ceaaf102a3f7ff740b91", + "reference": "7f6b8780ae20862529a0ceaaf102a3f7ff740b91", "shasum": "" }, "require": { "doctrine/collections": "~1.0", - "php": ">=5.5.0" + "php": ">=7.0.8" }, "require-dev": { "mikey179/vfsstream": "1.*", - "phpunit/phpunit": "~4.0", + "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "2.*", - "symfony/validator": ">=3.2" + "symfony/validator": "^3.4" }, "suggest": { "symfony/validator": "to validate addresses" @@ -276,28 +286,28 @@ "localization", "postal" ], - "time": "2019-10-21T14:31:17+00:00" + "time": "2020-09-12T12:15:49+00:00" }, { "name": "commerceguys/intl", - "version": "v1.0.5", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/commerceguys/intl.git", - "reference": "6a8c7a8da189d51856b642a61aeb8ae5114fec6c" + "reference": "0bf0beb12e37ef1a61e0d09dc66cdaa1a23e62e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/intl/zipball/6a8c7a8da189d51856b642a61aeb8ae5114fec6c", - "reference": "6a8c7a8da189d51856b642a61aeb8ae5114fec6c", + "url": "https://api.github.com/repos/commerceguys/intl/zipball/0bf0beb12e37ef1a61e0d09dc66cdaa1a23e62e1", + "reference": "0bf0beb12e37ef1a61e0d09dc66cdaa1a23e62e1", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=7.0.8" }, "require-dev": { "mikey179/vfsstream": "1.*", - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { @@ -320,7 +330,7 @@ } ], "description": "Internationalization library powered by CLDR data.", - "time": "2019-10-22T10:40:46+00:00" + "time": "2020-10-04T20:58:22+00:00" }, { "name": "components/highlightjs", @@ -333,28 +343,31 @@ }, { "name": "composer/installers", - "version": "v1.8.0", + "version": "v1.9.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "7d610d50aae61ae7ed6675e58efeabdf279bb5e3" + "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/7d610d50aae61ae7ed6675e58efeabdf279bb5e3", - "reference": "7d610d50aae61ae7ed6675e58efeabdf279bb5e3", + "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca", + "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" + "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { - "composer/composer": "1.0.*@dev", - "phpunit/phpunit": "^4.8.36" + "composer/composer": "1.6.* || 2.0.*@dev", + "composer/semver": "1.0.* || 2.0.*@dev", + "phpunit/phpunit": "^4.8.36", + "sebastian/comparator": "^1.2.4", + "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { @@ -453,20 +466,30 @@ "zend", "zikula" ], - "time": "2020-02-07T10:39:20+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2020-04-07T06:57:05+00:00" }, { "name": "composer/semver", - "version": "1.5.1", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de" + "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de", - "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de", + "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", + "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", "shasum": "" }, "require": { @@ -514,29 +537,43 @@ "validation", "versioning" ], - "time": "2020-01-13T12:06:48+00:00" + "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": "2020-09-27T13:13:07+00:00" }, { "name": "consolidation/annotated-command", - "version": "2.12.0", + "version": "2.12.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "512a2e54c98f3af377589de76c43b24652bcb789" + "reference": "0ee361762df2274f360c085e3239784a53f850b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", - "reference": "512a2e54c98f3af377589de76c43b24652bcb789", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0ee361762df2274f360c085e3239784a53f850b5", + "reference": "0ee361762df2274f360c085e3239784a53f850b5", "shasum": "" }, "require": { - "consolidation/output-formatters": "^3.4", + "consolidation/output-formatters": "^3.5.1", "php": ">=5.4.5", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", - "symfony/finder": "^2.5|^3|^4" + "symfony/finder": "^2.5|^3|^4|^5" }, "require-dev": { "g1a/composer-test-scenarios": "^3", @@ -547,6 +584,16 @@ "type": "library", "extra": { "scenarios": { + "finder5": { + "require": { + "symfony/finder": "^5" + }, + "config": { + "platform": { + "php": "7.2.5" + } + } + }, "symfony4": { "require": { "symfony/console": "^4.0" @@ -610,7 +657,7 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2019-03-08T16:55:03+00:00" + "time": "2020-10-11T04:30:03+00:00" }, { "name": "consolidation/config", @@ -852,23 +899,23 @@ }, { "name": "consolidation/output-formatters", - "version": "3.5.0", + "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "99ec998ffb697e0eada5aacf81feebfb13023605" + "reference": "0d38f13051ef05c223a2bb8e962d668e24785196" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605", - "reference": "99ec998ffb697e0eada5aacf81feebfb13023605", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196", + "reference": "0d38f13051ef05c223a2bb8e962d668e24785196", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "php": ">=5.4.0", "symfony/console": "^2.8|^3|^4", - "symfony/finder": "^2.5|^3|^4" + "symfony/finder": "^2.5|^3|^4|^5" }, "require-dev": { "g1a/composer-test-scenarios": "^3", @@ -884,6 +931,16 @@ "type": "library", "extra": { "scenarios": { + "finder5": { + "require": { + "symfony/finder": "^5" + }, + "config": { + "platform": { + "php": "7.2.5" + } + } + }, "symfony4": { "require": { "symfony/console": "^4.0" @@ -949,55 +1006,48 @@ } ], "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2019-05-30T23:16:01+00:00" + "time": "2020-10-11T04:15:32+00:00" }, { "name": "consolidation/robo", - "version": "1.4.11", + "version": "1.4.13", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "5fa1d901776a628167a325baa9db95d8edf13a80" + "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80", - "reference": "5fa1d901776a628167a325baa9db95d8edf13a80", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/fd28dcca1b935950ece26e63541fbdeeb09f7343", + "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343", "shasum": "" }, "require": { - "consolidation/annotated-command": "^2.11.0", - "consolidation/config": "^1.2", - "consolidation/log": "~1", - "consolidation/output-formatters": "^3.1.13", - "consolidation/self-update": "^1", - "grasmash/yaml-expander": "^1.3", - "league/container": "^2.2", + "consolidation/annotated-command": "^2.12.1|^4.1", + "consolidation/config": "^1.2.1", + "consolidation/log": "^1.1.1|^2", + "consolidation/output-formatters": "^3.5.1|^4.1", + "consolidation/self-update": "^1.1.5", + "grasmash/yaml-expander": "^1.4", + "league/container": "^2.4.1", "php": ">=5.5.0", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/filesystem": "^2.5|^3|^4", - "symfony/finder": "^2.5|^3|^4", + "symfony/finder": "^2.5|^3|^4|^5", "symfony/process": "^2.5|^3|^4" }, "replace": { "codegyre/robo": "< 1.0" }, "require-dev": { - "codeception/aspect-mock": "^1|^2.1.1", - "codeception/base": "^2.3.7", - "codeception/verify": "^0.3.2", "g1a/composer-test-scenarios": "^3", - "goaop/framework": "~2.1.2", - "goaop/parser-reflection": "^1.1.0", "natxet/cssmin": "3.0.4", - "nikic/php-parser": "^3.1.5", - "patchwork/jsqueeze": "~2", + "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", "php-coveralls/php-coveralls": "^1", - "phpunit/php-code-coverage": "~2|~4", - "sebastian/comparator": "^1.2.4", - "squizlabs/php_codesniffer": "^2.8" + "phpunit/phpunit": "^5.7.27", + "squizlabs/php_codesniffer": "^3" }, "suggest": { "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", @@ -1011,6 +1061,16 @@ "type": "library", "extra": { "scenarios": { + "finder5": { + "require": { + "symfony/finder": "^5" + }, + "config": { + "platform": { + "php": "7.2.5" + } + } + }, "symfony4": { "require": { "symfony/console": "^4" @@ -1025,8 +1085,11 @@ "require": { "symfony/console": "^2.8" }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, "remove": [ - "goaop/framework" + "php-coveralls/php-coveralls" ], "config": { "platform": { @@ -1039,7 +1102,7 @@ } }, "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1058,26 +1121,26 @@ } ], "description": "Modern task runner", - "time": "2019-10-29T15:50:02+00:00" + "time": "2020-10-11T04:51:34+00:00" }, { "name": "consolidation/self-update", - "version": "1.1.5", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54" + "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54", - "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", + "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", "shasum": "" }, "require": { "php": ">=5.5.0", - "symfony/console": "^2.8|^3|^4", - "symfony/filesystem": "^2.5|^3|^4" + "symfony/console": "^2.8|^3|^4|^5", + "symfony/filesystem": "^2.5|^3|^4|^5" }, "bin": [ "scripts/release" @@ -1098,46 +1161,45 @@ "MIT" ], "authors": [ - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - }, { "name": "Alexander Menk", "email": "menk@mestrona.net" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], "description": "Provides a self:update command for Symfony Console applications.", - "time": "2018-10-28T01:52:03+00:00" + "time": "2020-04-13T02:49:20+00:00" }, { "name": "consolidation/site-alias", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f" + "reference": "fd40a03f80f8fd4684b10bef8c8c4ec5a9a9bf26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f", - "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/fd40a03f80f8fd4684b10bef8c8c4ec5a9a9bf26", + "reference": "fd40a03f80f8fd4684b10bef8c8c4ec5a9a9bf26", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1", + "consolidation/config": "^1.2.1|^2", "php": ">=5.5.0" }, "require-dev": { - "consolidation/robo": "^1.2.3", + "consolidation/robo": "^1.2.3|^2", "g1a/composer-test-scenarios": "^3", "knplabs/github-api": "^2.7", - "php-coveralls/php-coveralls": "^1", + "php-coveralls/php-coveralls": "^2.2", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2.8", - "symfony/console": "^2.8|^3|^4", - "symfony/yaml": "~2.3|^3" + "symfony/yaml": "~2.3|^3|^4.4|^5" }, "type": "library", "extra": { @@ -1170,17 +1232,17 @@ "MIT" ], "authors": [ - { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" - }, { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" } ], "description": "Manage alias records for local and remote sites.", - "time": "2019-03-12T17:31:48+00:00" + "time": "2020-05-28T00:33:41+00:00" }, { "name": "consolidation/site-process", @@ -1288,24 +1350,24 @@ }, { "name": "cweagans/composer-patches", - "version": "1.6.7", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590" + "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", - "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf", + "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", + "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.0" }, "require-dev": { - "composer/composer": "~1.0", + "composer/composer": "~1.0 || ~2.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", @@ -1328,7 +1390,7 @@ } ], "description": "Provides a way to patch Composer packages.", - "time": "2019-08-29T20:11:49+00:00" + "time": "2020-09-30T17:56:20+00:00" }, { "name": "d3/d3", @@ -1545,30 +1607,33 @@ }, { "name": "doctrine/annotations", - "version": "v1.8.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad", + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", "shasum": "" }, "require": { "doctrine/lexer": "1.*", - "php": "^7.1" + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^7.5" + "doctrine/coding-standard": "^6.0 || ^8.1", + "phpstan/phpstan": "^0.12.20", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.11.x-dev" } }, "autoload": { @@ -1603,30 +1668,30 @@ } ], "description": "Docblock Annotations Parser", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], - "time": "2019-10-01T18:55:10+00:00" + "time": "2020-10-26T10:28:16+00:00" }, { "name": "doctrine/cache", - "version": "1.10.0", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" + "reference": "13e3381b25847283a91948d04640543941309727" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", + "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", + "reference": "13e3381b25847283a91948d04640543941309727", "shasum": "" }, "require": { - "php": "~7.1" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" @@ -1691,37 +1756,46 @@ "redis", "xcache" ], - "time": "2019-11-29T15:36:20+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "type": "tidelift" + } + ], + "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/collections", - "version": "1.6.4", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", + "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { - "php": "^7.1.3" + "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.2.2" + "vimeo/psalm": "^3.8.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" @@ -1761,20 +1835,20 @@ "iterators", "php" ], - "time": "2019-11-13T13:07:11+00:00" + "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/common", - "version": "2.12.0", + "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6" + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", - "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6", + "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", + "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", "shasum": "" }, "require": { @@ -1784,9 +1858,9 @@ "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", - "doctrine/persistence": "^1.1", + "doctrine/persistence": "^1.3.3", "doctrine/reflection": "^1.0", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^1.0", @@ -1844,24 +1918,38 @@ "doctrine", "php" ], - "time": "2020-01-10T15:49:25+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", + "type": "tidelift" + } + ], + "time": "2020-06-05T16:46:05+00:00" }, { "name": "doctrine/event-manager", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "629572819973f13486371cb611386eb17851e85c" + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", - "reference": "629572819973f13486371cb611386eb17851e85c", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", + "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9@dev" @@ -1920,37 +2008,56 @@ "event system", "events" ], - "time": "2019-11-10T09:48:07+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", + "type": "tidelift" + } + ], + "time": "2020-05-29T18:28:51+00:00" }, { "name": "doctrine/inflector", - "version": "1.3.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", + "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -1979,32 +2086,52 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], - "time": "2019-10-30T19:59:35+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2020-05-29T07:19:59+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6" + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", - "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -2049,20 +2176,34 @@ "parser", "php" ], - "time": "2019-10-30T14:39:59+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], + "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/persistence", - "version": "1.3.6", + "version": "1.3.8", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4" + "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4", - "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", + "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", "shasum": "" }, "require": { @@ -2070,8 +2211,8 @@ "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", - "doctrine/reflection": "^1.1", - "php": "^7.1" + "doctrine/reflection": "^1.2", + "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.10@dev" @@ -2079,7 +2220,8 @@ "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "vimeo/psalm": "^3.11" }, "type": "library", "extra": { @@ -2132,41 +2274,55 @@ "orm", "persistence" ], - "time": "2020-01-16T22:06:23+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence", + "type": "tidelift" + } + ], + "time": "2020-06-20T12:56:16+00:00" }, { "name": "doctrine/reflection", - "version": "v1.1.0", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c" + "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", + "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "ext-tokenizer": "*", - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^5.0", + "doctrine/coding-standard": "^6.0 || ^8.2.0", "doctrine/common": "^2.10", - "phpstan/phpstan": "^0.11.0", - "phpstan/phpstan-phpunit": "^0.11.0", - "phpunit/phpunit": "^7.0" + "phpstan/phpstan": "^0.11.0 || ^0.12.20", + "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", + "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2210,134 +2366,35 @@ "reflection", "static" ], - "time": "2020-01-08T19:53:19+00:00" - }, - { - "name": "drupal-composer/drupal-scaffold", - "version": "2.6.1", - "source": { - "type": "git", - "url": "https://github.com/drupal-composer/drupal-scaffold.git", - "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/13c1ffc7dd4925cb03707759128b85c0cd6276f8", - "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0.0", - "composer/semver": "^1.4", - "php": "^5.5.9|>=7.0.8" - }, - "require-dev": { - "composer/composer": "dev-master", - "g1a/composer-test-scenarios": "^2.1.0", - "phpunit/phpunit": "^6", - "squizlabs/php_codesniffer": "^2.8" - }, - "type": "composer-plugin", - "extra": { - "class": "DrupalComposer\\DrupalScaffold\\Plugin", - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "DrupalComposer\\DrupalScaffold\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", - "time": "2019-03-30T10:41:38+00:00" - }, - { - "name": "drupal/actions_permissions", - "version": "2.6.0", - "require": { - "drupal/core": "*", - "drupal/views_bulk_operations": "self.version" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, - "drupal": { - "version": "8.x-2.6", - "datestamp": "1580924749", - "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": "Graber", - "homepage": "https://www.drupal.org/user/1599440" - }, - { - "name": "Jon Pugh", - "homepage": "https://www.drupal.org/user/17028" - }, - { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" - }, - { - "name": "infojunkie", - "homepage": "https://www.drupal.org/user/48424" - }, - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - } - ], - "description": "Adds access permissions on all actions allowing admins to restrict access on a per-role basis.", - "homepage": "https://www.drupal.org/project/views_bulk_operations", - "support": { - "source": "https://git.drupalcode.org/project/views_bulk_operations" - } + "abandoned": "roave/better-reflection", + "time": "2020-10-27T21:46:55+00:00" }, { "name": "drupal/address", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "dab23a510090e59e3e6bc77faa517b523ad048ae" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "ded73be392ba9257fca9289719757928a8826275" }, "require": { - "commerceguys/addressing": "^1.0.0", - "drupal/core": "^8.6" + "commerceguys/addressing": "^1.0.7", + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.7", - "datestamp": "1559642884", + "version": "8.x-1.8", + "datestamp": "1583988119", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2361,6 +2418,10 @@ "name": "googletorp", "homepage": "https://www.drupal.org/user/386230" }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" @@ -2378,29 +2439,26 @@ }, { "name": "drupal/admin_toolbar", - "version": "2.0.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "8.x-2.0" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "568de63dbaa8046a82d327dbd0b892ab79fb87aa" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "6240047b8d91ac78f98d861ba8282af971fa0b38" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.8.0 || ^9.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.0", - "datestamp": "1573751237", + "version": "8.x-2.4", + "datestamp": "1601999178", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2409,7 +2467,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -2453,35 +2511,32 @@ "Toolbar" ], "support": { - "source": "http://cgit.drupalcode.org/admin_toolbar", + "source": "https://git.drupalcode.org/project/admin_toolbar", "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, { "name": "drupal/adminimal_theme", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/adminimal_theme.git", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "fb4457015d743faafecaa0776d2bebf2829a6738" + "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "89132d0853388afe8dfd11fb83c69a48d8c13413" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-theme", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1558584484", + "version": "8.x-1.6", + "datestamp": "1602006937", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2528,13 +2583,10 @@ "shasum": "406e6d86ea617bcdeea1565fdbd6354a75448adf" }, "require": { - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.0", "datestamp": "1557589686", @@ -2566,32 +2618,29 @@ }, { "name": "drupal/advancedqueue", - "version": "1.0.0-beta3", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advancedqueue.git", - "reference": "8.x-1.0-beta3" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-beta3.zip", - "reference": "8.x-1.0-beta3", - "shasum": "6b5495416fd99c07867263204b189204256e616c" + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "88b894ca65423544d096697c4045185dfd1873fe" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta3", - "datestamp": "1512047585", + "version": "8.x-1.0-rc1", + "datestamp": "1582887433", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -2628,6 +2677,10 @@ "name": "laurentchardin", "homepage": "https://www.drupal.org/user/87775" }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, { "name": "pjcdawkins", "homepage": "https://www.drupal.org/user/1025236" @@ -2662,13 +2715,10 @@ "shasum": "5ee4c7ddf6f0417112cd8875c5236540352dc408" }, "require": { - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { "version": "8.x-2.0-beta2", "datestamp": "1548515280", @@ -2717,9 +2767,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.9", "datestamp": "1553712781", @@ -2825,43 +2872,50 @@ }, { "name": "drupal/autocomplete_deluxe", - "version": "1.0.0-beta2", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autocomplete_deluxe.git", - "reference": "8.x-1.0-beta2" + "reference": "2.0.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "e8519aada30ec451aadf6eb2a9094277c7104a8a" + "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.0.0-rc1.zip", + "reference": "2.0.0-rc1", + "shasum": "9f3c63862652862322184bb892cc1fa80c9f47c1" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1572533287", + "version": "2.0.0-rc1", + "datestamp": "1592389562", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Edward Chan", - "homepage": "https://www.drupal.org/user/1781334" + "name": "Vardot", + "homepage": "https://www.drupal.org/vardot", + "role": "Maintenance for D8 and D9 versions" + }, + { + "name": "Mediacurrent", + "homepage": "https://www.drupal.org/mediacurrent", + "role": "Supporting organization" + }, + { + "name": "RajabNatshah", + "homepage": "https://www.drupal.org/user/1414312" }, { "name": "edwardchiapet", @@ -2877,37 +2931,34 @@ } ], "description": "Enhanced autocomplete using Jquery UI autocomplete.", - "homepage": "https://www.drupal.org/sandbox/edwardchan/2888186", + "homepage": "https://www.drupal.org/project/autocomplete_deluxe", "support": { - "source": "https://git.drupalcode.org/project/autocomplete_deluxe", - "issues": "https://www.drupal.org/project/issues/2888186" + "source": "http://cgit.drupalcode.org/autocomplete_deluxe", + "issues": "https://www.drupal.org/project/issues/autocomplete_deluxe" } }, { "name": "drupal/autologout", - "version": "1.0.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autologout.git", - "reference": "8.x-1.0" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "0a5f67d4393b0acdf8522b1b1a5c9eb40bb05d93" + "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "87733b2042d9dcdee0d8f33d206872208a8c97ea" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1494237185", + "version": "8.x-1.3", + "datestamp": "1587193798", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2972,43 +3023,48 @@ }, { "name": "drupal/better_exposed_filters", - "version": "3.0.0-alpha6", + "version": "5.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_exposed_filters.git", - "reference": "8.x-3.0-alpha6" + "reference": "8.x-5.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-3.0-alpha6.zip", - "reference": "8.x-3.0-alpha6", - "shasum": "0cd9849aa28eea822e18555107e4539d755d95ef" + "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta1.zip", + "reference": "8.x-5.0-beta1", + "shasum": "bc5ce873fa699ee584fdeb2fd28ad6c5cb456b03" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.8 || ^9", + "drupal/jquery_ui": "^1.4", + "drupal/jquery_ui_datepicker": "^1.0", + "drupal/jquery_ui_slider": "^1.1", + "drupal/jquery_ui_touch_punch": "^1.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { - "version": "8.x-3.0-alpha6", - "datestamp": "1550449381", + "version": "8.x-5.0-beta1", + "datestamp": "1594141892", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "Etroid", - "homepage": "https://www.drupal.org/user/3048985" + "name": "Mike Keran", + "homepage": "https://www.drupal.org/u/mikeker" + }, + { + "name": "Martin Keereman", + "homepage": "https://www.drupal.org/u/etroid" }, { "name": "chr.fritsch", @@ -3027,10 +3083,11 @@ "homepage": "https://www.drupal.org/user/352283" } ], - "description": "Provides advanced options (such as links, checkboxes, or jQueryUI widgets) for exposed Views elements.", + "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", "homepage": "https://www.drupal.org/project/better_exposed_filters", "support": { - "source": "https://git.drupalcode.org/project/better_exposed_filters" + "source": "https://git.drupalcode.org/project/better_exposed_filters", + "issues": "https://www.drupal.org/project/issues/better_exposed_filters" } }, { @@ -3052,9 +3109,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.0-alpha2", "datestamp": "1517663880", @@ -3090,29 +3144,26 @@ }, { "name": "drupal/betterlogin", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/betterlogin.git", - "reference": "8.x-1.4" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/betterlogin-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "3f99503d4eaf8c8daa223424b8ac25c9839152ef" + "url": "https://ftp.drupal.org/files/projects/betterlogin-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "2351972813754d0d4f15e49c9a933450dc1297f0" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.4", - "datestamp": "1578411183", + "version": "8.x-1.5", + "datestamp": "1588242718", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3141,29 +3192,26 @@ }, { "name": "drupal/block_class", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "2ea8f50fea22ce4ddaf1ff103039ad96cf928073" + "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "e16ad58dcaf694e460c2ad581c3eb3c8bd0a095b" }, "require": { - "drupal/core": "*" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1575060180", + "version": "8.x-1.2", + "datestamp": "1588263516", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3225,16 +3273,12 @@ "name": "Taylor Smith (tsmith512)", "homepage": "https://www.drupal.org/u/tsmith512", "role": "Maintainer" - }, - { - "name": "tsmith512", - "homepage": "https://www.drupal.org/user/2031446" } ], "description": "Allows assigning classes to Blocks.", "homepage": "https://www.drupal.org/project/block_class", "support": { - "source": "https://cgit.drupalcode.org/block_class", + "source": "https://git.drupalcode.org/project/block_class", "issues": "https://www.drupal.org/project/issues/block_class", "irc": "irc://irc.freenode.org/drupal-contribute" } @@ -3245,10 +3289,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/bulkdelete.git", - "reference": "22e6ff410cf345609e83605d086cf7885bf4e865" + "reference": "36e12429e99606463b9ef15203c2018de69965b2" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { @@ -3257,7 +3301,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1495565583", + "datestamp": "1590300128", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3291,29 +3335,29 @@ "support": { "source": "https://git.drupalcode.org/project/bulkdelete" }, - "time": "2019-09-27T12:11:08+00:00" + "time": "2020-05-24T06:01:38+00:00" }, { "name": "drupal/commerce", - "version": "2.16.0", + "version": "2.21.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce.git", - "reference": "8.x-2.16" + "reference": "8.x-2.21" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.16.zip", - "reference": "8.x-2.16", - "shasum": "9c3297f4f18d1276bd76d2129aac3b4476dc5db5" + "url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.21.zip", + "reference": "8.x-2.21", + "shasum": "3b38b58458e26f14cc4c203cda3f01ac84296909" }, "require": { "commerceguys/intl": "^1.0.0", "drupal/address": "^1.7", - "drupal/core": "^8.7", + "drupal/core": "^8.8 || ^9", "drupal/entity": "^1.0-rc2", "drupal/entity_reference_revisions": "~1.0", - "drupal/inline_entity_form": "^1.0-rc1", + "drupal/inline_entity_form": "^1.0-rc6", "drupal/profile": "^1.0", "drupal/state_machine": "^1.0-rc1", "drupal/token": "^1.0", @@ -3328,19 +3372,17 @@ "drupal/commerce_price": "*", "drupal/commerce_product": "*", "drupal/commerce_store": "*", + "drupal/entity_print": "^2.2", "drupal/entity_reference_revisions": "*", - "drupal/mailsystem": "^4.1", + "drupal/mailsystem": "^4.3", "drupal/profile": "*", "drupal/state_machine": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3377,21 +3419,18 @@ }, { "name": "drupal/commerce_cart", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_order": "*", "drupal/commerce_product": "*", - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3443,13 +3482,10 @@ "require": { "drupal/commerce": "^2.13", "drupal/commerce_cart": "*", - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.4", "datestamp": "1560966488", @@ -3481,21 +3517,18 @@ }, { "name": "drupal/commerce_checkout", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_cart": "*", "drupal/commerce_order": "*", - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3560,9 +3593,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { "version": "8.x-2.0-alpha18", "datestamp": "1533546784", @@ -3593,9 +3623,17 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, { "name": "pjcdawkins", "homepage": "https://www.drupal.org/user/1025236" + }, + { + "name": "wizonesolutions", + "homepage": "https://www.drupal.org/user/739994" } ], "description": "License entities and product behavior", @@ -3610,19 +3648,20 @@ }, { "name": "drupal/commerce_migrate", - "version": "2.0.0-rc1", + "version": "2.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_migrate.git", - "reference": "8.x-2.0-rc1" + "reference": "8.x-2.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_migrate-8.x-2.0-rc1.zip", - "reference": "8.x-2.0-rc1", - "shasum": "d8ccb4e7432ea5fddd32633d2aa2dcfaa3a113f9" + "url": "https://ftp.drupal.org/files/projects/commerce_migrate-8.x-2.0-rc2.zip", + "reference": "8.x-2.0-rc2", + "shasum": "2719c302e03a3249a3073ce66676f27c08a90930" }, "require": { + "cweagans/composer-patches": "~1.0", "drupal/commerce": "^2.0", "drupal/core": "^8.7", "drupal/migrate_plus": "*" @@ -3636,12 +3675,9 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.0-rc1", - "datestamp": "1562791981", + "version": "8.x-2.0-rc2", + "datestamp": "1602978909", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -3690,32 +3726,29 @@ }, { "name": "drupal/commerce_monetico", - "version": "1.0.0-beta2", + "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_monetico.git", - "reference": "8.x-1.0-beta2" + "reference": "8.x-1.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/commerce_monetico-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "4932a042a668eee78450be486d44ad8d53b72bea" + "url": "https://ftp.drupal.org/files/projects/commerce_monetico-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "a853d3ae2ef9a3158f85fd58744098fa10d74da9" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/commerce_payment": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1566464884", + "version": "8.x-1.0-beta3", + "datestamp": "1590345736", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3743,20 +3776,17 @@ }, { "name": "drupal/commerce_number_pattern", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_store": "*", - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3793,25 +3823,22 @@ }, { "name": "drupal/commerce_order", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_number_pattern": "*", "drupal/commerce_price": "*", "drupal/commerce_store": "*", - "drupal/core": "*", + "drupal/core": "^8.8 || ^9", "drupal/entity_reference_revisions": "*", "drupal/profile": "*", "drupal/state_machine": "*" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3848,21 +3875,18 @@ }, { "name": "drupal/commerce_payment", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_order": "*", - "drupal/core": "*", + "drupal/core": "^8.8 || ^9", "drupal/entity_reference_revisions": "*" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3899,19 +3923,16 @@ }, { "name": "drupal/commerce_price", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", - "drupal/core": "~8.0" + "drupal/commerce": "*", + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4009,21 +4030,18 @@ }, { "name": "drupal/commerce_product", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_price": "*", "drupal/commerce_store": "*", - "drupal/core": "*" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4064,7 +4082,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_recurring.git", - "reference": "9cb1d2350226211b860d8b1aed291d41a452e9b7" + "reference": "e58ef82a9531d983cf65758b1e5506ca6c925962" }, "require": { "drupal/advancedqueue": "^1.0", @@ -4072,7 +4090,7 @@ "drupal/commerce_order": "*", "drupal/commerce_payment": "*", "drupal/commerce_price": "*", - "drupal/core": "~8.0", + "drupal/core": "^8.8 || ^9", "drupal/state_machine": "^1.0" }, "type": "drupal-module", @@ -4081,8 +4099,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta5+0-dev", - "datestamp": "1576075380", + "version": "8.x-1.0-beta5+3-dev", + "datestamp": "1590280103", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4133,24 +4151,21 @@ "source": "http://cgit.drupalcode.org/commerce_recurring", "issues": "https://www.drupal.org/project/issues/commerce_recurring" }, - "time": "2019-12-18T21:43:09+00:00" + "time": "2020-05-24T00:28:01+00:00" }, { "name": "drupal/commerce_store", - "version": "2.16.0", + "version": "2.21.0", "require": { - "drupal/commerce": "self.version", + "drupal/commerce": "*", "drupal/commerce_price": "*", - "drupal/core": "*" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.16", - "datestamp": "1576076720", + "version": "8.x-2.21", + "datestamp": "1600787975", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4191,14 +4206,14 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_variation_cart_form.git", - "reference": "240ba8e45f78a7fc98e911a0ab0bf1a3209d3c7e" + "reference": "4e9558495e1cab232687b561a06b11f97d62ce41" }, "require": { "drupal/commerce": "~2.0", "drupal/commerce_cart": "*", "drupal/commerce_order": "*", "drupal/commerce_product": "*", - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { @@ -4206,8 +4221,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0+6-dev", - "datestamp": "1540847581", + "version": "8.x-1.1+4-dev", + "datestamp": "1596669022", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4229,7 +4244,7 @@ "support": { "source": "https://git.drupalcode.org/project/commerce_variation_cart_form" }, - "time": "2019-09-24T00:20:29+00:00" + "time": "2020-08-05T23:09:42+00:00" }, { "name": "drupal/computed_field", @@ -4250,9 +4265,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { "version": "8.x-2.0", "datestamp": "1563825485", @@ -4308,29 +4320,26 @@ }, { "name": "drupal/config_devel", - "version": "1.4.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_devel.git", - "reference": "8.x-1.4" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_devel-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "93cbecd4811cbf357cd0a8be19e480f7af32f756" + "url": "https://ftp.drupal.org/files/projects/config_devel-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "4ebcf4fb2a2842232b9bf9b0855e3728df918fc7" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.4", - "datestamp": "1569934685", + "version": "8.x-1.7", + "datestamp": "1590070764", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4379,32 +4388,29 @@ }, { "name": "drupal/config_filter", - "version": "1.5.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-1.5" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "5def5f97e79d6f5af6bb7007f012443475c90bfe" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9" }, "suggest": { "drupal/config_split": "Split site configuration for different environments." }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1572542288", + "version": "8.x-1.8", + "datestamp": "1603870062", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4413,7 +4419,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -4441,9 +4447,9 @@ "configuration management" ], "support": { - "source": "http://cgit.drupalcode.org/config_filter", + "source": "https://git.drupalcode.org/project/config_filter", "issues": "https://www.drupal.org/project/issues/config_filter", - "irc": "irc://irc.freenode.org/drupal-contribute" + "slack": "https://drupal.slack.com/archives/C45342CDD" } }, { @@ -4466,9 +4472,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { "version": "8.x-2.2", "datestamp": "1576528386", @@ -4509,30 +4512,34 @@ }, { "name": "drupal/config_split", - "version": "1.4.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_split.git", - "reference": "8.x-1.4" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "938ea6c88834aa88bb310740758e56c1800e535b" + "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "3cd524ebc0b52db31a6bef2c55693f4e62890b4f" }, "require": { - "drupal/config_filter": "*", - "drupal/core": "~8.0" + "drupal/config_filter": "^1", + "drupal/core": "^8.8 || ^9" + }, + "conflict": { + "drupal/console": "<1.3.2" + }, + "suggest": { + "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the