From 3129b96e615d8f3455867f87af4e93f7eaddfad1 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Thu, 2 Jul 2020 14:27:16 -0400 Subject: [PATCH 01/24] Release duties. Beta3 coming your way Updates composer.json - Drupal 8.9.1 - Removes - RDFUI (death in the water) - Old Patch ix Drupal.ajax 8.8.x for bigpipe and CDN (need to revisit is there is something newer) - Adds - drupal/moderated_content_bulk_publish - drupal/sonapi_earlyrendering_workaround - drupal/markdown - drupal/queue_ui (disabled) Updates (DANGER ZONE) - drupal/webform": "^5.14", (5.13 has this weird CSS issue where element setting forms get pushed to the left) --- composer.json | 32 +- composer.lock | 3776 +++++++++++++++--------- config/sync/core.extension.yml | 8 +- web/.htaccess | 17 +- web/sites/default/default.settings.php | 37 + web/sites/example.settings.local.php | 8 +- 6 files changed, 2497 insertions(+), 1381 deletions(-) diff --git a/composer.json b/composer.json index a8be9789..92b687d6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "archipelago/archipelago_subtheme": "dev-8.x-1.0-beta2", + "archipelago/archipelago_subtheme": "dev-8.x-1.0-beta3", "aws/aws-php-sns-message-validator": "^1.5", "aws/aws-sdk-php": "^3.63", "composer/installers": "^1.2", @@ -30,8 +30,8 @@ "drupal/config_update_ui": "^1.6", "drupal/console": "^1.0.2", "drupal/context": "^4.0@beta", - "drupal/core": "8.8.2", - "drupal/core-dev": "^8.8", + "drupal/core": "8.9.1", + "drupal/core-dev": "^8.9", "drupal/devel": "3.x-dev", "drupal/display_field_copy": "1.x-dev", "drupal/ds": "3.x-dev", @@ -42,22 +42,25 @@ "drupal/imagemagick": "^2.5", "drupal/imce": "^1.7", "drupal/inline_entity_form": "1.x-dev", + "drupal/jsonapi_earlyrendering_workaround": "^1.0@alpha", "drupal/key_value": "1.x-dev", + "drupal/markdown": "2.x-dev", + "drupal/moderated_content_bulk_publish": "^1.0", "drupal/module_missing_message_fixer": "1.x-dev", "drupal/pathauto": "^1.6", + "drupal/queue_ui": "^2.0", "drupal/quick_node_clone": "^1.12", - "drupal/rdfui": "1.x-dev", "drupal/restui": "^1.16", "drupal/role_theme_switcher": "1.x-dev", "drupal/s3fs": "3.x-dev", "drupal/schema_metatag": "^1.3", - "drupal/search_api": "1.x-dev", + "drupal/search_api": "^1.16", "drupal/search_api_autocomplete": "^1.2", "drupal/search_api_solr": "3.4.0", "drupal/tokenuuid": "^1.2", "drupal/twig_field": "^1.0", "drupal/twig_tweak": "^2.4", - "drupal/webform": "^5.3", + "drupal/webform": "^5.14", "drupal/webform_views": "^5.0", "drupal/workflow": "^1.1", "drush/drush": "10.1.1", @@ -67,21 +70,25 @@ "ml/json-ld": "^1.0", "mtdowling/jmespath.php": "^2.4", "pear/archive_tar": "^1.4.8", + "react/child-process": "^0.6.1", + "react/event-loop": "^1.1", "react/promise": "^2.7", "solarium/solarium": "5.0.3", - "strawberryfield/format_strawberryfield": "dev-8.x-1.0-beta2", - "strawberryfield/strawberryfield": "dev-8.x-1.0-beta2", - "strawberryfield/webform_strawberryfield": "dev-8.x-1.0-beta2", + "strawberryfield/format_strawberryfield": "dev-ISSUE-80 as dev-8.x-1.0-beta3" , + "strawberryfield/strawberryfield": "dev-ISSUE-86 as dev-8.x-1.0-beta3", + "strawberryfield/webform_strawberryfield": "dev-8.x-1.0-beta3", "swaggest/json-schema": "^0.12.10", "symfony/event-dispatcher": "4.3.4 as 3.4.99", + "symfony/yaml": "v3.4.39", "typo3/phar-stream-wrapper": "3.1.3", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", "wikibase/data-model": "9.1.0" }, "require-dev": { - "behat/mink": "1.7.x-dev", - "behat/mink-selenium2-driver": "1.3.x-dev" + "behat/mink": "1.8.x-dev", + "behat/mink-selenium2-driver": "1.4.x-dev", + "mglaman/drupal-check": "^1.1" }, "conflict": { "drupal/drupal": "*" @@ -122,9 +129,6 @@ }, "enable-patching": true, "patches": { - "drupal/drupal": { - "Fix Drupal.ajax 8.8.x for bigpipe and CDN":"https://www.drupal.org/files/issues/2019-12-30/1988968-162.patch" - }, "drupal/form_mode_manager": { "Fix Form Mode title": "https://www.drupal.org/files/issues/2019-12-10/form_mode_manager-bundle-label-in-title-3100112-2-D8.patch" }, diff --git a/composer.lock b/composer.lock index ecf5d0d7..3e73c71a 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": "03465fb6ca7f6ceafba0ffc1518badce", + "content-hash": "73d22bc3ae7f0e80f400d2a04c6c65eb", "packages": [ { "name": "alchemy/zippy", @@ -72,16 +72,16 @@ }, { "name": "archipelago/archipelago_subtheme", - "version": "dev-8.x-1.0-beta2", + "version": "dev-8.x-1.0-beta3", "source": { "type": "git", "url": "https://github.com/esmero/archipelago_subtheme.git", - "reference": "82357f39abcf24d98556bcfff87befbe7bb11622" + "reference": "382cdca73b70cf8936457ba888509c013ace8a8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/archipelago_subtheme/zipball/82357f39abcf24d98556bcfff87befbe7bb11622", - "reference": "82357f39abcf24d98556bcfff87befbe7bb11622", + "url": "https://api.github.com/repos/esmero/archipelago_subtheme/zipball/382cdca73b70cf8936457ba888509c013ace8a8e", + "reference": "382cdca73b70cf8936457ba888509c013ace8a8e", "shasum": "" }, "require": { @@ -102,7 +102,7 @@ ], "description": "Bare Bone Bootstrap4 to be further extended by nice people", "homepage": "https://github.com/esmero/archipelago_subtheme", - "time": "2020-02-18T20:01:58+00:00" + "time": "2020-06-19T16:43:02+00:00" }, { "name": "asm89/stack-cors", @@ -158,16 +158,16 @@ }, { "name": "aws/aws-php-sns-message-validator", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/aws/aws-php-sns-message-validator.git", - "reference": "84e0f665d5825b0d9c546e0a0de89465b4c6b53a" + "reference": "ba6810807ac8936317021ccc14cdb1297d525ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-php-sns-message-validator/zipball/84e0f665d5825b0d9c546e0a0de89465b4c6b53a", - "reference": "84e0f665d5825b0d9c546e0a0de89465b4c6b53a", + "url": "https://api.github.com/repos/aws/aws-php-sns-message-validator/zipball/ba6810807ac8936317021ccc14cdb1297d525ae1", + "reference": "ba6810807ac8936317021ccc14cdb1297d525ae1", "shasum": "" }, "require": { @@ -207,30 +207,30 @@ "sdk", "webhooks" ], - "time": "2018-07-04T00:31:08+00:00" + "time": "2019-11-08T16:44:11+00:00" }, { "name": "aws/aws-sdk-php", - "version": "3.108.2", + "version": "3.144.2", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "1bb860e0ef548355bd97e22549b378c62c7af6ad" + "reference": "0a0b9e4d485fe0cd53db2a4075eba9a416d8331c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1bb860e0ef548355bd97e22549b378c62c7af6ad", - "reference": "1bb860e0ef548355bd97e22549b378c62c7af6ad", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0a0b9e4d485fe0cd53db2a4075eba9a416d8331c", + "reference": "0a0b9e4d485fe0cd53db2a4075eba9a416d8331c", "shasum": "" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", - "guzzlehttp/guzzle": "^5.3.3|^6.2.1", - "guzzlehttp/promises": "~1.0", + "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", + "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4.1", - "mtdowling/jmespath.php": "~2.2", + "mtdowling/jmespath.php": "^2.5", "php": ">=5.5" }, "require-dev": { @@ -243,9 +243,11 @@ "ext-pcntl": "*", "ext-sockets": "*", "nette/neon": "^2.3", + "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^4.8.35|^5.4.3", "psr/cache": "^1.0", - "psr/simple-cache": "^1.0" + "psr/simple-cache": "^1.0", + "sebastian/comparator": "^1.2.3" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", @@ -290,7 +292,7 @@ "s3", "sdk" ], - "time": "2019-07-30T19:02:39+00:00" + "time": "2020-07-01T18:18:54+00:00" }, { "name": "behat/mink", @@ -298,20 +300,22 @@ "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83" + "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/a534fe7dac9525e8e10ca68e737c3d7e5058ec83", - "reference": "a534fe7dac9525e8e10ca68e737c3d7e5058ec83", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887", + "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887", "shasum": "" }, "require": { "php": ">=5.3.1", - "symfony/css-selector": "^2.7|^3.0|^4.0" + "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.2" + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20", + "symfony/debug": "^2.7|^3.0|^4.0", + "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", @@ -323,7 +327,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { @@ -349,20 +353,20 @@ "testing", "web" ], - "time": "2019-07-15T12:45:29+00:00" + "time": "2020-03-11T15:45:53+00:00" }, { "name": "behat/mink-browserkit-driver", - "version": "1.3.3", + "version": "v1.3.4", "source": { "type": "git", "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", - "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb" + "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", - "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee", + "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee", "shasum": "" }, "require": { @@ -373,6 +377,7 @@ }, "require-dev": { "mink/driver-testsuite": "dev-master", + "symfony/debug": "^2.7|^3.0|^4.0", "symfony/http-kernel": "~2.3|~3.0|~4.0" }, "type": "mink-driver", @@ -405,7 +410,7 @@ "browser", "testing" ], - "time": "2018-05-02T09:25:31+00:00" + "time": "2020-03-11T09:49:45+00:00" }, { "name": "behat/mink-goutte-driver", @@ -468,18 +473,18 @@ "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", - "reference": "8684ee4e634db7abda9039ea53545f86fc1e105a" + "reference": "312a967dd527f28980cce40850339cd5316da092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8684ee4e634db7abda9039ea53545f86fc1e105a", - "reference": "8684ee4e634db7abda9039ea53545f86fc1e105a", + "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092", + "reference": "312a967dd527f28980cce40850339cd5316da092", "shasum": "" }, "require": { "behat/mink": "~1.7@dev", "instaclick/php-webdriver": "~1.1", - "php": ">=5.3.1" + "php": ">=5.4" }, "require-dev": { "mink/driver-testsuite": "dev-master" @@ -487,7 +492,7 @@ "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -500,15 +505,15 @@ "MIT" ], "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, { "name": "Pete Otaqui", "email": "pete@otaqui.com", "homepage": "https://github.com/pete-otaqui" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], "description": "Selenium2 (WebDriver) driver for Mink framework", @@ -521,20 +526,20 @@ "testing", "webdriver" ], - "time": "2018-10-10T12:39:06+00:00" + "time": "2020-03-11T14:43:21+00:00" }, { "name": "chi-teck/drupal-code-generator", - "version": "1.31.0", + "version": "1.32.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "f994157721f238175be90171f0ccc1c0aa17c276" + "reference": "0e045f7a7e747af3d8f603156bf4d73be5768246" }, "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/0e045f7a7e747af3d8f603156bf4d73be5768246", + "reference": "0e045f7a7e747af3d8f603156bf4d73be5768246", "shasum": "" }, "require": { @@ -566,23 +571,24 @@ "GPL-2.0-or-later" ], "description": "Drupal code generator", - "time": "2019-12-07T16:54:31+00:00" + "time": "2020-04-16T06:45:06+00:00" }, { "name": "chumper/zipper", - "version": "v1.0.2", + "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/Chumper/Zipper.git", - "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb" + "reference": "d15207e010f8fe1bdd341376bd86d599c4166423" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chumper/Zipper/zipball/6a1733c34d67c3952b8439afb36ad4ea5c3ceacb", - "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb", + "url": "https://api.github.com/repos/Chumper/Zipper/zipball/d15207e010f8fe1bdd341376bd86d599c4166423", + "reference": "d15207e010f8fe1bdd341376bd86d599c4166423", "shasum": "" }, "require": { + "ext-zip": "*", "illuminate/filesystem": "^5.0", "illuminate/support": "^5.0", "php": ">=5.6.0" @@ -614,9 +620,9 @@ "authors": [ { "name": "Nils Plaschke", - "role": "Developer", "email": "github@nilsplaschke.de", - "homepage": "http://nilsplaschke.de" + "homepage": "http://nilsplaschke.de", + "role": "Developer" } ], "description": "This is a little neat helper for the ZipArchive methods with handy functions", @@ -626,20 +632,21 @@ "laravel", "zip" ], - "time": "2017-07-17T08:05:10+00:00" + "abandoned": true, + "time": "2020-02-25T11:57:40+00:00" }, { "name": "composer/ca-bundle", - "version": "1.2.6", + "version": "1.2.7", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e" + "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e", - "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd", + "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd", "shasum": "" }, "require": { @@ -682,20 +689,20 @@ "ssl", "tls" ], - "time": "2020-01-13T10:02:55+00:00" + "time": "2020-04-08T08:27:21+00:00" }, { "name": "composer/composer", - "version": "1.9.2", + "version": "1.10.8", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "7a04aa0201ddaa0b3cf64d41022bd8cdcd7fafeb" + "reference": "56e0e094478f30935e9128552188355fa9712291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/7a04aa0201ddaa0b3cf64d41022bd8cdcd7fafeb", - "reference": "7a04aa0201ddaa0b3cf64d41022bd8cdcd7fafeb", + "url": "https://api.github.com/repos/composer/composer/zipball/56e0e094478f30935e9128552188355fa9712291", + "reference": "56e0e094478f30935e9128552188355fa9712291", "shasum": "" }, "require": { @@ -703,22 +710,22 @@ "composer/semver": "^1.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", - "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", + "justinrainbow/json-schema": "^5.2.10", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", - "symfony/console": "^2.7 || ^3.0 || ^4.0", - "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", - "symfony/finder": "^2.7 || ^3.0 || ^4.0", - "symfony/process": "^2.7 || ^3.0 || ^4.0" + "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", + "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", + "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", + "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" }, "conflict": { "symfony/console": "2.8.38" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7", - "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" + "phpspec/prophecy": "^1.10", + "symfony/phpunit-bridge": "^4.2" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -731,7 +738,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.10-dev" } }, "autoload": { @@ -762,32 +769,35 @@ "dependency", "package" ], - "time": "2020-01-14T15:30:32+00:00" + "time": "2020-06-24T19:23:30+00:00" }, { "name": "composer/installers", - "version": "v1.6.0", + "version": "v1.9.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b" + "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b", - "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b", + "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": { @@ -823,6 +833,7 @@ "Kanboard", "Lan Management System", "MODX Evo", + "MantisBT", "Mautic", "Maya", "OXID", @@ -831,6 +842,7 @@ "RadPHP", "SMF", "Thelia", + "Whmcs", "WolfCMS", "agl", "aimeos", @@ -853,6 +865,7 @@ "installer", "itop", "joomla", + "known", "kohana", "laravel", "lavalite", @@ -875,6 +888,7 @@ "shopware", "silverstripe", "sydes", + "sylius", "symfony", "typo3", "wordpress", @@ -882,7 +896,7 @@ "zend", "zikula" ], - "time": "2018-08-27T06:10:37+00:00" + "time": "2020-04-07T06:57:05+00:00" }, { "name": "composer/semver", @@ -947,16 +961,16 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5" + "reference": "0c3e51e1880ca149682332770e25977c70cf9dae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5", - "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae", + "reference": "0c3e51e1880ca149682332770e25977c70cf9dae", "shasum": "" }, "require": { @@ -1003,20 +1017,20 @@ "spdx", "validator" ], - "time": "2019-07-29T10:31:59+00:00" + "time": "2020-02-14T07:44:31+00:00" }, { "name": "composer/xdebug-handler", - "version": "1.4.0", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "cbe23383749496fe0f373345208b79568e4bc248" + "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248", - "reference": "cbe23383749496fe0f373345208b79568e4bc248", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", + "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", "shasum": "" }, "require": { @@ -1047,7 +1061,7 @@ "Xdebug", "performance" ], - "time": "2019-11-06T16:40:04+00:00" + "time": "2020-06-04T11:16:35+00:00" }, { "name": "consolidation/annotated-command", @@ -1486,26 +1500,26 @@ }, { "name": "consolidation/robo", - "version": "1.4.11", + "version": "1.4.12", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "5fa1d901776a628167a325baa9db95d8edf13a80" + "reference": "eb45606f498b3426b9a98b7c85e300666a968e51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80", - "reference": "5fa1d901776a628167a325baa9db95d8edf13a80", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/eb45606f498b3426b9a98b7c85e300666a968e51", + "reference": "eb45606f498b3426b9a98b7c85e300666a968e51", "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.11.0|^4.1", + "consolidation/config": "^1.2.1", + "consolidation/log": "^1.1.1|^2", + "consolidation/output-formatters": "^3.1.13|^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", @@ -1517,20 +1531,13 @@ "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", @@ -1558,8 +1565,11 @@ "require": { "symfony/console": "^2.8" }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, "remove": [ - "goaop/framework" + "php-coveralls/php-coveralls" ], "config": { "platform": { @@ -1572,7 +1582,7 @@ } }, "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -1591,26 +1601,26 @@ } ], "description": "Modern task runner", - "time": "2019-10-29T15:50:02+00:00" + "time": "2020-02-18T17:31:26+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" @@ -1631,46 +1641,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": { @@ -1703,17 +1712,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", @@ -1821,16 +1830,16 @@ }, { "name": "cweagans/composer-patches", - "version": "1.6.6", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e" + "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/1d89dcc730e7f42426c434b88261fcfb3bce651e", - "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", + "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590", "shasum": "" }, "require": { @@ -1861,7 +1870,7 @@ } ], "description": "Provides a way to patch Composer packages.", - "time": "2018-10-24T15:51:16+00:00" + "time": "2019-08-29T20:11:49+00:00" }, { "name": "data-values/data-values", @@ -2132,21 +2141,22 @@ }, { "name": "doctrine/annotations", - "version": "v1.8.0", + "version": "1.10.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", - "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d", + "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d", "shasum": "" }, "require": { "doctrine/lexer": "1.*", - "php": "^7.1" + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/cache": "1.*", @@ -2155,7 +2165,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.9.x-dev" } }, "autoload": { @@ -2196,24 +2206,24 @@ "docblock", "parser" ], - "time": "2019-10-01T18:55:10+00:00" + "time": "2020-05-25T17:24:27+00:00" }, { "name": "doctrine/cache", - "version": "1.10.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" + "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", - "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", + "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3", + "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3", "shasum": "" }, "require": { - "php": "~7.1" + "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" @@ -2278,37 +2288,32 @@ "redis", "xcache" ], - "time": "2019-11-29T15:36:20+00:00" + "time": "2020-05-27T16:24:54+00:00" }, { "name": "doctrine/collections", - "version": "1.6.4", + "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" + "reference": "fc0206348e17e530d09463fef07ba8968406cd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", - "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", + "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d", + "reference": "fc0206348e17e530d09463fef07ba8968406cd6d", "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" @@ -2348,20 +2353,20 @@ "iterators", "php" ], - "time": "2019-11-13T13:07:11+00:00" + "time": "2020-05-25T19:24:35+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": { @@ -2371,9 +2376,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", @@ -2431,7 +2436,7 @@ "doctrine", "php" ], - "time": "2020-01-10T15:49:25+00:00" + "time": "2020-06-05T16:46:05+00:00" }, { "name": "doctrine/event-manager", @@ -2511,33 +2516,38 @@ }, { "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/", @@ -2566,32 +2576,38 @@ "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" + "time": "2020-05-29T07:19:59+00:00" }, { "name": "doctrine/instantiator", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", - "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", + "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", @@ -2630,24 +2646,24 @@ "constructor", "instantiate" ], - "time": "2019-10-21T16:45:58+00:00" + "time": "2020-05-29T17:27:14+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", @@ -2692,20 +2708,20 @@ "parser", "php" ], - "time": "2019-10-30T14:39:59+00:00" + "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/persistence", - "version": "1.3.5", + "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd" + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/be70c016fdcd44a428405ee062ebcdd01a6867cd", - "reference": "be70c016fdcd44a428405ee062ebcdd01a6867cd", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", + "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "shasum": "" }, "require": { @@ -2713,7 +2729,7 @@ "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", - "doctrine/reflection": "^1.0", + "doctrine/reflection": "^1.2", "php": "^7.1" }, "conflict": { @@ -2775,20 +2791,20 @@ "orm", "persistence" ], - "time": "2020-01-14T18:44:12+00:00" + "time": "2020-03-21T15:13:52+00:00" }, { "name": "doctrine/reflection", - "version": "v1.1.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c" + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c", - "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79", + "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79", "shasum": "" }, "require": { @@ -2809,7 +2825,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2853,7 +2869,7 @@ "reflection", "static" ], - "time": "2020-01-08T19:53:19+00:00" + "time": "2020-03-27T11:06:43+00:00" }, { "name": "drupal-composer/drupal-scaffold", @@ -2905,7 +2921,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/bamboo_twig.git", - "reference": "f6304903f70ad9e3aef56ec748bf98d3ae9433fe" + "reference": "eff66d9ed62b50e85590e7284ac29ac66ac28007" }, "require": { "drupal/core": "^8.8 || ^9" @@ -2913,8 +2929,7 @@ "require-dev": { "drupal/coder": "^8.3.1", "squizlabs/php_codesniffer": "^3.0.1", - "symfony/mime": "^4.3", - "twig/extensions": "^1.5.4" + "symfony/mime": "^4.3|^5.1.0" }, "type": "drupal-module", "extra": { @@ -2922,8 +2937,8 @@ "dev-5.x": "5.x-dev" }, "drupal": { - "version": "8.x-5.x-dev", - "datestamp": "1578673983", + "version": "8.x-5.0-alpha1+5-dev", + "datestamp": "1591964956", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -2954,33 +2969,31 @@ "source": "https://git.drupalcode.org/project/bamboo_twig", "issues": "https://www.drupal.org/project/issues/bamboo_twig" }, - "time": "2020-01-10T16:44:54+00:00" + "time": "2020-06-28T12:18:48+00:00" }, { "name": "drupal/bootstrap_barrio", - "version": "4.22.0", + "version": "4.30.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bootstrap_barrio.git", - "reference": "8.x-4.22" + "reference": "8.x-4.30" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bootstrap_barrio-8.x-4.22.zip", - "reference": "8.x-4.22", - "shasum": "93613bd20cd59997d60d6ce036384d46dfb3fce2" + "url": "https://ftp.drupal.org/files/projects/bootstrap_barrio-8.x-4.30.zip", + "reference": "8.x-4.30", + "shasum": "9de043aa126cdd7ebe383369e0a9d2f54d38db98" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9", + "twbs/bootstrap": "^4.4.1" }, "type": "drupal-theme", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, "drupal": { - "version": "8.x-4.22", - "datestamp": "1551325387", + "version": "8.x-4.30", + "datestamp": "1592500696", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2989,7 +3002,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0" + "GPL-2.0-or-later" ], "authors": [ { @@ -3010,29 +3023,28 @@ }, { "name": "drupal/codemirror_editor", - "version": "1.3.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/codemirror_editor.git", - "reference": "8.x-1.3" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/codemirror_editor-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "fe3259b22a14aaf99518c32173e9d7f6a741945f" + "url": "https://ftp.drupal.org/files/projects/codemirror_editor-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "a60d4ba90074c5d3a2318a85e076756afb7f6d37" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.7.7 || ^9.0", + "ext-json": "*", + "php": ">=7.1" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.3", - "datestamp": "1570623785", + "version": "8.x-1.5", + "datestamp": "1583670260", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3041,7 +3053,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -3051,30 +3063,36 @@ ], "description": "This module integrates the CodeMirror editor library into Drupal.", "homepage": "https://www.drupal.org/project/codemirror_editor", + "keywords": [ + "CodeMirror", + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/codemirror_editor" + "source": "https://git.drupalcode.org/project/codemirror_editor", + "issues": "https://www.drupal.org/project/issues/codemirror_editor" } }, { "name": "drupal/coder", - "version": "8.3.7", + "version": "8.3.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/coder.git", - "reference": "c11c2957653bdbfd68adc851692d094b43d39221" + "reference": "d51e0b8c6561e21c0545d04b5410a7bed7ee7c6b" }, "require": { "ext-mbstring": "*", - "php": ">=5.5.9", - "squizlabs/php_codesniffer": "^3.4.1", + "php": ">=7.0.8", + "squizlabs/php_codesniffer": "^3.5.5", "symfony/yaml": ">=2.0.5" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpstan/phpstan": "^0.12.5", + "phpunit/phpunit": "^6.0 || ^7.0" }, "type": "phpcodesniffer-standard", "autoload": { - "psr-0": { + "psr-4": { "Drupal\\": "coder_sniffer/Drupal/", "DrupalPractice\\": "coder_sniffer/DrupalPractice/" } @@ -3090,7 +3108,7 @@ "phpcs", "standards" ], - "time": "2019-12-07T16:00:28+00:00" + "time": "2020-05-08T10:20:59+00:00" }, { "name": "drupal/config_inspector", @@ -3098,7 +3116,7 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_inspector.git", - "reference": "1e034975ae3244c7a3d30b1691046a9a7453f27c" + "reference": "b6b77db9d7ed1f70990aeda00d4cd18168e16b00" }, "require": { "drupal/core": "^8 || ^9" @@ -3109,8 +3127,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0+4-dev", - "datestamp": "1575554584", + "version": "8.x-1.1+4-dev", + "datestamp": "1590058075", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3118,13 +3136,13 @@ }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^9 || ^10" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -3155,7 +3173,7 @@ "issues": "https://drupal.org/project/issues/config_inspector", "irc": "irc://irc.freenode.org/drupal-contribute" }, - "time": "2019-12-05T13:58:42+00:00" + "time": "2020-05-21T10:47:28+00:00" }, { "name": "drupal/config_installer", @@ -3176,9 +3194,6 @@ }, "type": "drupal-profile", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.8", "datestamp": "1524572284", @@ -3205,29 +3220,26 @@ }, { "name": "drupal/config_update", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "04bbd0fc440017fd0129dceae240a8bba409a450" + "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968" }, "require": { - "drupal/core": "*" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.6", - "datestamp": "1545090480", + "version": "8.x-1.7", + "datestamp": "1586355587", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3256,19 +3268,16 @@ }, { "name": "drupal/config_update_ui", - "version": "1.6.0", + "version": "1.7.0", "require": { "drupal/config_update": "self.version", - "drupal/core": "*" + "drupal/core": "^8 || ^9" }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.6", - "datestamp": "1545090480", + "version": "8.x-1.7", + "datestamp": "1586355587", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3571,9 +3580,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, "drupal": { "version": "8.x-4.0-beta2", "datestamp": "1505378944", @@ -3594,6 +3600,10 @@ "email": "christoffer.palm@oddhill.se", "role": "Developer" }, + { + "name": "NormySan", + "homepage": "https://www.drupal.org/user/112352" + }, { "name": "Steven Jones", "homepage": "https://www.drupal.org/user/99644" @@ -3668,16 +3678,16 @@ }, { "name": "drupal/core", - "version": "8.8.2", + "version": "8.9.1", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "f997857003276c2ae6d27db30f0eab9c7dd10e62" + "reference": "e8ee964c562870381876e85d3f5eaaf8c8ecc9ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/f997857003276c2ae6d27db30f0eab9c7dd10e62", - "reference": "f997857003276c2ae6d27db30f0eab9c7dd10e62", + "url": "https://api.github.com/repos/drupal/core/zipball/e8ee964c562870381876e85d3f5eaaf8c8ecc9ee", + "reference": "e8ee964c562870381876e85d3f5eaaf8c8ecc9ee", "shasum": "" }, "require": { @@ -3701,16 +3711,19 @@ "ext-tokenizer": "*", "ext-xml": "*", "guzzlehttp/guzzle": "^6.3", + "laminas/laminas-diactoros": "^1.8", + "laminas/laminas-feed": "^2.12", "masterminds/html5": "^2.1", "pear/archive_tar": "^1.4.9", "php": ">=7.0.8", + "psr/log": "^1.0", "stack/builder": "^1.0", "symfony-cmf/routing": "^1.4", "symfony/class-loader": "~3.4.0", "symfony/console": "~3.4.0", "symfony/dependency-injection": "~3.4.26", "symfony/event-dispatcher": "~3.4.0", - "symfony/http-foundation": "~3.4.27", + "symfony/http-foundation": "~3.4.35", "symfony/http-kernel": "~3.4.14", "symfony/polyfill-iconv": "^1.0", "symfony/process": "~3.4.0", @@ -3721,9 +3734,7 @@ "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.38.2", - "typo3/phar-stream-wrapper": "^3.1.3", - "zendframework/zend-diactoros": "^1.8", - "zendframework/zend-feed": "^2.12" + "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { "drupal/pathauto": "<1.6", @@ -3894,28 +3905,28 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2020-02-01T19:51:15+00:00" + "time": "2020-06-17T17:57:48+00:00" }, { "name": "drupal/core-dev", - "version": "8.8.1", + "version": "8.9.1", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", - "reference": "2dffabdcee78b36d513978424ac220da1fe2e11f" + "reference": "36370b3f42911c09ffb35f08fc72853d20e6efd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev/zipball/2dffabdcee78b36d513978424ac220da1fe2e11f", - "reference": "2dffabdcee78b36d513978424ac220da1fe2e11f", + "url": "https://api.github.com/repos/drupal/core-dev/zipball/36370b3f42911c09ffb35f08fc72853d20e6efd7", + "reference": "36370b3f42911c09ffb35f08fc72853d20e6efd7", "shasum": "" }, "require": { - "behat/mink": "1.8.0 | 1.7.1.1 | 1.7.x-dev", + "behat/mink": "^1.8", "behat/mink-goutte-driver": "^1.2", - "behat/mink-selenium2-driver": "1.4.0 | 1.3.1.1 | 1.3.x-dev", + "behat/mink-selenium2-driver": "^1.4", "composer/composer": "^1.9.1", - "drupal/coder": "^8.3.2", + "drupal/coder": "^8.3.7", "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", "justinrainbow/json-schema": "^5.2", @@ -3925,6 +3936,7 @@ "symfony/browser-kit": "^3.4.0", "symfony/css-selector": "^3.4.0", "symfony/debug": "^3.4.0", + "symfony/dom-crawler": "^3.4.0 !=3.4.38", "symfony/filesystem": "~3.4.0", "symfony/finder": "~3.4.0", "symfony/lock": "~3.4.0", @@ -3939,33 +3951,30 @@ "GPL-2.0-or-later" ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", - "time": "2019-11-05T11:06:10+00:00" + "time": "2020-05-09T07:53:22+00:00" }, { "name": "drupal/ctools", - "version": "3.2.0", + "version": "3.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.2" + "reference": "8.x-3.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.4.zip", + "reference": "8.x-3.4", + "shasum": "016ca5abb7ac4ca720352a72e8989f3ef0e20539" }, "require": { - "drupal/core": "^8.5" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { - "version": "8.x-3.2", - "datestamp": "1550728386", + "version": "8.x-3.4", + "datestamp": "1585763383", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4030,7 +4039,7 @@ "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", "homepage": "https://www.drupal.org/project/ctools", "support": { - "source": "http://cgit.drupalcode.org/ctools", + "source": "https://git.drupalcode.org/project/ctools", "issues": "https://www.drupal.org/project/issues/ctools" } }, @@ -4040,15 +4049,28 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/devel.git", - "reference": "339ed2bd7d9d8861eea8e0820565d17e6a695b6d" + "reference": "97f8fb7de76be25089adc8557c109a5fe5d91e0b" }, "require": { - "drupal/core": "~8.0", - "symfony/var-dumper": "~2.7|^3|^4" + "doctrine/common": "^2.7", + "drupal/core": "^8.8 || ^9", + "symfony/var-dumper": "^4 || ^5" }, "conflict": { "kint-php/kint": "<3" }, + "require-dev": { + "composer/installers": "^1", + "cweagans/composer-patches": "~1.0", + "drupal/core-composer-scaffold": "^8.0", + "drupal/core-dev": "^8.0", + "drupal/core-recommended": "^8.0", + "drush/drush": "^10", + "mglaman/phpstan-drupal": "^0.12", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-deprecation-rules": "^0.12", + "zaporylie/composer-drupal-optimizations": "^1.0" + }, "suggest": { "kint-php/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing." }, @@ -4058,13 +4080,38 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.0-beta1+35-dev", - "datestamp": "1582825208", + "version": "8.x-3.0-beta1+125-dev", + "datestamp": "1590483942", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } }, + "installer-paths": { + "web/core": [ + "type:drupal-core" + ], + "web/libraries/{$name}": [ + "type:drupal-library" + ], + "web/modules/{$name}": [ + "type:drupal-module" + ], + "web/profiles/{$name}": [ + "type:drupal-profile" + ], + "web/themes/{$name}": [ + "type:drupal-theme" + ], + "drush/{$name}": [ + "type:drupal-drush" + ] + }, + "drupal-scaffold": { + "locations": { + "web-root": "web/" + } + }, "drush": { "services": { "drush.services.yml": "^9 || ^10" @@ -4072,57 +4119,58 @@ } }, "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "si": [ + "drush si -v --db-url=sqlite://sites/default/files/.sqlite testing" + ], + "phpcs": [ + "PWD=$(pwd) && phpcs --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 1 --ignore=$PWD/web/,$PWD/vendor/" + ], + "lint": [ + "parallel-lint --exclude web --exclude vendor ." + ], + "runserver": [ + "drush runserver 0.0.0.0" + ], + "chromedriver": [ + "chromedriver --port=9515 --verbose --whitelisted-ips --log-path=/tmp/chromedriver.log --no-sandbox" + ], + "create-symlinks": [ + "cd web/modules/${PWD##*/} && find ../../.. -maxdepth 1 ! -name .git ! -name web ! -name vendor -print | while read file; do ln -s $file .; done" + ], + "unit": [ + "phpunit --verbose --printer '\\Drupal\\Tests\\Listeners\\HtmlOutputPrinter' web/modules/${PWD##*/}" + ], + "phpstan": [ + "phpstan analyse web/modules/${PWD##*/}" + ], + "post-update-cmd": [ + "DIR=${PWD##*/} && rm -rf web/modules/$DIR && mkdir -p web/modules/$DIR", + "@create-symlinks" + ] + }, "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Moshe Weitzman", - "homepage": "https://github.com/weitzman", - "email": "weitzman@tejasa.com", - "role": "Maintainer" - }, - { - "name": "Hans Salvisberg", - "homepage": "https://www.drupal.org/u/salvis", - "email": "drupal@salvisberg.com", - "role": "Maintainer" - }, - { - "name": "Luca Lusso", - "homepage": "https://www.drupal.org/u/lussoluca", - "role": "Maintainer" - }, - { - "name": "Marco (willzyx)", - "homepage": "https://www.drupal.org/u/willzyx", - "role": "Maintainer" - }, - { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/3236/committers" - }, - { - "name": "pcambra", - "homepage": "https://www.drupal.org/user/122101" - }, - { - "name": "salvis", - "homepage": "https://www.drupal.org/user/82964" + "name": "drupalspoons", + "homepage": "https://www.drupal.org/user/3647684" }, { - "name": "willzyx", - "homepage": "https://www.drupal.org/user/1043862" + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" } ], "description": "Various blocks, pages, and functions for developers.", - "homepage": "http://drupal.org/project/devel", + "homepage": "https://www.drupal.org/project/devel", "support": { - "source": "http://cgit.drupalcode.org/devel", - "issues": "http://drupal.org/project/devel", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "https://gitlab.com/drupalspoons/devel/-/tree/8.x-3.x", + "issues": "https://gitlab.com/drupalspoons/devel/-/issues", + "slack": "https://drupal.slack.com/archives/C012WAW1MH6", + "docs": "https://www.drupal.org/docs/8/modules/devel" }, - "time": "2020-02-28T10:42:24+00:00" + "time": "2020-04-25T12:53:02+00:00" }, { "name": "drupal/display_field_copy", @@ -4176,14 +4224,14 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/ds.git", - "reference": "f73614254bb7baa311b99886b0393e2ab738d5f7" + "reference": "17df878e64fc78c698d0a0b8f3abc8e3c47b516b" }, "require": { - "drupal/core": "^8.6" + "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/devel": "*", - "drupal/field_group": "*" + "drupal/devel": "3.x-dev", + "drupal/field_group": "3.x-dev" }, "type": "drupal-module", "extra": { @@ -4192,7 +4240,7 @@ }, "drupal": { "version": "8.x-3.x-dev", - "datestamp": "1574688484", + "datestamp": "1590648925", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4201,7 +4249,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -4236,7 +4284,7 @@ "issues": "https://www.drupal.org/project/issues/ds", "irc": "irc://irc.freenode.org/drupal-contribute" }, - "time": "2019-11-25T13:26:04+00:00" + "time": "2020-05-28T06:55:02+00:00" }, { "name": "drupal/facets", @@ -4260,9 +4308,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.4", "datestamp": "1556645881", @@ -4300,44 +4345,48 @@ }, { "name": "drupal/field_permissions", - "version": "1.0.0-rc2", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_permissions.git", - "reference": "8.x-1.0-rc2" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "bbc0d4215b24f2613a02a365a22f2039ebcea421" + "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "637895909b2877a69e04f76446addb4abc7492c5" }, "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-rc2", - "datestamp": "1545332280", + "version": "8.x-1.0", + "datestamp": "1591319671", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "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", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, { "name": "jhedstrom", "homepage": "https://www.drupal.org/user/208732" @@ -4383,9 +4432,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.1", "datestamp": "1488273785", @@ -4423,9 +4469,6 @@ }, "type": "metapackage", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.1", "datestamp": "1488273785", @@ -4473,9 +4516,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-4.x": "4.x-dev" - }, "drupal": { "version": "8.x-4.0-beta1", "datestamp": "1572442085", @@ -4539,10 +4579,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/form_mode_manager.git", - "reference": "165dbad23ba154cd1cd9691728e2a65c17056cd8" + "reference": "bb63412286fc7eaaa4f3ef569a8b1bb1bf292e62" }, "require": { - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { @@ -4550,8 +4590,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-rc3+1-dev", - "datestamp": "1544198580", + "version": "8.x-2.0-rc3+2-dev", + "datestamp": "1585559850", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4585,21 +4625,21 @@ "issues": "https://www.drupal.org/project/issues/form_mode_manager", "irc": "irc://irc.freenode.org/drupal-contribute" }, - "time": "2018-12-07T16:01:43+00:00" + "time": "2020-03-30T09:13:10+00:00" }, { "name": "drupal/imagemagick", - "version": "2.6.0", + "version": "2.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/imagemagick.git", - "reference": "8.x-2.6" + "reference": "8.x-2.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "1696ef42d06461f420ef7761bc4a5d2d3bf6ac67" + "url": "https://ftp.drupal.org/files/projects/imagemagick-8.x-2.7.zip", + "reference": "8.x-2.7", + "shasum": "e70fa0124305d99d5cf3f59d95c3e52657c1c8b4" }, "require": { "drupal/core": "^8.3", @@ -4609,12 +4649,9 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.6", - "datestamp": "1566506585", + "version": "8.x-2.7", + "datestamp": "1581425670", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4679,29 +4716,26 @@ }, { "name": "drupal/imce", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/imce.git", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/imce-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "55827d5c18c398269cea782a6bb8d9788a97576c" + "url": "https://ftp.drupal.org/files/projects/imce-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "32496efa05983dcdc5e6115272021fcea774c9b0" }, "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.7", - "datestamp": "1540559280", + "version": "8.x-1.8", + "datestamp": "1586638244", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4734,13 +4768,13 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "feebdf074e951b4d7675f8a979de535a6bb93e84" + "reference": "07b31f1cdd5264312931514f1fcb3fd36b10fdce" }, "require": { "drupal/core": "^8.7.7 || ^9" }, "require-dev": { - "drupal/entity_reference_revisions": "*" + "drupal/entity_reference_revisions": "^1.0" }, "type": "drupal-module", "extra": { @@ -4748,8 +4782,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc2+10-dev", - "datestamp": "1578145983", + "version": "8.x-1.0-rc5+3-dev", + "datestamp": "1589279989", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4758,7 +4792,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -4807,7 +4841,50 @@ "support": { "source": "https://git.drupalcode.org/project/inline_entity_form" }, - "time": "2020-01-11T00:35:17+00:00" + "time": "2020-05-12T10:33:17+00:00" + }, + { + "name": "drupal/jsonapi_earlyrendering_workaround", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/jsonapi_earlyrendering_workaround.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/jsonapi_earlyrendering_workaround-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "84b52e95ec8aa9321fc83109bd5bc506e57f7b32" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1569458885", + "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": "garphy", + "homepage": "https://www.drupal.org/user/59864" + } + ], + "homepage": "https://www.drupal.org/project/jsonapi_earlyrendering_workaround", + "support": { + "source": "https://git.drupalcode.org/project/jsonapi_earlyrendering_workaround" + } }, { "name": "drupal/key_value", @@ -4818,7 +4895,7 @@ "reference": "5a24b5998f309ab17a2b79c88362f4c7f11265fa" }, "require": { - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { @@ -4863,42 +4940,99 @@ }, "time": "2018-12-05T09:21:33+00:00" }, + { + "name": "drupal/markdown", + "version": "dev-2.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/markdown.git", + "reference": "c04189d5dafc2782963ac4643bd4ff87c6314595" + }, + "require": { + "composer/semver": "^1.0 || ^2.0", + "drupal/core": "^8", + "php": ">=5.5.9" + }, + "suggest": { + "league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications (version 1.3.0 and higher is supported).", + "webuni/commonmark-attributes-extension": "The Attributes extension adds a syntax to define attributes on the various HTML elements in markdown's output." + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-rc1+18-dev", + "datestamp": "1592944351", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^8 || ^9 || ^10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mark Carver (markcarver)", + "homepage": "https://www.drupal.org/u/markcarver", + "role": "Maintainer" + }, + { + "name": "Gisle Hannemyr (gisle)", + "homepage": "https://www.drupal.org/u/gisle", + "role": "Co-Maintainer" + }, + { + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" + } + ], + "description": "Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid HTML.", + "homepage": "https://www.drupal.org/project/markdown", + "support": { + "source": "https://git.drupalcode.org/project/markdown", + "issues": "https://www.drupal.org/project/markdown" + }, + "time": "2020-06-23T20:39:01+00:00" + }, { "name": "drupal/metatag", - "version": "1.9.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.9" + "reference": "8.x-1.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "230960752c5afa17337fb69bae853bccb1a26ecd" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.13.zip", + "reference": "8.x-1.13", + "shasum": "c471d9982a6540fd7baccc94572947923634fb6b" }, "require": { - "drupal/core": "*", + "drupal/core": "^8 || ^9", "drupal/token": "^1.0" }, "require-dev": { - "drupal/devel": "^1.0", "drupal/metatag_dc": "*", "drupal/metatag_open_graph": "*", - "drupal/page_manager": "^4.0", - "drupal/redirect": "^1.0", - "drupal/restui": "^1.0", - "drupal/schema_metatag": "^1.0", - "drupal/schema_web_page": "*" + "drupal/page_manager": "4.x-dev", + "drupal/redirect": "1.x-dev" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.9", - "datestamp": "1564708406", + "version": "8.x-1.13", + "datestamp": "1587550202", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4927,8 +5061,53 @@ "seo" ], "support": { - "source": "http://cgit.drupalcode.org/metatag", - "issues": "http://drupal.org/project/issues/metatag" + "source": "https://git.drupalcode.org/project/metatag", + "issues": "https://www.drupal.org/project/issues/metatag", + "docs": "https://www.drupal.org/docs/8/modules/metatag" + } + }, + { + "name": "drupal/moderated_content_bulk_publish", + "version": "1.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/moderated_content_bulk_publish.git", + "reference": "8.x-1.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/moderated_content_bulk_publish-8.x-1.0-beta4.zip", + "reference": "8.x-1.0-beta4", + "shasum": "f8bab6ca78dc2b6c6a2985b0251b6610c7139625" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta4", + "datestamp": "1590775952", + "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": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + } + ], + "description": "Provides general administration features that Drupal 8 core does not provide.", + "homepage": "https://www.drupal.org/project/moderated_content_bulk_publish", + "support": { + "source": "https://git.drupalcode.org/project/moderated_content_bulk_publish" } }, { @@ -4937,10 +5116,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/module_missing_message_fixer.git", - "reference": "bb1acfac353d843a9e93ced0512624135a97318b" + "reference": "cb312dffd0159fee26ffe40a1afde9756ef3d632" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "~8" }, "type": "drupal-module", "extra": { @@ -4948,8 +5127,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0+2-dev", - "datestamp": "1561649885", + "version": "8.x-1.2+0-dev", + "datestamp": "1585919506", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4967,8 +5146,8 @@ ], "authors": [ { - "name": "See contributors", - "homepage": "https://www.drupal.org/node/2951176/committers", + "name": "John Ouellet", + "homepage": "https://www.drupal.org/u/labboy0276", "role": "Developer" } ], @@ -4981,39 +5160,44 @@ "source": "http://cgit.drupalcode.org/module_missing_message_fixer", "issues": "https://www.drupal.org/project/issues/module_missing_message_fixer" }, - "time": "2019-06-27T15:36:41+00:00" + "time": "2020-04-03T13:10:48+00:00" }, { "name": "drupal/pathauto", - "version": "1.6.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.6" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "eb976ae110d73c06fafb1b657adb967dd2cb8246" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "ede3216abb9c4f77709338d9147334c595046329" }, "require": { - "drupal/core": "^8.6", + "drupal/core": "^8.8 || ^9", "drupal/ctools": "*", "drupal/token": "*" }, + "suggest": { + "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." + }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.6", - "datestamp": "1575467285", + "version": "8.x-1.8", + "datestamp": "1588103046", "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", @@ -5041,40 +5225,36 @@ "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", "homepage": "https://www.drupal.org/project/pathauto", "support": { - "source": "https://git.drupalcode.org/project/pathauto" + "source": "https://cgit.drupalcode.org/pathauto", + "issues": "https://www.drupal.org/project/issues/pathauto", + "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, { - "name": "drupal/quick_node_clone", - "version": "1.12.0", + "name": "drupal/queue_ui", + "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/quick_node_clone.git", - "reference": "8.x-1.12" + "url": "https://git.drupalcode.org/project/queue_ui.git", + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/quick_node_clone-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "65c0b9a70b0077b04ba44b4df68de736ca4bd6fd" + "url": "https://ftp.drupal.org/files/projects/queue_ui-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "b2c025c620caaead0010d3818ae20a421773fa80" }, "require": { - "drupal/core": "*" - }, - "require-dev": { - "drupal/paragraphs": "*" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.12", - "datestamp": "1556289181", + "version": "8.x-2.1", + "datestamp": "1588090050", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5084,39 +5264,75 @@ ], "authors": [ { - "name": "vilepickle", - "homepage": "https://www.drupal.org/user/783006" + "name": "floretan", + "homepage": "https://www.drupal.org/user/2743951", + "role": "Maintainer" + }, + { + "name": "coltrane", + "homepage": "https://www.drupal.org/user/91990", + "role": "Maintainer" + }, + { + "name": "tsphethean", + "homepage": "https://www.drupal.org/user/66163", + "role": "Maintainer" + }, + { + "name": "bceyssens", + "homepage": "https://www.drupal.org/user/2811585", + "role": "Maintainer" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/881620", + "role": "Maintainer" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" } ], - "description": "Quickly clone a node with regular fields.", - "homepage": "https://www.drupal.org/project/quick_node_clone", + "description": "Interface and manager for Drupal queues.", + "homepage": "https://www.drupal.org/project/queue_ui", + "keywords": [ + "drupal", + "php", + "queue" + ], "support": { - "source": "https://cgit.drupalcode.org/quick_node_clone", - "issues": "https://www.drupal.org/project/issues/quick_node_clone" + "source": "https://git.drupalcode.org/project/queue_ui", + "issues": "https://www.drupal.org/project/issues/queue_ui" } }, { - "name": "drupal/rdfui", - "version": "dev-1.x", + "name": "drupal/quick_node_clone", + "version": "1.12.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/rdfui.git", - "reference": "e82d700c7902f6630ff5ba98dd61d84492ba9ea9" + "url": "https://git.drupalcode.org/project/quick_node_clone.git", + "reference": "8.x-1.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/quick_node_clone-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "65c0b9a70b0077b04ba44b4df68de736ca4bd6fd" }, "require": { - "drupal/core": "~8.1" + "drupal/core": "^8" + }, + "require-dev": { + "drupal/paragraphs": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-beta1+8-dev", - "datestamp": "1471754939", + "version": "8.x-1.12", + "datestamp": "1556289181", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5126,42 +5342,39 @@ ], "authors": [ { - "name": "Sachini", - "homepage": "https://www.drupal.org/user/2831117" + "name": "vilepickle", + "homepage": "https://www.drupal.org/user/783006" } ], - "description": "Allow the site builders to integrate schema.org mappings to Drupal 8 sites.", - "homepage": "http://drupal.org/project/rdfui", + "description": "Quickly clone a node with regular fields.", + "homepage": "https://www.drupal.org/project/quick_node_clone", "support": { - "source": "https://git.drupalcode.org/project/rdfui" - }, - "time": "2016-08-21T04:34:51+00:00" + "source": "https://cgit.drupalcode.org/quick_node_clone", + "issues": "https://www.drupal.org/project/issues/quick_node_clone" + } }, { "name": "drupal/restui", - "version": "1.17.0", + "version": "1.18.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/restui.git", - "reference": "8.x-1.17" + "reference": "8.x-1.18" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.17.zip", - "reference": "8.x-1.17", - "shasum": "2fff1b74759d5e490884d002330ad04d1bf241ba" + "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.18.zip", + "reference": "8.x-1.18", + "shasum": "40edbe907d5ec6d6c6a00abd219c7305d90d19e5" }, "require": { - "drupal/core": "^8.2.0" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.17", - "datestamp": "1557845581", + "version": "8.x-1.18", + "datestamp": "1586170645", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5205,7 +5418,7 @@ "reference": "bbc10ef66b352c500a19efda6c558e67cf01abbb" }, "require": { - "drupal/core": "*" + "drupal/core": "^8" }, "type": "drupal-module", "extra": { @@ -5259,11 +5472,11 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/s3fs.git", - "reference": "eb82e19d4166c23b65e5f51d9bc90379ce5f3e30" + "reference": "ba616250e5926de8476ee579cbbc5f09e1047593" }, "require": { "aws/aws-sdk-php": "^3.18", - "drupal/core": "~8.0" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { @@ -5271,14 +5484,13 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.0-alpha13+10-dev", - "datestamp": "1568890088", + "version": "8.x-3.0-alpha15+3-dev", + "datestamp": "1591898618", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } - }, - "patches_applied": [] + } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ @@ -5294,10 +5506,6 @@ "name": "Juanen Bernal", "homepage": "https://www.drupal.org/u/jansete" }, - { - "name": "coredumperror", - "homepage": "https://www.drupal.org/user/1140544" - }, { "name": "jansete", "homepage": "https://www.drupal.org/user/1358146" @@ -5313,24 +5521,24 @@ "source": "https://git.drupalcode.org/project/s3fs", "issues": "https://www.drupal.org/project/issues/s3fs" }, - "time": "2019-09-19T10:47:07+00:00" + "time": "2020-06-11T18:03:11+00:00" }, { "name": "drupal/schema_metatag", - "version": "1.4.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "8.x-1.4" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "5d0a677608e30a7c8ffb43d98759b19cf5be17f6" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "89816975afc0345b57c3b0550c88a8f371ba56c9" }, "require": { - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "drupal/metatag": "*" }, "require-dev": { @@ -5340,12 +5548,9 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.4", - "datestamp": "1563033785", + "version": "8.x-1.6", + "datestamp": "1592573603", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5374,14 +5579,20 @@ }, { "name": "drupal/search_api", - "version": "dev-1.x", + "version": "1.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "4ed69399fc023f6be44ca04acbe0b6c859c507ad" + "reference": "8.x-1.17" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "a9f3352f1c8c893c7032c11f00a23f76b9733b56" }, "require": { - "drupal/core": "^8.7.4" + "drupal/core": "^8.8 || ^9" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -5398,15 +5609,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1577639583", + "version": "8.x-1.17", + "datestamp": "1591128369", "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" } }, "drush": { @@ -5436,41 +5644,37 @@ "description": "Provides a generic framework for modules offering search capabilities.", "homepage": "https://www.drupal.org/project/search_api", "support": { - "source": "http://git.drupal.org/project/search_api.git", + "source": "https://git.drupalcode.org/project/search_api", "issues": "https://www.drupal.org/project/issues/search_api", "irc": "irc://irc.freenode.org/drupal-search-api" - }, - "time": "2019-12-29T17:16:47+00:00" + } }, { "name": "drupal/search_api_autocomplete", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "606908583c1e0aff57a4215355d1d3e07a1d50d2" + "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6565c475e5bf30a6340adfca45f2136c79722c2d" }, "require": { - "drupal/core": "~8.0", + "drupal/core": "^8.6", "drupal/search_api": "1.x" }, "require-dev": { - "drupal/search_api_page": "@dev" + "drupal/search_api_page": "1.x-dev" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1552333980", + "version": "8.x-1.3", + "datestamp": "1586525556", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5546,9 +5750,6 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { "version": "8.x-3.4", "datestamp": "1568822586", @@ -5620,9 +5821,6 @@ }, "type": "drupal-theme", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { "version": "8.x-1.1", "datestamp": "1492876443", @@ -5650,38 +5848,40 @@ }, { "name": "drupal/token", - "version": "1.5.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.5" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "c7e3a3757282e4c94e3c1fff08d01e22155cb853" }, "require": { - "drupal/core": "^8.5" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1537557481", + "version": "8.x-1.7", + "datestamp": "1589314266", "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", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -5709,7 +5909,7 @@ "homepage": "https://www.drupal.org/user/4420" } ], - "description": "Provides a user interface for the Token API and some missing core tokens.", + "description": "Provides a user interface for the Token API, some missing core tokens.", "homepage": "https://www.drupal.org/project/token", "support": { "source": "https://git.drupalcode.org/project/token" @@ -5717,30 +5917,27 @@ }, { "name": "drupal/tokenuuid", - "version": "1.2.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tokenuuid.git", - "reference": "8.x-1.2" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tokenuuid-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "03768ccae609dcadfc3001b535a5de113b9547d2" + "url": "https://ftp.drupal.org/files/projects/tokenuuid-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "d376d40a117d6e1506daaf83d55f626a48e54aed" }, "require": { - "drupal/core": "~8.0", + "drupal/core": "^8 || ^9", "drupal/token": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.2", - "datestamp": "1519844880", + "version": "8.x-1.4", + "datestamp": "1592904087", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -5765,30 +5962,27 @@ }, { "name": "drupal/twig_field", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twig_field.git", - "reference": "8.x-1.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_field-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "79f1e434819318ecfbb388bdf1cee58643348bc9" + "url": "https://ftp.drupal.org/files/projects/twig_field-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "00ac158ca85639503faa55554e2fe2b7970edb4c" }, "require": { - "drupal/codemirror_editor": "^1.0@beta", - "drupal/core": "~8.0" + "drupal/codemirror_editor": "^1.5", + "drupal/core": "^8.9 || ^9.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1538374980", + "version": "8.x-1.1", + "datestamp": "1593522856", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5814,32 +6008,30 @@ }, { "name": "drupal/twig_tweak", - "version": "2.4.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twig_tweak.git", - "reference": "8.x-2.4" + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_tweak-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "fa175b46d2b69ce0f30344579a5861169c8467a4" + "url": "https://ftp.drupal.org/files/projects/twig_tweak-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "a877de315bbf8603f146b55e7ca345d8fe70e234" }, "require": { - "drupal/core": "^8.7" + "drupal/core": "^8.7 || ^9.0", + "twig/twig": "^1.41 || ^2.12" }, "suggest": { "symfony/var-dumper": "Better dump() function for debugging Twig variables" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.4", - "datestamp": "1563096785", + "version": "8.x-2.6", + "datestamp": "1589992479", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5869,53 +6061,57 @@ }, { "name": "drupal/webform", - "version": "5.6.0", + "version": "5.19.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform.git", - "reference": "8.x-5.6" + "reference": "8.x-5.19" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.6.zip", - "reference": "8.x-5.6", - "shasum": "58d77d2df011c25eb5086cab6d12743d63442cf5" + "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.19.zip", + "reference": "8.x-5.19", + "shasum": "90a2084c2647bca791cc8b18a7e2a3b49f3da7ea" }, "require": { - "drupal/core": "*" + "drupal/core": "^8.8" }, "require-dev": { - "drupal/address": "~1.4", + "drupal/address": "~1.0", "drupal/bootstrap": "~3.0", "drupal/captcha": "~1.0", - "drupal/chosen": "~2.6", - "drupal/devel": "*", - "drupal/entity_print": "^2.1", + "drupal/chosen": "~2.0", + "drupal/clientside_validation": "~3.0", + "drupal/clientside_validation_jquery": "*", + "drupal/devel": "~3.0", + "drupal/entity_print": "~2.0", "drupal/gnode": "*", "drupal/group": "~1.0", - "drupal/jsonapi": "~2.0 || ~8.7", - "drupal/mailsystem": "4.1", - "drupal/select2": "~1.1", + "drupal/lingotek": "~3.0", + "drupal/mailsystem": "~4.0", + "drupal/paragraphs": "~1.0", + "drupal/select2": "~1.0", "drupal/smtp": "~1.0", - "drupal/telephone_validation": "^2.2", - "drupal/token": "~1.3", + "drupal/styleguide": "~1.0", + "drupal/telephone_validation": "~2.0", + "drupal/token": "~1.0", "drupal/webform_access": "*", "drupal/webform_attachment": "*", + "drupal/webform_clientside_validation": "*", + "drupal/webform_devel": "*", "drupal/webform_entity_print": "*", "drupal/webform_group": "*", "drupal/webform_node": "*", "drupal/webform_options_limit": "*", "drupal/webform_scheduled_email": "*", + "drupal/webform_share": "*", "drupal/webform_ui": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-5.x": "5.x-dev" - }, "drupal": { - "version": "8.x-5.6", - "datestamp": "1575331086", + "version": "8.x-5.19", + "datestamp": "1593681136", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5929,7 +6125,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -5943,8 +6139,9 @@ "role": "Co-maintainer" }, { - "name": "bucefal91", - "homepage": "https://www.drupal.org/user/504128" + "name": "Contributors", + "homepage": "https://www.drupal.org/node/7404/committers", + "role": "Contributor" }, { "name": "fenstrat", @@ -5978,7 +6175,7 @@ "description": "Enables the creation of webforms and questionnaires.", "homepage": "https://drupal.org/project/webform", "support": { - "source": "http://cgit.drupalcode.org/webform", + "source": "https://git.drupalcode.org/project/webform", "issues": "https://www.drupal.org/project/issues/webform?version=8.x", "docs": "https://www.drupal.org/docs/8/modules/webform", "forum": "https://drupal.stackexchange.com/questions/tagged/webform" @@ -5999,14 +6196,11 @@ "shasum": "6c9bb51735a106729dcfa08372e987ebf95d38f2" }, "require": { - "drupal/core": "*", + "drupal/core": "^8", "drupal/webform": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-5.x": "5.x-dev" - }, "drupal": { "version": "8.x-5.0-alpha7", "datestamp": "1557288185", @@ -6029,6 +6223,10 @@ "name": "jrockowitz", "homepage": "https://www.drupal.org/user/371407" }, + { + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" + }, { "name": "ws.agency", "homepage": "https://www.drupal.org/user/2851415" @@ -6042,29 +6240,26 @@ }, { "name": "drupal/workflow", - "version": "1.1.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/workflow.git", - "reference": "8.x-1.1" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "97c2efcab4d59beb2ca80a7b776435ed9d135ab8" + "url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "5f4777371a002f44524e23b5b3717fac87b5c0ea" }, "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": "1525039380", + "version": "8.x-1.4", + "datestamp": "1590740708", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6254,12 +6449,12 @@ "version": "0.9.1", "source": { "type": "git", - "url": "https://github.com/njh/easyrdf.git", + "url": "https://github.com/easyrdf/easyrdf.git", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", "shasum": "" }, @@ -6289,14 +6484,14 @@ "authors": [ { "name": "Nicholas Humfrey", - "role": "Developer", "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/" + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" }, { "name": "Alexey Zakhlestin", - "role": "Developer", - "email": "indeyets@gmail.com" + "email": "indeyets@gmail.com", + "role": "Developer" } ], "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", @@ -6313,21 +6508,22 @@ }, { "name": "egulias/email-validator", - "version": "2.1.14", + "version": "2.1.18", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece" + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece", - "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441", + "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441", "shasum": "" }, "require": { "doctrine/lexer": "^1.0.1", - "php": ">=5.5" + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.10" }, "require-dev": { "dominicsayers/isemail": "^3.0.7", @@ -6345,7 +6541,7 @@ }, "autoload": { "psr-4": { - "Egulias\\EmailValidator\\": "EmailValidator" + "Egulias\\EmailValidator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -6366,7 +6562,50 @@ "validation", "validator" ], - "time": "2020-01-05T14:11:20+00:00" + "time": "2020-06-16T20:11:17+00:00" + }, + { + "name": "evenement/evenement", + "version": "v3.0.1", + "source": { + "type": "git", + "url": "https://github.com/igorw/evenement.git", + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Evenement": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + } + ], + "description": "Événement is a very simple event dispatching library for PHP", + "keywords": [ + "event-dispatcher", + "event-emitter" + ], + "time": "2017-07-23T21:35:13+00:00" }, { "name": "fabpot/goutte", @@ -6425,23 +6664,23 @@ }, { "name": "fileeye/mimemap", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/FileEye/MimeMap.git", - "reference": "c509cc3f919dae122b0435d514680943918d0e7e" + "reference": "3a0ddb71f06d8fb3f84f0a3c45348af81803b16d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/c509cc3f919dae122b0435d514680943918d0e7e", - "reference": "c509cc3f919dae122b0435d514680943918d0e7e", + "url": "https://api.github.com/repos/FileEye/MimeMap/zipball/3a0ddb71f06d8fb3f84f0a3c45348af81803b16d", + "reference": "3a0ddb71f06d8fb3f84f0a3c45348af81803b16d", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "<9", + "phpunit/phpunit": "<10", "sebastian/comparator": "*", "sebastian/diff": "*", "squizlabs/php_codesniffer": "*", @@ -6476,7 +6715,7 @@ "mime-parser", "mime-type" ], - "time": "2019-11-23T08:05:46+00:00" + "time": "2020-05-16T10:19:16+00:00" }, { "name": "frictionlessdata/datapackage", @@ -6651,23 +6890,24 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.5.2", + "version": "6.5.5", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82" + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82", - "reference": "43ece0e75098b7ecd8d13918293029e555a50f82", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5" + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", @@ -6675,7 +6915,6 @@ "psr/log": "^1.1" }, "suggest": { - "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", @@ -6714,7 +6953,7 @@ "rest", "web service" ], - "time": "2019-12-23T11:57:10+00:00" + "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", @@ -6991,16 +7230,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.5", + "version": "1.4.7", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" + "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", - "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/b5f330e900e9b3edfc18024a5ec8c07136075712", + "reference": "b5f330e900e9b3edfc18024a5ec8c07136075712", "shasum": "" }, "require": { @@ -7029,13 +7268,13 @@ "authors": [ { "name": "Justin Bishop", - "role": "Developer", - "email": "jubishop@gmail.com" + "email": "jubishop@gmail.com", + "role": "Developer" }, { "name": "Anthon Pang", - "role": "Fork Maintainer", - "email": "apang@softwaredevelopment.ca" + "email": "apang@softwaredevelopment.ca", + "role": "Fork Maintainer" } ], "description": "PHP WebDriver for Selenium 2", @@ -7046,95 +7285,7 @@ "webdriver", "webtest" ], - "time": "2017-06-30T04:02:48+00:00" - }, - { - "name": "jakub-onderka/php-console-color", - "version": "v0.2", - "source": { - "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", - "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", - "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "jakub-onderka/php-code-style": "1.0", - "jakub-onderka/php-parallel-lint": "1.0", - "jakub-onderka/php-var-dump-check": "0.*", - "phpunit/phpunit": "~4.3", - "squizlabs/php_codesniffer": "1.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "JakubOnderka\\PhpConsoleColor\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com" - } - ], - "time": "2018-09-29T17:23:10+00:00" - }, - { - "name": "jakub-onderka/php-console-highlighter", - "version": "v0.4", - "source": { - "type": "git", - "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", - "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547", - "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "jakub-onderka/php-console-color": "~0.2", - "php": ">=5.4.0" - }, - "require-dev": { - "jakub-onderka/php-code-style": "~1.0", - "jakub-onderka/php-parallel-lint": "~1.0", - "jakub-onderka/php-var-dump-check": "~0.1", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "JakubOnderka\\PhpConsoleHighlighter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jakub Onderka", - "email": "acci@acci.cz", - "homepage": "http://www.acci.cz/" - } - ], - "description": "Highlight PHP code in terminal", - "time": "2018-09-29T18:48:56+00:00" + "time": "2019-09-25T09:05:11+00:00" }, { "name": "jcalderonzumba/gastonjs", @@ -7306,16 +7457,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.9", + "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "44c6787311242a979fa15c704327c20e7221a0e4" + "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4", - "reference": "44c6787311242a979fa15c704327c20e7221a0e4", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", + "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "shasum": "" }, "require": { @@ -7368,20 +7519,20 @@ "json", "schema" ], - "time": "2019-09-25T14:49:45+00:00" + "time": "2020-05-27T16:41:55+00:00" }, { "name": "kylekatarnls/update-helper", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/kylekatarnls/update-helper.git", - "reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e" + "reference": "429be50660ed8a196e0798e5939760f168ec8ce9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/5786fa188e0361b9adf9e8199d7280d1b2db165e", - "reference": "5786fa188e0361b9adf9e8199d7280d1b2db165e", + "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9", + "reference": "429be50660ed8a196e0798e5939760f168ec8ce9", "shasum": "" }, "require": { @@ -7413,91 +7564,384 @@ } ], "description": "Update helper", - "time": "2019-07-29T11:03:54+00:00" + "time": "2020-04-07T20:44:10+00:00" }, { - "name": "league/container", - "version": "2.4.1", + "name": "laminas/laminas-diactoros", + "version": "1.8.7p2", "source": { "type": "git", - "url": "https://github.com/thephpleague/container.git", - "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", - "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "php": "^5.4.0 || ^7.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" }, "provide": { - "container-interop/container-interop-implementation": "^1.2", - "psr/container-implementation": "^1.0" + "psr/http-message-implementation": "1.0" }, "replace": { - "orno/di": "~2.0" + "zendframework/zend-diactoros": "~1.8.7.0" }, "require-dev": { - "phpunit/phpunit": "4.*" + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-coding-standard": "~1.0", + "php-http/psr7-integration-tests": "dev-master", + "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" + "dev-release-1.8": "1.8.x-dev" } }, "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" + ], "psr-4": { - "League\\Container\\": "src" + "Laminas\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Phil Bennett", - "role": "Developer", - "email": "philipobenito@gmail.com", - "homepage": "http://www.philipobenito.com" - } + "BSD-3-Clause" ], - "description": "A fast and intuitive dependency injection container.", - "homepage": "https://github.com/thephpleague/container", + "description": "PSR HTTP Message implementations", + "homepage": "https://laminas.dev", "keywords": [ - "container", - "dependency", - "di", - "injection", - "league", - "provider", - "service" + "http", + "laminas", + "psr", + "psr-7" ], - "time": "2017-05-10T09:20:27+00:00" + "time": "2020-03-23T15:28:28+00:00" }, { - "name": "lsolesen/pel", - "version": "0.9.6", + "name": "laminas/laminas-escaper", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/lsolesen/pel.git", - "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23" + "url": "https://github.com/laminas/laminas-escaper.git", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23", - "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { - "php": ">=5.0.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" }, - "require-dev": { + "replace": { + "zendframework/zend-escaper": "self.version" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Escaper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", + "homepage": "https://laminas.dev", + "keywords": [ + "escaper", + "laminas" + ], + "time": "2019-12-31T16:43:30+00:00" + }, + { + "name": "laminas/laminas-feed", + "version": "2.12.2", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-feed.git", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-escaper": "^2.5.2", + "laminas/laminas-stdlib": "^3.2.1", + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-feed": "^2.12.0" + }, + "require-dev": { + "laminas/laminas-cache": "^2.7.2", + "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-db": "^2.8.2", + "laminas/laminas-http": "^2.7", + "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", + "laminas/laminas-validator": "^2.10.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20", + "psr/http-message": "^1.0.1" + }, + "suggest": { + "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", + "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", + "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", + "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", + "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12.x-dev", + "dev-develop": "2.13.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Feed\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides functionality for consuming RSS and Atom feeds", + "homepage": "https://laminas.dev", + "keywords": [ + "feed", + "laminas" + ], + "time": "2020-03-29T12:36:29+00:00" + }, + { + "name": "laminas/laminas-stdlib", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", + "shasum": "" + }, + "require": { + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-stdlib": "self.version" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~1.0.0", + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Stdlib\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "stdlib" + ], + "time": "2019-12-31T17:51:15+00:00" + }, + { + "name": "laminas/laminas-zendframework-bridge", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-zendframework-bridge.git", + "reference": "fcd87520e4943d968557803919523772475e8ea3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3", + "reference": "fcd87520e4943d968557803919523772475e8ea3", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev", + "dev-develop": "1.1.x-dev" + }, + "laminas": { + "module": "Laminas\\ZendFrameworkBridge" + } + }, + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ZendFrameworkBridge\\": "src//" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "keywords": [ + "ZendFramework", + "autoloading", + "laminas", + "zf" + ], + "time": "2020-05-20T16:45:56+00:00" + }, + { + "name": "league/container", + "version": "2.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/container.git", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0", + "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0", + "shasum": "" + }, + "require": { + "container-interop/container-interop": "^1.2", + "php": "^5.4.0 || ^7.0" + }, + "provide": { + "container-interop/container-interop-implementation": "^1.2", + "psr/container-implementation": "^1.0" + }, + "replace": { + "orno/di": "~2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Container\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Phil Bennett", + "email": "philipobenito@gmail.com", + "homepage": "http://www.philipobenito.com", + "role": "Developer" + } + ], + "description": "A fast and intuitive dependency injection container.", + "homepage": "https://github.com/thephpleague/container", + "keywords": [ + "container", + "dependency", + "di", + "injection", + "league", + "provider", + "service" + ], + "time": "2017-05-10T09:20:27+00:00" + }, + { + "name": "lsolesen/pel", + "version": "0.9.6", + "source": { + "type": "git", + "url": "https://github.com/lsolesen/pel.git", + "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23", + "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23", + "shasum": "" + }, + "require": { + "php": ">=5.0.0" + }, + "require-dev": { "ext-gd": "*", "phpunit/phpunit": "5.7.*", "satooshi/php-coveralls": "1.0.*", @@ -7516,15 +7960,15 @@ "authors": [ { "name": "Lars Olesen", - "role": "Developer", "email": "lars@intraface.dk", - "homepage": "http://intraface.dk" + "homepage": "http://intraface.dk", + "role": "Developer" }, { "name": "Martin Geisler", - "role": "Developer", "email": "martin@geisler.net", - "homepage": "http://geisler.net" + "homepage": "http://geisler.net", + "role": "Developer" } ], "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.", @@ -7598,16 +8042,16 @@ }, { "name": "masterminds/html5", - "version": "2.7.0", + "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2" + "reference": "6c5dea561d99641f66caed6a6d3b8827a8052205" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/104443ad663d15981225f99532ba73c2f1d6b6f2", - "reference": "104443ad663d15981225f99532ba73c2f1d6b6f2", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/6c5dea561d99641f66caed6a6d3b8827a8052205", + "reference": "6c5dea561d99641f66caed6a6d3b8827a8052205", "shasum": "" }, "require": { @@ -7661,7 +8105,7 @@ "serializer", "xml" ], - "time": "2019-07-25T07:03:26+00:00" + "time": "2020-07-01T09:47:09+00:00" }, { "name": "mikey179/vfsstream", @@ -7741,9 +8185,9 @@ "authors": [ { "name": "Markus Lanthaler", - "role": "Developer", "email": "mail@markus-lanthaler.com", - "homepage": "http://www.markus-lanthaler.com" + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" } ], "description": "IRI handling for PHP", @@ -7758,16 +8202,16 @@ }, { "name": "ml/json-ld", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/lanthaler/JsonLD.git", - "reference": "b5f82820c255cb64067b1c7adbb819cad4afa70a" + "reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/b5f82820c255cb64067b1c7adbb819cad4afa70a", - "reference": "b5f82820c255cb64067b1c7adbb819cad4afa70a", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/c74a1aed5979ed1cfb1be35a55a305fd30e30b93", + "reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93", "shasum": "" }, "require": { @@ -7792,9 +8236,9 @@ "authors": [ { "name": "Markus Lanthaler", - "role": "Developer", "email": "mail@markus-lanthaler.com", - "homepage": "http://www.markus-lanthaler.com" + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" } ], "description": "JSON-LD Processor for PHP", @@ -7803,7 +8247,7 @@ "JSON-LD", "jsonld" ], - "time": "2018-11-18T20:26:18+00:00" + "time": "2020-06-16T17:45:06+00:00" }, { "name": "mtdowling/jmespath.php", @@ -7864,20 +8308,20 @@ }, { "name": "myclabs/deep-copy", - "version": "1.9.4", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7" + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7", - "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", + "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1 || ^8.0" }, "replace": { "myclabs/deep-copy": "self.version" @@ -7908,20 +8352,20 @@ "object", "object graph" ], - "time": "2019-12-15T19:12:40+00:00" + "time": "2020-06-29T13:22:24+00:00" }, { "name": "myclabs/php-enum", - "version": "1.7.2", + "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", - "reference": "45f01adf6922df6082bcda36619deb466e826acf" + "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/45f01adf6922df6082bcda36619deb466e826acf", - "reference": "45f01adf6922df6082bcda36619deb466e826acf", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c", + "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c", "shasum": "" }, "require": { @@ -7929,8 +8373,9 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "squizlabs/php_codesniffer": "1.*" + "phpunit/phpunit": "^7", + "squizlabs/php_codesniffer": "1.*", + "vimeo/psalm": "^3.8" }, "type": "library", "autoload": { @@ -7953,7 +8398,7 @@ "keywords": [ "enum" ], - "time": "2019-08-19T13:53:00+00:00" + "time": "2020-02-14T08:15:52+00:00" }, { "name": "nesbot/carbon", @@ -8018,16 +8463,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.3.0", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" + "reference": "c346bbfafe2ff60680258b631afb730d186ed864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c346bbfafe2ff60680258b631afb730d186ed864", + "reference": "c346bbfafe2ff60680258b631afb730d186ed864", "shasum": "" }, "require": { @@ -8066,7 +8511,7 @@ "parser", "php" ], - "time": "2019-11-08T13:50:10+00:00" + "time": "2020-07-02T17:12:47+00:00" }, { "name": "paragonie/random_compat", @@ -8181,16 +8626,16 @@ }, { "name": "pear/console_getopt", - "version": "v1.4.2", + "version": "v1.4.3", "source": { "type": "git", "url": "https://github.com/pear/Console_Getopt.git", - "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0" + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0", - "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", "shasum": "" }, "type": "library", @@ -8207,37 +8652,37 @@ "BSD-2-Clause" ], "authors": [ - { - "name": "Greg Beaver", - "role": "Helper", - "email": "cellog@php.net" - }, { "name": "Andrei Zmievski", - "role": "Lead", - "email": "andrei@php.net" + "email": "andrei@php.net", + "role": "Lead" }, { "name": "Stig Bakken", - "role": "Developer", - "email": "stig@php.net" + "email": "stig@php.net", + "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", - "time": "2019-02-06T16:52:33+00:00" + "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/pear-core-minimal", - "version": "v1.10.9", + "version": "v1.10.10", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f" + "reference": "625a3c429d9b2c1546438679074cac1b089116a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f", - "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7", "shasum": "" }, "require": { @@ -8263,25 +8708,25 @@ "authors": [ { "name": "Christian Weiske", - "role": "Lead", - "email": "cweiske@php.net" + "email": "cweiske@php.net", + "role": "Lead" } ], "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2019-03-13T18:15:44+00:00" + "time": "2019-11-19T19:00:24+00:00" }, { "name": "pear/pear_exception", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", "shasum": "" }, "require": { @@ -8297,9 +8742,9 @@ } }, "autoload": { - "psr-0": { - "PEAR": "" - } + "classmap": [ + "PEAR/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -8323,7 +8768,7 @@ "keywords": [ "exception" ], - "time": "2015-02-10T20:07:52+00:00" + "time": "2019-12-10T10:24:42+00:00" }, { "name": "phar-io/manifest", @@ -8466,28 +8911,25 @@ }, { "name": "phpdocumentor/reflection-common", - "version": "2.0.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", - "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "require-dev": { - "phpunit/phpunit": "~6" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-2.x": "2.x-dev" } }, "autoload": { @@ -8514,45 +8956,42 @@ "reflection", "static analysis" ], - "time": "2018-08-07T13:53:10+00:00" + "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "4.3.4", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", - "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", - "webmozart/assert": "^1.0" + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", + "webmozart/assert": "^1" }, "require-dev": { - "doctrine/instantiator": "^1.0.5", - "mockery/mockery": "^1.0", - "phpdocumentor/type-resolver": "0.4.*", - "phpunit/phpunit": "^6.4" + "doctrine/instantiator": "^1", + "mockery/mockery": "^1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -8563,38 +9002,40 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-12-28T18:55:12+00:00" + "time": "2020-02-22T12:28:44+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.0.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", - "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "ext-tokenizer": "^7.1", - "mockery/mockery": "~1", - "phpunit/phpunit": "^7.0" + "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { @@ -8613,7 +9054,7 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2019-08-22T18:11:29+00:00" + "time": "2020-06-27T10:12:23+00:00" }, { "name": "phplang/scope-exit", @@ -8645,9 +9086,9 @@ "authors": [ { "name": "Sara Golemon", - "role": "Developer", "email": "pollita@php.net", - "homepage": "https://twitter.com/SaraMG" + "homepage": "https://twitter.com/SaraMG", + "role": "Developer" } ], "description": "Emulation of SCOPE_EXIT construct from C++", @@ -8661,24 +9102,24 @@ }, { "name": "phpspec/prophecy", - "version": "1.10.1", + "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" + "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", - "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", + "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", - "sebastian/comparator": "^1.2.3|^2.0|^3.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { "phpspec/phpspec": "^2.5 || ^3.2", @@ -8720,7 +9161,7 @@ "spy", "stub" ], - "time": "2019-12-22T21:05:45+00:00" + "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9205,16 +9646,16 @@ }, { "name": "psr/log", - "version": "1.1.2", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", - "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { @@ -9248,7 +9689,7 @@ "psr", "psr-3" ], - "time": "2019-11-01T11:05:21+00:00" + "time": "2020-03-23T09:12:05+00:00" }, { "name": "psr/simple-cache", @@ -9300,32 +9741,30 @@ }, { "name": "psy/psysh", - "version": "v0.9.12", + "version": "v0.10.4", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "90da7f37568aee36b116a030c5f99c915267edd4" + "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4", - "reference": "90da7f37568aee36b116a030c5f99c915267edd4", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560", + "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560", "shasum": "" }, "require": { "dnoegel/php-xdg-base-dir": "0.1.*", "ext-json": "*", "ext-tokenizer": "*", - "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", - "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", - "php": ">=5.4.0", - "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0", - "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0" + "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", + "php": "^8.0 || ^7.0 || ^5.5.9", + "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", + "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "~2.15|~3.16", - "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" + "hoa/console": "3.17.*" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", @@ -9340,7 +9779,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-develop": "0.9.x-dev" + "dev-master": "0.10.x-dev" } }, "autoload": { @@ -9370,7 +9809,7 @@ "interactive", "shell" ], - "time": "2019-12-06T14:19:43+00:00" + "time": "2020-05-03T19:32:03+00:00" }, { "name": "ralouphie/getallheaders", @@ -9412,25 +9851,110 @@ "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, + { + "name": "react/child-process", + "version": "v0.6.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/child-process.git", + "reference": "6895afa583d51dc10a4b9e93cd3bce17b3b77ac3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/child-process/zipball/6895afa583d51dc10a4b9e93cd3bce17b3b77ac3", + "reference": "6895afa583d51dc10a4b9e93cd3bce17b3b77ac3", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.0", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", + "react/stream": "^1.0 || ^0.7.6" + }, + "require-dev": { + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35", + "react/socket": "^1.0", + "sebastian/environment": "^3.0 || ^2.0 || ^1.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\ChildProcess\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Event-driven library for executing child processes with ReactPHP.", + "keywords": [ + "event-driven", + "process", + "reactphp" + ], + "time": "2019-02-15T13:48:16+00:00" + }, + { + "name": "react/event-loop", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/event-loop.git", + "reference": "6d24de090cd59cfc830263cfba965be77b563c13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13", + "reference": "6d24de090cd59cfc830263cfba965be77b563c13", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + }, + "suggest": { + "ext-event": "~1.0 for ExtEventLoop", + "ext-pcntl": "For signal handling support when using the StreamSelectLoop", + "ext-uv": "* for ExtUvLoop" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\EventLoop\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "keywords": [ + "asynchronous", + "event-loop" + ], + "time": "2020-01-01T18:39:52+00:00" + }, { "name": "react/promise", - "version": "v2.7.1", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", - "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", + "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -9456,7 +9980,53 @@ "promise", "promises" ], - "time": "2019-01-07T21:25:54+00:00" + "time": "2020-05-12T15:16:56+00:00" + }, + { + "name": "react/stream", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/stream.git", + "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", + "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a", + "shasum": "" + }, + "require": { + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.8", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" + }, + "require-dev": { + "clue/stream-filter": "~1.2", + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Stream\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", + "keywords": [ + "event-driven", + "io", + "non-blocking", + "pipe", + "reactphp", + "readable", + "stream", + "writable" + ], + "time": "2020-05-04T10:17:57+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -10026,20 +10596,20 @@ }, { "name": "seld/jsonlint", - "version": "1.7.2", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19" + "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19", - "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", + "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1", "shasum": "" }, "require": { - "php": "^5.3 || ^7.0" + "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" @@ -10071,20 +10641,20 @@ "parser", "validator" ], - "time": "2019-10-24T14:27:39+00:00" + "time": "2020-04-30T19:05:18+00:00" }, { "name": "seld/phar-utils", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", - "reference": "84715761c35808076b00908a20317a3a8a67d17e" + "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/84715761c35808076b00908a20317a3a8a67d17e", - "reference": "84715761c35808076b00908a20317a3a8a67d17e", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0", + "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0", "shasum": "" }, "require": { @@ -10113,9 +10683,9 @@ ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ - "phra" + "phar" ], - "time": "2020-01-13T10:41:09+00:00" + "time": "2020-02-14T15:25:33+00:00" }, { "name": "solarium/solarium", @@ -10179,16 +10749,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.5.3", + "version": "3.5.5", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb" + "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", - "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", + "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", "shasum": "" }, "require": { @@ -10226,29 +10796,30 @@ "phpcs", "standards" ], - "time": "2019-12-04T04:46:47+00:00" + "time": "2020-04-17T01:09:41+00:00" }, { "name": "stack/builder", - "version": "v1.0.5", + "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/stackphp/builder.git", - "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a" + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a", - "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a", + "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", "shasum": "" }, "require": { - "php": ">=5.3.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0" + "php": ">=7.2.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" }, "require-dev": { - "silex/silex": "~1.0" + "phpunit/phpunit": "~8.0", + "symfony/routing": "^5.0" }, "type": "library", "extra": { @@ -10271,29 +10842,29 @@ "email": "igor@wiedler.ch" } ], - "description": "Builder for stack middlewares based on HttpKernelInterface.", + "description": "Builder for stack middleware based on HttpKernelInterface.", "keywords": [ "stack" ], - "time": "2017-11-18T14:57:29+00:00" + "time": "2020-01-30T12:17:27+00:00" }, { "name": "stecman/symfony-console-completion", - "version": "0.10.1", + "version": "0.11.0", "source": { "type": "git", "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8" + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/7bfa9b93e216896419f2f8de659935d7e04fecd8", - "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8", + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", + "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", "shasum": "" }, "require": { "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0 || ~4.0" + "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" @@ -10320,28 +10891,28 @@ } ], "description": "Automatic BASH completion for Symfony Console Component based applications.", - "time": "2019-04-29T03:20:18+00:00" + "time": "2019-11-24T17:03:06+00:00" }, { "name": "strawberryfield/format_strawberryfield", - "version": "dev-8.x-1.0-beta2", + "version": "dev-ISSUE-80", "source": { "type": "git", "url": "https://github.com/esmero/format_strawberryfield.git", - "reference": "f76822a23077e03598f0a9481e735a369846c0a3" + "reference": "5f47765160e283c3b367c290f67837449dee5e0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/format_strawberryfield/zipball/f76822a23077e03598f0a9481e735a369846c0a3", - "reference": "f76822a23077e03598f0a9481e735a369846c0a3", + "url": "https://api.github.com/repos/esmero/format_strawberryfield/zipball/5f47765160e283c3b367c290f67837449dee5e0d", + "reference": "5f47765160e283c3b367c290f67837449dee5e0d", "shasum": "" }, "require": { - "drupal/webform": "^5.6", + "drupal/webform": "^5.9", "drupal/webform_views": "^5.0", "ml/json-ld": "^1.1", "mtdowling/jmespath.php": "^2.5", - "strawberryfield/strawberryfield": "dev-8.x-1.0-beta2" + "strawberryfield/strawberryfield": "dev-8.x-1.0-beta3" }, "type": "drupal-module", "notification-url": "https://packagist.org/downloads/", @@ -10358,20 +10929,20 @@ ], "description": "Strawberryfield Mash/Smash/extractor/formatters for Drupal 8", "homepage": "https://github.com/esmero/format_strawberryfield", - "time": "2020-02-29T01:15:17+00:00" + "time": "2020-06-25T23:28:16+00:00" }, { "name": "strawberryfield/strawberryfield", - "version": "dev-8.x-1.0-beta2", + "version": "dev-ISSUE-86", "source": { "type": "git", "url": "https://github.com/esmero/strawberryfield.git", - "reference": "1d3a3dd59c69465aaf8349463e5dd0a96937353c" + "reference": "b2517b4f9fcf274e3905b3503d98f6702efb0f77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/strawberryfield/zipball/1d3a3dd59c69465aaf8349463e5dd0a96937353c", - "reference": "1d3a3dd59c69465aaf8349463e5dd0a96937353c", + "url": "https://api.github.com/repos/esmero/strawberryfield/zipball/b2517b4f9fcf274e3905b3503d98f6702efb0f77", + "reference": "b2517b4f9fcf274e3905b3503d98f6702efb0f77", "shasum": "" }, "require": { @@ -10382,6 +10953,13 @@ "swaggest/json-schema": "^0.12.25" }, "type": "drupal-module", + "extra": { + "drush": { + "services": { + "drush.services.yml": "^10" + } + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" @@ -10396,28 +10974,29 @@ ], "description": "A strawberry field for Drupal 8", "homepage": "https://github.com/esmero/strawberryfield", - "time": "2020-02-24T15:54:53+00:00" + "time": "2020-06-30T22:21:10+00:00" }, { "name": "strawberryfield/webform_strawberryfield", - "version": "dev-8.x-1.0-beta2", + "version": "dev-8.x-1.0-beta3", "source": { "type": "git", "url": "https://github.com/esmero/webform_strawberryfield.git", - "reference": "89445ee34ab9e130ab8878413f905b99a5cee987" + "reference": "ed1aedb328493ac4200622585821d32dea55ae86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/webform_strawberryfield/zipball/89445ee34ab9e130ab8878413f905b99a5cee987", - "reference": "89445ee34ab9e130ab8878413f905b99a5cee987", + "url": "https://api.github.com/repos/esmero/webform_strawberryfield/zipball/ed1aedb328493ac4200622585821d32dea55ae86", + "reference": "ed1aedb328493ac4200622585821d32dea55ae86", "shasum": "" }, "require": { - "drupal/webform": "^5.6", + "drupal/webform": "^5.9", "drupal/webform_views": "^5.0", "ml/json-ld": "^1.1", "mtdowling/jmespath.php": "^2.5", - "strawberryfield/strawberryfield": "dev-8.x-1.0-beta2" + "strawberryfield/format_strawberryfield": "dev-8.x-1.0-beta3", + "strawberryfield/strawberryfield": "dev-8.x-1.0-beta3" }, "type": "drupal-module", "notification-url": "https://packagist.org/downloads/", @@ -10434,20 +11013,20 @@ ], "description": "A Webform/strawberryfield integration module for Drupal 8", "homepage": "https://github.com/esmero/webform_strawberryfield", - "time": "2020-02-25T15:30:05+00:00" + "time": "2020-07-02T16:46:07+00:00" }, { "name": "swaggest/json-diff", - "version": "v3.7.2", + "version": "v3.7.5", "source": { "type": "git", "url": "https://github.com/swaggest/json-diff.git", - "reference": "fb13f6f7b12b985e2b99877c3604ce904b4fdd7a" + "reference": "e452a9c6444905a486280c7d56503a6468303f69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/json-diff/zipball/fb13f6f7b12b985e2b99877c3604ce904b4fdd7a", - "reference": "fb13f6f7b12b985e2b99877c3604ce904b4fdd7a", + "url": "https://api.github.com/repos/swaggest/json-diff/zipball/e452a9c6444905a486280c7d56503a6468303f69", + "reference": "e452a9c6444905a486280c7d56503a6468303f69", "shasum": "" }, "require": { @@ -10473,20 +11052,20 @@ } ], "description": "JSON diff/rearrange/patch/pointer library for PHP", - "time": "2019-10-23T09:36:24+00:00" + "time": "2020-05-26T21:53:21+00:00" }, { "name": "swaggest/json-schema", - "version": "v0.12.25", + "version": "v0.12.29", "source": { "type": "git", "url": "https://github.com/swaggest/php-json-schema.git", - "reference": "0f509795092872601752f8a1f20f3cad4670370d" + "reference": "7564d4a5fc8c068479698a30e5a7c589ea32a9c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/0f509795092872601752f8a1f20f3cad4670370d", - "reference": "0f509795092872601752f8a1f20f3cad4670370d", + "url": "https://api.github.com/repos/swaggest/php-json-schema/zipball/7564d4a5fc8c068479698a30e5a7c589ea32a9c6", + "reference": "7564d4a5fc8c068479698a30e5a7c589ea32a9c6", "shasum": "" }, "require": { @@ -10517,7 +11096,7 @@ } ], "description": "High definition PHP structures with JSON-schema based validation", - "time": "2020-01-07T10:09:25+00:00" + "time": "2020-03-19T08:41:40+00:00" }, { "name": "symfony-cmf/routing", @@ -10580,16 +11159,16 @@ }, { "name": "symfony/browser-kit", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6" + "reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e4c991e27a97a8c27745720b030ff85a5cebdf6", - "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824", + "reference": "1467e0c7cf0c5c2c08dc9b45ca0300ac3cd3a824", "shasum": "" }, "require": { @@ -10633,20 +11212,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-04-27T06:55:12+00:00" }, { "name": "symfony/cache", - "version": "v4.3.9", + "version": "v4.3.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "2a7bcc592adcaab9efc165bbced5a91fe905fad4" + "reference": "8794ccf68ac341fc19311919d2287f7557bfccba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/2a7bcc592adcaab9efc165bbced5a91fe905fad4", - "reference": "2a7bcc592adcaab9efc165bbced5a91fe905fad4", + "url": "https://api.github.com/repos/symfony/cache/zipball/8794ccf68ac341fc19311919d2287f7557bfccba", + "reference": "8794ccf68ac341fc19311919d2287f7557bfccba", "shasum": "" }, "require": { @@ -10711,7 +11290,7 @@ "caching", "psr6" ], - "time": "2019-12-01T10:50:31+00:00" + "time": "2020-01-27T09:15:09+00:00" }, { "name": "symfony/cache-contracts", @@ -10773,16 +11352,16 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "e212b06996819a2bce026a63da03b7182d05a690" + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690", - "reference": "e212b06996819a2bce026a63da03b7182d05a690", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e4636a4f23f157278a19e5db160c63de0da297d8", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8", "shasum": "" }, "require": { @@ -10825,20 +11404,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2019-08-20T13:31:17+00:00" + "time": "2020-03-15T09:38:08+00:00" }, { "name": "symfony/config", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe" + "reference": "cd61db31cbd19cbe4ba9f6968f13c9076e1372ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/a599a867d0e4a07c342b5f1e656b3915a540ddbe", - "reference": "a599a867d0e4a07c342b5f1e656b3915a540ddbe", + "url": "https://api.github.com/repos/symfony/config/zipball/cd61db31cbd19cbe4ba9f6968f13c9076e1372ab", + "reference": "cd61db31cbd19cbe4ba9f6968f13c9076e1372ab", "shasum": "" }, "require": { @@ -10889,20 +11468,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-12-01T10:45:41+00:00" + "time": "2020-05-22T10:56:48+00:00" }, { "name": "symfony/console", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586" + "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/1ee23b3b659b06c622f2bd2492a229e416eb4586", - "reference": "1ee23b3b659b06c622f2bd2492a229e416eb4586", + "url": "https://api.github.com/repos/symfony/console/zipball/bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13", + "reference": "bfe29ead7e7b1cc9ce74c6a40d06ad1f96fced13", "shasum": "" }, "require": { @@ -10961,20 +11540,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-12-01T10:04:45+00:00" + "time": "2020-05-30T18:58:05+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f" + "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f", - "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/9ccf6e78077a3fc1596e6c7b5958008965a11518", + "reference": "9ccf6e78077a3fc1596e6c7b5958008965a11518", "shasum": "" }, "require": { @@ -11014,20 +11593,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2019-10-01T11:57:37+00:00" + "time": "2020-03-16T08:31:04+00:00" }, { "name": "symfony/debug", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086" + "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086", - "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086", + "url": "https://api.github.com/repos/symfony/debug/zipball/518c6a00d0872da30bd06aee3ea59a0a5cf54d6d", + "reference": "518c6a00d0872da30bd06aee3ea59a0a5cf54d6d", "shasum": "" }, "require": { @@ -11070,20 +11649,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-05-22T18:25:20+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2" + "reference": "e39380b7104b0ec538a075ae919f00c7e5267bac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0d201916bfb3af939fec3c0c8815ea16c60ac1a2", - "reference": "0d201916bfb3af939fec3c0c8815ea16c60ac1a2", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e39380b7104b0ec538a075ae919f00c7e5267bac", + "reference": "e39380b7104b0ec538a075ae919f00c7e5267bac", "shasum": "" }, "require": { @@ -11141,20 +11720,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-12-01T08:33:36+00:00" + "time": "2020-05-30T21:06:01+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3" + "reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3", - "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c3086a58a66b2a519c0b7ac80539a3727609ea9c", + "reference": "c3086a58a66b2a519c0b7ac80539a3727609ea9c", "shasum": "" }, "require": { @@ -11198,7 +11777,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-05-22T19:35:43+00:00" }, { "name": "symfony/event-dispatcher", @@ -11330,16 +11909,16 @@ }, { "name": "symfony/filesystem", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2" + "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/00cdad0936d06fab136944bc2342b762b1c3a4a2", - "reference": "00cdad0936d06fab136944bc2342b762b1c3a4a2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f625d0cb1e59c8c4ba61abb170125175218ff10", + "reference": "0f625d0cb1e59c8c4ba61abb170125175218ff10", "shasum": "" }, "require": { @@ -11376,20 +11955,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-11-25T16:36:22+00:00" + "time": "2020-05-30T17:48:24+00:00" }, { "name": "symfony/finder", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "290ae21279b37bfd287cdcce640d51204e84afdf" + "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/290ae21279b37bfd287cdcce640d51204e84afdf", - "reference": "290ae21279b37bfd287cdcce640d51204e84afdf", + "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200", + "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200", "shasum": "" }, "require": { @@ -11425,20 +12004,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-11-17T21:55:15+00:00" + "time": "2020-02-14T07:34:21+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593" + "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d2d0cfe8e319d9df44c4cca570710fcf221d4593", - "reference": "d2d0cfe8e319d9df44c4cca570710fcf221d4593", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fbd216d2304b1a3fe38d6392b04729c8dd356359", + "reference": "fbd216d2304b1a3fe38d6392b04729c8dd356359", "shasum": "" }, "require": { @@ -11479,20 +12058,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-11-28T12:52:59+00:00" + "time": "2020-05-16T13:15:54+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7" + "reference": "6464a0475496040fe1f48428488d53e485be77a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c42c8339acb28cfff0fb1786948db4d23d609ff7", - "reference": "c42c8339acb28cfff0fb1786948db4d23d609ff7", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6464a0475496040fe1f48428488d53e485be77a0", + "reference": "6464a0475496040fe1f48428488d53e485be77a0", "shasum": "" }, "require": { @@ -11569,20 +12148,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-12-01T13:50:37+00:00" + "time": "2020-06-12T10:57:07+00:00" }, { "name": "symfony/lock", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "d6ccc33dfc5b7c8e1f59c228db0be36705fbffba" + "reference": "c5374725a61b25cd24ec1615b0707a2aa0cefe5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/d6ccc33dfc5b7c8e1f59c228db0be36705fbffba", - "reference": "d6ccc33dfc5b7c8e1f59c228db0be36705fbffba", + "url": "https://api.github.com/repos/symfony/lock/zipball/c5374725a61b25cd24ec1615b0707a2aa0cefe5a", + "reference": "c5374725a61b25cd24ec1615b0707a2aa0cefe5a", "shasum": "" }, "require": { @@ -11631,27 +12210,27 @@ "redlock", "semaphore" ], - "time": "2019-09-23T14:31:27+00:00" + "time": "2020-05-08T10:38:31+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7" + "reference": "ac355e1e9ebde4cf6ef5187f5cf4b43001f9a29f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7", - "reference": "cbea8818e9f34e4e9d780bd22bdda21b57d4d5c7", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ac355e1e9ebde4cf6ef5187f5cf4b43001f9a29f", + "reference": "ac355e1e9ebde4cf6ef5187f5cf4b43001f9a29f", "shasum": "" }, "require": { "php": ">=5.3.3" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" }, "suggest": { "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" @@ -11696,20 +12275,20 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-09-30T20:33:19+00:00" + "time": "2020-06-04T15:36:03+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", - "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", + "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", "shasum": "" }, "require": { @@ -11721,7 +12300,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -11754,20 +12337,20 @@ "polyfill", "portable" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36" + "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/a019efccc03f1a335af6b4f20c30f5ea8060be36", - "reference": "a019efccc03f1a335af6b4f20c30f5ea8060be36", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ba6c9c18db36235b859cc29b8372d1c01298c035", + "reference": "ba6c9c18db36235b859cc29b8372d1c01298c035", "shasum": "" }, "require": { @@ -11779,7 +12362,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -11813,20 +12400,86 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-06-06T08:46:27+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "a57f8161502549a742a63c09f0a604997bf47027" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027", + "reference": "a57f8161502549a742a63c09f0a604997bf47027", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" + "reference": "7110338d81ce1cbc3e273136e4574663627037a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", - "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7", + "reference": "7110338d81ce1cbc3e273136e4574663627037a7", "shasum": "" }, "require": { @@ -11838,7 +12491,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -11872,20 +12529,20 @@ "portable", "shim" ], - "time": "2019-11-27T14:18:11+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-php56", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" + "reference": "a25861bb3c79b0ec2da9ede51de2ea573818b943" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", - "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a25861bb3c79b0ec2da9ede51de2ea573818b943", + "reference": "a25861bb3c79b0ec2da9ede51de2ea573818b943", "shasum": "" }, "require": { @@ -11895,7 +12552,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -11928,20 +12589,20 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "af23c7bb26a73b850840823662dda371484926c4" + "reference": "471b096aede7025bace8eb356b9ac801aaba7e2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4", - "reference": "af23c7bb26a73b850840823662dda371484926c4", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/471b096aede7025bace8eb356b9ac801aaba7e2d", + "reference": "471b096aede7025bace8eb356b9ac801aaba7e2d", "shasum": "" }, "require": { @@ -11951,7 +12612,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -11987,20 +12652,20 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.13.1", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038" + "reference": "f048e612a3905f34931127360bdd2def19a5e582" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038", - "reference": "66fea50f6cb37a35eea048d75a7d99a45b586038", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", + "reference": "f048e612a3905f34931127360bdd2def19a5e582", "shasum": "" }, "require": { @@ -12009,7 +12674,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" } }, "autoload": { @@ -12042,20 +12707,86 @@ "portable", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-05-12T16:47:27+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.17.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2", + "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2", + "shasum": "" + }, + "require": { + "php": ">=7.0.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/polyfill-util", - "version": "v1.13.1", + "version": "v1.17.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "964a67f293b66b95883a5ed918a65354fcd2258f" + "reference": "6dd644eda43cd2f3daa883d728d8ab4120a05af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f", - "reference": "964a67f293b66b95883a5ed918a65354fcd2258f", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6dd644eda43cd2f3daa883d728d8ab4120a05af6", + "reference": "6dd644eda43cd2f3daa883d728d8ab4120a05af6", "shasum": "" }, "require": { @@ -12064,7 +12795,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.17-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -12094,20 +12829,20 @@ "polyfill", "shim" ], - "time": "2019-11-27T13:56:44+00:00" + "time": "2020-06-06T08:46:27+00:00" }, { "name": "symfony/process", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2" + "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/9a4545c01e1e4f473492bd52b71e574dcc401ca2", - "reference": "9a4545c01e1e4f473492bd52b71e574dcc401ca2", + "url": "https://api.github.com/repos/symfony/process/zipball/8a895f0c92a7c4b10db95139bcff71bdf66d4d21", + "reference": "8a895f0c92a7c4b10db95139bcff71bdf66d4d21", "shasum": "" }, "require": { @@ -12143,7 +12878,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-11-28T10:05:51+00:00" + "time": "2020-05-23T17:05:51+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -12212,16 +12947,16 @@ }, { "name": "symfony/routing", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a" + "reference": "e0d43b6f9417ad59ecaa8e2f799b79eef417387f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/b689ccd48e234ea404806d94b07eeb45f9f6f06a", - "reference": "b689ccd48e234ea404806d94b07eeb45f9f6f06a", + "url": "https://api.github.com/repos/symfony/routing/zipball/e0d43b6f9417ad59ecaa8e2f799b79eef417387f", + "reference": "e0d43b6f9417ad59ecaa8e2f799b79eef417387f", "shasum": "" }, "require": { @@ -12284,20 +13019,20 @@ "uri", "url" ], - "time": "2019-12-01T08:33:36+00:00" + "time": "2020-05-30T19:50:06+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42" + "reference": "0db90db012b1b0a04fbb2d64ae9160871cad9d4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42", - "reference": "05a1125ff3fdd10a68a2857a5d1d4a1ceb93ba42", + "url": "https://api.github.com/repos/symfony/serializer/zipball/0db90db012b1b0a04fbb2d64ae9160871cad9d4f", + "reference": "0db90db012b1b0a04fbb2d64ae9160871cad9d4f", "shasum": "" }, "require": { @@ -12363,7 +13098,7 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2019-11-25T16:36:22+00:00" + "time": "2020-05-30T18:58:05+00:00" }, { "name": "symfony/service-contracts", @@ -12425,16 +13160,16 @@ }, { "name": "symfony/translation", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51" + "reference": "b0cd62ef0ff7ec31b67d78d7fc818e2bda4e844f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/0be25347c4a8695d9423fe897f4c774f46e97b51", - "reference": "0be25347c4a8695d9423fe897f4c774f46e97b51", + "url": "https://api.github.com/repos/symfony/translation/zipball/b0cd62ef0ff7ec31b67d78d7fc818e2bda4e844f", + "reference": "b0cd62ef0ff7ec31b67d78d7fc818e2bda4e844f", "shasum": "" }, "require": { @@ -12491,20 +13226,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-11-23T20:30:33+00:00" + "time": "2020-05-30T18:58:05+00:00" }, { "name": "symfony/validator", - "version": "v3.4.36", + "version": "v3.4.42", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "55e329a518baa3b169b7d278620ae2cd76005188" + "reference": "5fb88120a11a75e17b602103a893dd8b27804529" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/55e329a518baa3b169b7d278620ae2cd76005188", - "reference": "55e329a518baa3b169b7d278620ae2cd76005188", + "url": "https://api.github.com/repos/symfony/validator/zipball/5fb88120a11a75e17b602103a893dd8b27804529", + "reference": "5fb88120a11a75e17b602103a893dd8b27804529", "shasum": "" }, "require": { @@ -12577,26 +13312,27 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2019-11-29T19:07:18+00:00" + "time": "2020-05-30T18:43:38+00:00" }, { "name": "symfony/var-dumper", - "version": "v4.4.2", + "version": "v4.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99" + "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/be330f919bdb395d1e0c3f2bfb8948512d6bdd99", - "reference": "be330f919bdb395d1e0c3f2bfb8948512d6bdd99", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac", + "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.5" + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.15" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", @@ -12653,27 +13389,27 @@ "debug", "dump" ], - "time": "2019-12-18T13:41:29+00:00" + "time": "2020-05-30T20:06:45+00:00" }, { "name": "symfony/var-exporter", - "version": "v4.4.2", + "version": "v4.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb" + "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/e566070effe60b8d16b99e958cdbd92aa2e470cb", - "reference": "e566070effe60b8d16b99e958cdbd92aa2e470cb", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f311af6e44fefedbd4f1e23e97607ef0f917bfcc", + "reference": "f311af6e44fefedbd4f1e23e97607ef0f917bfcc", "shasum": "" }, "require": { "php": "^7.1.3" }, "require-dev": { - "symfony/var-dumper": "^4.1.1|^5.0" + "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", "extra": { @@ -12713,20 +13449,20 @@ "instantiate", "serialize" ], - "time": "2019-12-01T08:39:58+00:00" + "time": "2020-06-01T01:10:09+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.36", + "version": "v3.4.39", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "dab657db15207879217fc81df4f875947bf68804" + "reference": "e701b47e11749970f63803879c4febb520f07b6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", - "reference": "dab657db15207879217fc81df4f875947bf68804", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c", + "reference": "e701b47e11749970f63803879c4febb520f07b6c", "shasum": "" }, "require": { @@ -12772,7 +13508,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-10-24T15:33:53+00:00" + "time": "2020-03-25T12:02:26+00:00" }, { "name": "theseer/tokenizer", @@ -12814,18 +13550,69 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2019-06-13T22:48:21+00:00" }, + { + "name": "twbs/bootstrap", + "version": "v4.5.0", + "source": { + "type": "git", + "url": "https://github.com/twbs/bootstrap.git", + "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/7a6da5e3e7ad7c749dde806546a35d4d4259d965", + "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965", + "shasum": "" + }, + "replace": { + "twitter/bootstrap": "self.version" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + } + ], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "homepage": "https://getbootstrap.com/", + "keywords": [ + "JS", + "css", + "framework", + "front-end", + "mobile-first", + "responsive", + "sass", + "web" + ], + "time": "2020-05-12T17:44:42+00:00" + }, { "name": "twig/twig", - "version": "v1.42.4", + "version": "v1.42.5", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152" + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152", - "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", "shasum": "" }, "require": { @@ -12834,8 +13621,7 @@ }, "require-dev": { "psr/container": "^1.0", - "symfony/debug": "^3.4|^4.2", - "symfony/phpunit-bridge": "^4.4@dev|^5.0" + "symfony/phpunit-bridge": "^4.4|^5.0" }, "type": "library", "extra": { @@ -12864,7 +13650,6 @@ }, { "name": "Twig Team", - "homepage": "https://twig.symfony.com/contributors", "role": "Contributors" }, { @@ -12878,7 +13663,7 @@ "keywords": [ "templating" ], - "time": "2019-11-11T16:49:32+00:00" + "time": "2020-02-11T05:59:23+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -12972,16 +13757,16 @@ }, { "name": "webmozart/assert", - "version": "1.6.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "573381c0a64f155a0d9a23f4b0c797194805b925" + "reference": "9dc4f203e36f2b486149058bade43c851dd97451" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925", - "reference": "573381c0a64f155a0d9a23f4b0c797194805b925", + "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", + "reference": "9dc4f203e36f2b486149058bade43c851dd97451", "shasum": "" }, "require": { @@ -12989,7 +13774,8 @@ "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "vimeo/psalm": "<3.6.0" + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" @@ -13016,7 +13802,7 @@ "check", "validate" ], - "time": "2019-11-24T13:36:37+00:00" + "time": "2020-06-16T10:16:42+00:00" }, { "name": "webmozart/path-util", @@ -13125,26 +13911,33 @@ }, { "name": "wikimedia/assert", - "version": "v0.2.2", + "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/wikimedia/Assert.git", - "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c" + "reference": "27c99b1f1ab106838b7acb695fa2e03efaa28e66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/Assert/zipball/2da55927525975f8d52825fc3ee02e5e36f5036c", - "reference": "2da55927525975f8d52825fc3ee02e5e36f5036c", + "url": "https://api.github.com/repos/wikimedia/Assert/zipball/27c99b1f1ab106838b7acb695fa2e03efaa28e66", + "reference": "27c99b1f1ab106838b7acb695fa2e03efaa28e66", "shasum": "" }, + "require": { + "php": ">=5.6.99" + }, "require-dev": { - "phpunit/phpunit": "3.7.*" + "jakub-onderka/php-console-highlighter": "0.3.2", + "jakub-onderka/php-parallel-lint": "1.0.0", + "mediawiki/mediawiki-codesniffer": "23.0.0", + "mediawiki/minus-x": "0.3.1", + "ockcyp/covers-validator": "0.5.1 || 0.6.1", + "phpunit/phpunit": "4.8.36 || ^6.5" }, "type": "library", "autoload": { "psr-4": { - "Wikimedia\\Assert\\": "src/", - "Wikimedia\\Assert\\Test\\": "tests/phpunit/" + "Wikimedia\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -13154,10 +13947,13 @@ "authors": [ { "name": "Daniel Kinzler" + }, + { + "name": "Thiemo Kreuz" } ], "description": "Provides runtime assertions", - "homepage": "https://github.com/wmde/Assert", + "homepage": "https://github.com/wikimedia/Assert", "keywords": [ "assert", "assertions", @@ -13166,268 +13962,556 @@ "precondition", "qa" ], - "time": "2015-04-29T17:23:50+00:00" - }, + "time": "2019-01-21T19:22:34+00:00" + } + ], + "packages-dev": [ { - "name": "zendframework/zend-diactoros", - "version": "1.8.7", + "name": "composer/package-versions-deprecated", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b" + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b9805885293f3957ee0dd42616ac6915c4ac9a4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b", - "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b9805885293f3957ee0dd42616ac6915c4ac9a4b", + "reference": "b9805885293f3957ee0dd42616ac6915c4ac9a4b", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0", - "psr/http-message": "^1.0" + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7" }, - "provide": { - "psr/http-message-implementation": "1.0" + "replace": { + "ocramius/package-versions": "1.8.99" }, "require-dev": { - "ext-dom": "*", - "ext-libxml": "*", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", - "zendframework/zend-coding-standard": "~1.0" + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" }, - "type": "library", + "type": "composer-plugin", "extra": { + "class": "PackageVersions\\Installer", "branch-alias": { - "dev-release-1.8": "1.8.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php" - ], "psr-4": { - "Zend\\Diactoros\\": "src/" + "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" ], - "description": "PSR HTTP Message implementations", - "homepage": "https://github.com/zendframework/zend-diactoros", - "keywords": [ - "http", - "psr", - "psr-7" + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } ], - "abandoned": "laminas/laminas-diactoros", - "time": "2019-08-06T17:53:53+00:00" + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", + "time": "2020-06-19T07:59:31+00:00" }, { - "name": "zendframework/zend-escaper", - "version": "2.6.1", + "name": "jean85/pretty-package-versions", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-escaper.git", - "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f" + "url": "https://github.com/Jean85/pretty-package-versions.git", + "reference": "e3517fb11b67e798239354fe8213927d012ad8f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", - "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e3517fb11b67e798239354fe8213927d012ad8f9", + "reference": "e3517fb11b67e798239354fe8213927d012ad8f9", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "composer/package-versions-deprecated": "^1.8.0", + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Zend\\Escaper\\": "src/" + "Jean85\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", + "authors": [ + { + "name": "Alessandro Lai", + "email": "alessandro.lai85@gmail.com" + } + ], + "description": "A wrapper for ocramius/package-versions to get pretty versions strings", "keywords": [ - "ZendFramework", - "escaper", - "zf" + "composer", + "package", + "release", + "versions" ], - "abandoned": "laminas/laminas-escaper", - "time": "2019-09-05T20:03:20+00:00" + "time": "2020-04-24T14:19:45+00:00" }, { - "name": "zendframework/zend-feed", - "version": "2.12.0", + "name": "mglaman/drupal-check", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-feed.git", - "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733" + "url": "https://github.com/mglaman/drupal-check.git", + "reference": "eaee2c8b03bf3bb8aff190b9000d12e0c3bea87b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733", - "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733", + "url": "https://api.github.com/repos/mglaman/drupal-check/zipball/eaee2c8b03bf3bb8aff190b9000d12e0c3bea87b", + "reference": "eaee2c8b03bf3bb8aff190b9000d12e0c3bea87b", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-libxml": "*", - "php": "^5.6 || ^7.0", - "zendframework/zend-escaper": "^2.5.2", - "zendframework/zend-stdlib": "^3.2.1" + "composer/xdebug-handler": "^1.3", + "jean85/pretty-package-versions": "~1.3.0", + "mglaman/phpstan-drupal": "^0.12", + "nette/neon": "^3.1", + "php": "~7.2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "symfony/console": "~3.2 || ~4.0", + "symfony/process": "~3.2 || ~4.0", + "webflo/drupal-finder": "^1.1" }, "require-dev": { - "phpunit/phpunit": "^5.7.23 || ^6.4.3", - "psr/http-message": "^1.0.1", - "zendframework/zend-cache": "^2.7.2", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-db": "^2.8.2", - "zendframework/zend-http": "^2.7", - "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", - "zendframework/zend-validator": "^2.10.1" + "squizlabs/php_codesniffer": "^3.4" + }, + "bin": [ + "drupal-check" + ], + "type": "project", + "autoload": { + "psr-4": { + "DrupalCheck\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Glaman", + "email": "nmd.matt@gmail.com" + } + ], + "description": "CLI tool for running checks on a Drupal code base", + "time": "2020-05-13T00:03:01+00:00" + }, + { + "name": "mglaman/phpstan-drupal", + "version": "0.12.4", + "source": { + "type": "git", + "url": "https://github.com/mglaman/phpstan-drupal.git", + "reference": "4a74b797251562081715bb086a49d460c61a8783" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/4a74b797251562081715bb086a49d460c61a8783", + "reference": "4a74b797251562081715bb086a49d460c61a8783", + "shasum": "" + }, + "require": { + "nette/finder": "^2.5", + "php": "^7.1", + "phpstan/phpstan": "^0.12.26", + "symfony/yaml": "~3.4.5|^4.2", + "webflo/drupal-finder": "^1.2" + }, + "require-dev": { + "composer/installers": "^1.6", + "drupal/core-recommended": "^8.8@alpha", + "drush/drush": "^9.6", + "phpstan/phpstan-deprecation-rules": "~0.12.0", + "phpstan/phpstan-strict-rules": "^0.12.0", + "phpunit/phpunit": "^7.5", + "squizlabs/php_codesniffer": "^3.3" }, "suggest": { - "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", - "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", - "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", - "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", - "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent" + "phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core." }, - "type": "library", + "type": "phpstan-extension", "extra": { "branch-alias": { - "dev-master": "2.12.x-dev", - "dev-develop": "2.13.x-dev" + "dev-master": "0.12-dev" + }, + "installer-paths": { + "tests/fixtures/drupal/core": [ + "type:drupal-core" + ], + "tests/fixtures/drupal/libraries/{$name}": [ + "type:drupal-library" + ], + "tests/fixtures/drupal/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "tests/fixtures/drupal/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "tests/fixtures/drupal/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "phpstan": { + "includes": [ + "extension.neon" + ] } }, "autoload": { "psr-4": { - "Zend\\Feed\\": "src/" + "PHPStan\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "provides functionality for consuming RSS and Atom feeds", - "keywords": [ - "ZendFramework", - "feed", - "zf" + "authors": [ + { + "name": "Matt Glaman", + "email": "nmd.matt@gmail.com" + } ], - "abandoned": "laminas/laminas-feed", - "time": "2019-03-05T20:08:49+00:00" + "description": "Drupal extension and rules for PHPStan", + "time": "2020-06-10T21:05:10+00:00" }, { - "name": "zendframework/zend-stdlib", - "version": "3.2.1", + "name": "nette/finder", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "66536006722aff9e62d1b331025089b7ec71c065" + "url": "https://github.com/nette/finder.git", + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", - "reference": "66536006722aff9e62d1b331025089b7ec71c065", + "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50", + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "nette/utils": "^2.4 || ^3.0", + "php": ">=7.1" + }, + "conflict": { + "nette/nette": "<2.2" }, "require-dev": { - "phpbench/phpbench": "^0.13", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0" + "nette/tester": "^2.0", + "phpstan/phpstan": "^0.12", + "tracy/tracy": "^2.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev", - "dev-develop": "3.3.x-dev" + "dev-master": "2.5-dev" } }, "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "BSD-3-Clause", + "GPL-2.0", + "GPL-3.0" ], - "description": "SPL extensions, array utilities, error handlers, and more", + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🔍 Nette Finder: find files and directories with an intuitive API.", + "homepage": "https://nette.org", "keywords": [ - "ZendFramework", - "stdlib", - "zf" + "filesystem", + "glob", + "iterator", + "nette" ], - "abandoned": "laminas/laminas-stdlib", - "time": "2018-08-28T21:34:05+00:00" - } - ], - "packages-dev": [ + "time": "2020-01-03T20:35:40+00:00" + }, { - "name": "brumann/polyfill-unserialize", - "version": "v1.0.4", + "name": "nette/neon", + "version": "v3.1.2", "source": { "type": "git", - "url": "https://github.com/dbrumann/polyfill-unserialize.git", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008" + "url": "https://github.com/nette/neon.git", + "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", - "reference": "8ed1cd343ddc134a7ef649aca0aa0fe2a1b45008", + "url": "https://api.github.com/repos/nette/neon/zipball/3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e", + "reference": "3c3dcbc6bf6c80dc97b1fc4ba9a22ae67930fc0e", "shasum": "" }, "require": { - "php": "^5.3|^7.0" + "ext-iconv": "*", + "ext-json": "*", + "php": ">=7.1" + }, + "require-dev": { + "nette/tester": "^2.0", + "phpstan/phpstan": "^0.12", + "tracy/tracy": "^2.3" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, "autoload": { - "psr-4": { - "Brumann\\Polyfill\\": "src/" + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🍸 Nette NEON: encodes and decodes NEON file format.", + "homepage": "https://ne-on.org", + "keywords": [ + "export", + "import", + "neon", + "nette", + "yaml" + ], + "time": "2020-03-04T11:47:04+00:00" + }, + { + "name": "nette/utils", + "version": "v3.1.2", + "source": { + "type": "git", + "url": "https://github.com/nette/utils.git", + "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9", + "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "nette/tester": "~2.0", + "phpstan/phpstan": "^0.12", + "tracy/tracy": "^2.3" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", + "ext-xml": "to use Strings::length() etc. when mbstring is not available" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" } }, + "autoload": { + "classmap": [ + "src/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" ], "authors": [ { - "name": "Denis Brumann", - "email": "denis.brumann@sensiolabs.de" + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "time": "2020-05-27T09:58:51+00:00" + }, + { + "name": "phpstan/phpstan", + "version": "0.12.32", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c", + "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.12-dev" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "time": "2020-07-01T11:57:52+00:00" + }, + { + "name": "phpstan/phpstan-deprecation-rules", + "version": "0.12.4", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", + "shasum": "" + }, + "require": { + "php": "~7.1", + "phpstan/phpstan": "^0.12" + }, + "require-dev": { + "consistence/coding-standard": "^3.0.1", + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "ergebnis/composer-normalize": "^2.0.2", + "jakub-onderka/php-parallel-lint": "^1.0", + "phing/phing": "^2.16.0", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0", + "slevomat/coding-standard": "^4.5.2" + }, + "type": "phpstan-extension", + "extra": { + "branch-alias": { + "dev-master": "0.12-dev" + }, + "phpstan": { + "includes": [ + "rules.neon" + ] + } + }, + "autoload": { + "psr-4": { + "PHPStan\\": "src/" } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" ], - "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.", - "time": "2019-07-14T23:16:24+00:00" + "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", + "time": "2020-05-30T18:02:31+00:00" } ], "aliases": [ + { + "alias": "dev-8.x-1.0-beta3", + "alias_normalized": "dev-8.x-1.0-beta3", + "version": "dev-ISSUE-80", + "package": "strawberryfield/format_strawberryfield" + }, + { + "alias": "dev-8.x-1.0-beta3", + "alias_normalized": "dev-8.x-1.0-beta3", + "version": "dev-ISSUE-86", + "package": "strawberryfield/strawberryfield" + }, { "alias": "3.4.99", "alias_normalized": "3.4.99.0", @@ -13447,12 +14531,12 @@ "drupal/field_permissions": 5, "drupal/form_mode_manager": 20, "drupal/inline_entity_form": 20, + "drupal/jsonapi_earlyrendering_workaround": 15, "drupal/key_value": 20, + "drupal/markdown": 20, "drupal/module_missing_message_fixer": 20, - "drupal/rdfui": 20, "drupal/role_theme_switcher": 20, "drupal/s3fs": 20, - "drupal/search_api": 20, "frictionlessdata/datapackage": 20, "strawberryfield/format_strawberryfield": 20, "strawberryfield/strawberryfield": 20, diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 5aa7fefe..f0b34766 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -5,6 +5,7 @@ module: basic_auth: 0 block: 0 block_content: 0 + bamboo_twig: 0 breakpoint: 0 ckeditor: 0 codemirror_editor: 0 @@ -52,6 +53,7 @@ module: inline_entity_form: 0 inline_form_errors: 0 jsonapi: 0 + jsonapi_earlyrendering_workaround: 0 key_value: 0 language: 0 layout_discovery: 0 @@ -62,6 +64,7 @@ module: migrate: 0 migrate_drupal: 0 module_missing_message_fixer: 0 + moderated_content_bulk_publish: 0 node: 0 options: 0 page_cache: 0 @@ -70,8 +73,6 @@ module: quick_node_clone: 0 quickedit: 0 rdf: 0 - rdf_builder: 0 - rdfui: 0 responsive_image: 0 rest: 0 restui: 0 @@ -122,10 +123,7 @@ module: standard: 1000 theme: stable: 0 - classy: 0 - bartik: 0 seven: 0 - bootstrap_barrio: 0 archipelago_subtheme: 0 profile: standard _core: diff --git a/web/.htaccess b/web/.htaccess index 9a73a3d3..6f9123d1 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -27,16 +27,9 @@ AddEncoding gzip svgz # Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be # changed at runtime. -# PHP 5, Apache 1 and 2. - +# PHP 7, Apache 1 and 2. + php_value assert.active 0 - php_flag session.auto_start off - php_value mbstring.http_input pass - php_value mbstring.http_output pass - php_flag mbstring.encoding_translation off - # PHP 5.6 has deprecated $HTTP_RAW_POST_DATA and produces warnings if this is - # not set. - php_value always_populate_raw_post_data -1 # Requires mod_expires to be enabled. @@ -167,9 +160,9 @@ AddEncoding gzip svgz RewriteCond %{REQUEST_FILENAME}\.gz -s RewriteRule ^(.*)\.js $1\.js\.gz [QSA] - # Serve correct content types, and prevent mod_deflate double gzip. - RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1] - RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1] + # Serve correct content types, and prevent double compression. + RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1] + RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1,E=no-brotli:1] # Serve correct encoding type. diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php index 1c8dbee9..62f73e1b 100644 --- a/web/sites/default/default.settings.php +++ b/web/sites/default/default.settings.php @@ -105,6 +105,16 @@ * webserver. For most other drivers, you must specify a * username, password, host, and database name. * + * Drupal core implements drivers for mysql, pgsql, and sqlite. Other drivers + * can be provided by contributed or custom modules. To use a contributed or + * custom driver, the "namespace" property must be set to the namespace of the + * driver. The code in this namespace must be autoloadable prior to connecting + * to the database, and therefore, prior to when module root namespaces are + * added to the autoloader. To add the driver's namespace to the autoloader, + * set the "autoload" property to the PSR-4 base directory of the driver's + * namespace. This is optional for projects managed with Composer if the + * driver's namespace is in Composer's autoloader. + * * Transaction support is enabled by default for all drivers that support it, * including MySQL. To explicitly disable it, set the 'transactions' key to * FALSE. @@ -224,6 +234,20 @@ * 'database' => '/path/to/databasefilename', * ]; * @endcode + * + * Sample Database configuration format for a driver in a contributed module: + * @code + * $databases['default']['default'] = [ + * 'driver' => 'mydriver', + * 'namespace' => 'Drupal\mymodule\Driver\Database\mydriver', + * 'autoload' => 'modules/mymodule/src/Driver/Database/mydriver/', + * 'database' => 'databasename', + * 'username' => 'sqlusername', + * 'password' => 'sqlpassword', + * 'host' => 'localhost', + * 'prefix' => '', + * ]; + * @endcode */ /** @@ -741,6 +765,19 @@ */ $settings['entity_update_backup'] = TRUE; +/** + * Node migration type. + * + * This is used to force the migration system to use the classic node migrations + * instead of the default complete node migrations. The migration system will + * use the classic node migration only if there are existing migrate_map tables + * for the classic node migrations and they contain data. These tables may not + * exist if you are developing custom migrations and do not want to use the + * complete node migrations. Set this to TRUE to force the use of the classic + * node migrations. + */ +$settings['migrate_node_migrate_type_classic'] = FALSE; + /** * Load local development override configuration, if available. * diff --git a/web/sites/example.settings.local.php b/web/sites/example.settings.local.php index 520cb4ac..f91b9afb 100644 --- a/web/sites/example.settings.local.php +++ b/web/sites/example.settings.local.php @@ -131,15 +131,15 @@ $settings['skip_permissions_hardening'] = TRUE; /** - * Exclude modules from configuration synchronisation. + * Exclude modules from configuration synchronization. * * On config export sync, no config or dependent config of any excluded module * is exported. On config import sync, any config of any installed excluded * module is ignored. In the exported configuration, it will be as if the * excluded module had never been installed. When syncing configuration, if an * excluded module is already installed, it will not be uninstalled by the - * configuration synchronisation, and dependent configuration will remain - * intact. This affects only configuration synchronisation; single import and + * configuration synchronization, and dependent configuration will remain + * intact. This affects only configuration synchronization; single import and * export of configuration are not affected. * * Drupal does not validate or sanity check the list of excluded modules. For @@ -148,7 +148,7 @@ * anymore. * * This is an advanced feature and using it means opting out of some of the - * guarantees the configuration synchronisation provides. It is not recommended + * guarantees the configuration synchronization provides. It is not recommended * to use this feature with modules that affect Drupal in a major way such as * the language or field module. */ From 8c77aaeb20daed309e472e319433e6e7ae95ee31 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Mon, 6 Jul 2020 16:42:11 -0400 Subject: [PATCH 02/24] Syncing with Beta3 Sync/settings Also adding zaporylie/composer-drupal-optimizations to help with folks with small serves (2 Gbytes or RAM) --- composer.json | 7 +- composer.lock | 77 +++++++++++++------ .../sync/block.block.bartik_account_menu.yml | 27 ------- config/sync/block.block.bartik_branding.yml | 25 ------ .../sync/block.block.bartik_breadcrumbs.yml | 22 ------ config/sync/block.block.bartik_content.yml | 22 ------ config/sync/block.block.bartik_footer.yml | 27 ------- config/sync/block.block.bartik_help.yml | 22 ------ .../sync/block.block.bartik_local_actions.yml | 20 ----- .../sync/block.block.bartik_local_tasks.yml | 22 ------ config/sync/block.block.bartik_main_menu.yml | 27 ------- config/sync/block.block.bartik_messages.yml | 22 ------ config/sync/block.block.bartik_page_title.yml | 20 ----- config/sync/block.block.bartik_powered.yml | 22 ------ config/sync/block.block.bartik_tools.yml | 27 ------- ...ock.block.bootstrap_barrio_breadcrumbs.yml | 22 ------ .../block.block.bootstrap_barrio_content.yml | 22 ------ ...ock.block.bootstrap_barrio_development.yml | 33 -------- ...o_exposedformsolr_search_contentpage_1.yml | 23 ------ .../block.block.bootstrap_barrio_help.yml | 22 ------ ...k.block.bootstrap_barrio_local_actions.yml | 20 ----- .../block.block.bootstrap_barrio_login.yml | 22 ------ .../block.block.bootstrap_barrio_messages.yml | 22 ------ ...lock.block.bootstrap_barrio_page_title.yml | 20 ----- ...k.bootstrap_barrio_primary_local_tasks.yml | 22 ------ ...bootstrap_barrio_secondary_local_tasks.yml | 22 ------ config/sync/bootstrap_barrio.settings.yml | 23 ------ config/sync/core.extension.yml | 2 + config/sync/system.site.yml | 2 +- 29 files changed, 61 insertions(+), 605 deletions(-) delete mode 100644 config/sync/block.block.bartik_account_menu.yml delete mode 100644 config/sync/block.block.bartik_branding.yml delete mode 100644 config/sync/block.block.bartik_breadcrumbs.yml delete mode 100644 config/sync/block.block.bartik_content.yml delete mode 100644 config/sync/block.block.bartik_footer.yml delete mode 100644 config/sync/block.block.bartik_help.yml delete mode 100644 config/sync/block.block.bartik_local_actions.yml delete mode 100644 config/sync/block.block.bartik_local_tasks.yml delete mode 100644 config/sync/block.block.bartik_main_menu.yml delete mode 100644 config/sync/block.block.bartik_messages.yml delete mode 100644 config/sync/block.block.bartik_page_title.yml delete mode 100644 config/sync/block.block.bartik_powered.yml delete mode 100644 config/sync/block.block.bartik_tools.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_breadcrumbs.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_content.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_development.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_exposedformsolr_search_contentpage_1.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_help.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_local_actions.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_login.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_messages.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_page_title.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_primary_local_tasks.yml delete mode 100644 config/sync/block.block.bootstrap_barrio_secondary_local_tasks.yml delete mode 100644 config/sync/bootstrap_barrio.settings.yml diff --git a/composer.json b/composer.json index 92b687d6..4926f87e 100644 --- a/composer.json +++ b/composer.json @@ -74,8 +74,8 @@ "react/event-loop": "^1.1", "react/promise": "^2.7", "solarium/solarium": "5.0.3", - "strawberryfield/format_strawberryfield": "dev-ISSUE-80 as dev-8.x-1.0-beta3" , - "strawberryfield/strawberryfield": "dev-ISSUE-86 as dev-8.x-1.0-beta3", + "strawberryfield/format_strawberryfield": "dev-8.x-1.0-beta3", + "strawberryfield/strawberryfield": "dev-8.x-1.0-beta3", "strawberryfield/webform_strawberryfield": "dev-8.x-1.0-beta3", "swaggest/json-schema": "^0.12.10", "symfony/event-dispatcher": "4.3.4 as 3.4.99", @@ -83,7 +83,8 @@ "typo3/phar-stream-wrapper": "3.1.3", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", - "wikibase/data-model": "9.1.0" + "wikibase/data-model": "9.1.0", + "zaporylie/composer-drupal-optimizations": "^1.1.1" }, "require-dev": { "behat/mink": "1.8.x-dev", diff --git a/composer.lock b/composer.lock index 3e73c71a..38f80643 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": "73d22bc3ae7f0e80f400d2a04c6c65eb", + "content-hash": "73df7f222902148450411783b74ff3d7", "packages": [ { "name": "alchemy/zippy", @@ -10895,16 +10895,16 @@ }, { "name": "strawberryfield/format_strawberryfield", - "version": "dev-ISSUE-80", + "version": "dev-8.x-1.0-beta3", "source": { "type": "git", "url": "https://github.com/esmero/format_strawberryfield.git", - "reference": "5f47765160e283c3b367c290f67837449dee5e0d" + "reference": "1f86796194449bce28c8d03d98bbc102a5972868" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/format_strawberryfield/zipball/5f47765160e283c3b367c290f67837449dee5e0d", - "reference": "5f47765160e283c3b367c290f67837449dee5e0d", + "url": "https://api.github.com/repos/esmero/format_strawberryfield/zipball/1f86796194449bce28c8d03d98bbc102a5972868", + "reference": "1f86796194449bce28c8d03d98bbc102a5972868", "shasum": "" }, "require": { @@ -10929,20 +10929,20 @@ ], "description": "Strawberryfield Mash/Smash/extractor/formatters for Drupal 8", "homepage": "https://github.com/esmero/format_strawberryfield", - "time": "2020-06-25T23:28:16+00:00" + "time": "2020-07-06T19:39:41+00:00" }, { "name": "strawberryfield/strawberryfield", - "version": "dev-ISSUE-86", + "version": "dev-8.x-1.0-beta3", "source": { "type": "git", "url": "https://github.com/esmero/strawberryfield.git", - "reference": "b2517b4f9fcf274e3905b3503d98f6702efb0f77" + "reference": "925fb58372149056ef3c0b76ab5420c08e6fa150" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/esmero/strawberryfield/zipball/b2517b4f9fcf274e3905b3503d98f6702efb0f77", - "reference": "b2517b4f9fcf274e3905b3503d98f6702efb0f77", + "url": "https://api.github.com/repos/esmero/strawberryfield/zipball/925fb58372149056ef3c0b76ab5420c08e6fa150", + "reference": "925fb58372149056ef3c0b76ab5420c08e6fa150", "shasum": "" }, "require": { @@ -10974,7 +10974,7 @@ ], "description": "A strawberry field for Drupal 8", "homepage": "https://github.com/esmero/strawberryfield", - "time": "2020-06-30T22:21:10+00:00" + "time": "2020-07-06T19:40:58+00:00" }, { "name": "strawberryfield/webform_strawberryfield", @@ -13963,6 +13963,49 @@ "qa" ], "time": "2019-01-21T19:22:34+00:00" + }, + { + "name": "zaporylie/composer-drupal-optimizations", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", + "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/fb231d92adc862a2c9276bccbc90f684816dc75d", + "reference": "fb231d92adc862a2c9276bccbc90f684816dc75d", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1" + }, + "require-dev": { + "composer/composer": "^1.6", + "phpunit/phpunit": "^6" + }, + "type": "composer-plugin", + "extra": { + "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin" + }, + "autoload": { + "psr-4": { + "zaporylie\\ComposerDrupalOptimizations\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Jakub Piasecki", + "email": "jakub@piaseccy.pl" + } + ], + "description": "Composer plugin to improve composer performance for Drupal projects", + "time": "2019-10-02T17:01:11+00:00" } ], "packages-dev": [ @@ -14500,18 +14543,6 @@ } ], "aliases": [ - { - "alias": "dev-8.x-1.0-beta3", - "alias_normalized": "dev-8.x-1.0-beta3", - "version": "dev-ISSUE-80", - "package": "strawberryfield/format_strawberryfield" - }, - { - "alias": "dev-8.x-1.0-beta3", - "alias_normalized": "dev-8.x-1.0-beta3", - "version": "dev-ISSUE-86", - "package": "strawberryfield/strawberryfield" - }, { "alias": "3.4.99", "alias_normalized": "3.4.99.0", diff --git a/config/sync/block.block.bartik_account_menu.yml b/config/sync/block.block.bartik_account_menu.yml deleted file mode 100644 index b4b3d238..00000000 --- a/config/sync/block.block.bartik_account_menu.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: e70b2c29-3513-4790-8720-9428bfe44462 -langcode: en -status: true -dependencies: - config: - - system.menu.account - module: - - system - theme: - - bartik -_core: - default_config_hash: DweBpscQZdG0-fHkSpUzdYucrNH45G_KF7Z82V-oyQM -id: bartik_account_menu -theme: bartik -region: secondary_menu -weight: 0 -provider: null -plugin: 'system_menu_block:account' -settings: - id: 'system_menu_block:account' - label: 'User account menu' - provider: system - label_display: '0' - level: 1 - depth: 1 - expand_all_items: false -visibility: { } diff --git a/config/sync/block.block.bartik_branding.yml b/config/sync/block.block.bartik_branding.yml deleted file mode 100644 index f9d2eeec..00000000 --- a/config/sync/block.block.bartik_branding.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: f1ba4b52-12a1-46b2-86f5-5b9bfa43c0cc -langcode: en -status: true -dependencies: - module: - - system - theme: - - bartik -_core: - default_config_hash: NDwadleLD3YVSbDUaakxyYZyINYtkFtOVGShfq4kWy8 -id: bartik_branding -theme: bartik -region: header -weight: 0 -provider: null -plugin: system_branding_block -settings: - id: system_branding_block - label: 'Site branding' - provider: system - label_display: '0' - use_site_logo: true - use_site_name: true - use_site_slogan: true -visibility: { } diff --git a/config/sync/block.block.bartik_breadcrumbs.yml b/config/sync/block.block.bartik_breadcrumbs.yml deleted file mode 100644 index 33f89216..00000000 --- a/config/sync/block.block.bartik_breadcrumbs.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 42c45091-7267-40c2-bbba-b10e1bb22ea2 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bartik -_core: - default_config_hash: oXUb3JZR2WW5VOdw4HrhRicCsq51mCgLfRyvheG68ck -id: bartik_breadcrumbs -theme: bartik -region: breadcrumb -weight: 0 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_content.yml b/config/sync/block.block.bartik_content.yml deleted file mode 100644 index a571ecb0..00000000 --- a/config/sync/block.block.bartik_content.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 2b0091f8-b39a-4ea7-9482-46b8baa22b12 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bartik -_core: - default_config_hash: 9EoWV2Lot6FVSr50t4hoKgiz1LIXYWNG-IIPYsWxBqo -id: bartik_content -theme: bartik -region: content -weight: 0 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_footer.yml b/config/sync/block.block.bartik_footer.yml deleted file mode 100644 index 6647a755..00000000 --- a/config/sync/block.block.bartik_footer.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 0079e84f-9e67-4546-bfa7-14ab8c5d1327 -langcode: en -status: true -dependencies: - config: - - system.menu.footer - module: - - system - theme: - - bartik -_core: - default_config_hash: kkISXE1LT2FJEoYnqCrCpeFB-2pmGmMxMklVk7rQcfg -id: bartik_footer -theme: bartik -region: footer_fifth -weight: 0 -provider: null -plugin: 'system_menu_block:footer' -settings: - id: 'system_menu_block:footer' - label: 'Footer menu' - provider: system - label_display: '0' - level: 1 - depth: 0 - expand_all_items: false -visibility: { } diff --git a/config/sync/block.block.bartik_help.yml b/config/sync/block.block.bartik_help.yml deleted file mode 100644 index a115b8ac..00000000 --- a/config/sync/block.block.bartik_help.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: b5421e8e-faf1-4844-b086-654dc6349ee2 -langcode: en -status: true -dependencies: - module: - - help - theme: - - bartik -_core: - default_config_hash: 8I8iACSa0sKO3k3jlvUG1ge52rfcKX7USJAQYnzuBgg -id: bartik_help -theme: bartik -region: content -weight: -30 -provider: null -plugin: help_block -settings: - id: help_block - label: Help - provider: help - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_local_actions.yml b/config/sync/block.block.bartik_local_actions.yml deleted file mode 100644 index 81715354..00000000 --- a/config/sync/block.block.bartik_local_actions.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 948021d2-546c-4363-b0f7-3d57a1326b7b -langcode: en -status: true -dependencies: - theme: - - bartik -_core: - default_config_hash: 13GQpeITIJsp1kyPniXtWZfyFH87vb1xxJCHifL4UeE -id: bartik_local_actions -theme: bartik -region: content -weight: -20 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_local_tasks.yml b/config/sync/block.block.bartik_local_tasks.yml deleted file mode 100644 index cc44c892..00000000 --- a/config/sync/block.block.bartik_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 34975874-fb8c-4e80-ba41-7ae11626b5f6 -langcode: en -status: true -dependencies: - theme: - - bartik -_core: - default_config_hash: X9I1OB0W3WlWtrK-CNcg6hNWwa8wficanpH8pYnDZDE -id: bartik_local_tasks -theme: bartik -region: content -weight: -40 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: Tabs - provider: core - label_display: '0' - primary: true - secondary: true -visibility: { } diff --git a/config/sync/block.block.bartik_main_menu.yml b/config/sync/block.block.bartik_main_menu.yml deleted file mode 100644 index b1182cff..00000000 --- a/config/sync/block.block.bartik_main_menu.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 28e45135-f335-476b-b188-70a7db6b0e3c -langcode: en -status: true -dependencies: - config: - - system.menu.main - module: - - system - theme: - - bartik -_core: - default_config_hash: rx9IrdDv7Ldc4kpalZAxdhIPZfYIeOMh1N-qKoQZwHo -id: bartik_main_menu -theme: bartik -region: primary_menu -weight: 0 -provider: null -plugin: 'system_menu_block:main' -settings: - id: 'system_menu_block:main' - label: 'Main navigation' - provider: system - label_display: '0' - level: 1 - depth: 1 - expand_all_items: false -visibility: { } diff --git a/config/sync/block.block.bartik_messages.yml b/config/sync/block.block.bartik_messages.yml deleted file mode 100644 index 0e8a7972..00000000 --- a/config/sync/block.block.bartik_messages.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 63bc6147-5105-42da-9aa3-36b1951dace7 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bartik -_core: - default_config_hash: KHQIJ7Vfl25lTjzIc7qIvnuistt-Mw2O0kG4jCofmkI -id: bartik_messages -theme: bartik -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_page_title.yml b/config/sync/block.block.bartik_page_title.yml deleted file mode 100644 index 273f2480..00000000 --- a/config/sync/block.block.bartik_page_title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 2e76ab71-fa82-47e9-bf29-206d9074e0f7 -langcode: en -status: true -dependencies: - theme: - - bartik -_core: - default_config_hash: 7rR9chwXvdM2H8OYMAYx9Zj3GGlPMrZp_M3ZA4thYTk -id: bartik_page_title -theme: bartik -region: content -weight: -50 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_powered.yml b/config/sync/block.block.bartik_powered.yml deleted file mode 100644 index 59ca6c0c..00000000 --- a/config/sync/block.block.bartik_powered.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 63c979b7-65c1-4627-aa45-cd2c395409ad -langcode: en -status: true -dependencies: - module: - - system - theme: - - bartik -_core: - default_config_hash: jQQUUWN2Uxr5qZtc9zcJKBCxpKY8orN1u2HPqYYRQDI -id: bartik_powered -theme: bartik -region: footer_fifth -weight: 10 -provider: null -plugin: system_powered_by_block -settings: - id: system_powered_by_block - label: 'Powered by Drupal' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bartik_tools.yml b/config/sync/block.block.bartik_tools.yml deleted file mode 100644 index d7d08bac..00000000 --- a/config/sync/block.block.bartik_tools.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 14fb7278-4e65-4bd5-9a90-b5650588be25 -langcode: en -status: true -dependencies: - config: - - system.menu.tools - module: - - system - theme: - - bartik -_core: - default_config_hash: NeHSoqm4XFqA7_0bDmR429ZZQt3LRbZMNRJTMsFyOfI -id: bartik_tools -theme: bartik -region: sidebar_first -weight: 0 -provider: null -plugin: 'system_menu_block:tools' -settings: - id: 'system_menu_block:tools' - label: Tools - provider: system - label_display: visible - level: 1 - depth: 0 - expand_all_items: false -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_breadcrumbs.yml b/config/sync/block.block.bootstrap_barrio_breadcrumbs.yml deleted file mode 100644 index d831b19d..00000000 --- a/config/sync/block.block.bootstrap_barrio_breadcrumbs.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: da4d745c-0dca-478f-b86a-fa8e9e219553 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bootstrap_barrio -_core: - default_config_hash: WWu2OQswgCztl9OeXjD1stexIEMZsSgPMYIdC-JHx9c -id: bootstrap_barrio_breadcrumbs -theme: bootstrap_barrio -region: breadcrumb -weight: 0 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_content.yml b/config/sync/block.block.bootstrap_barrio_content.yml deleted file mode 100644 index a7268914..00000000 --- a/config/sync/block.block.bootstrap_barrio_content.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: d4db7891-172d-49dc-ac60-0c8325c5ac53 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bootstrap_barrio -_core: - default_config_hash: YRY68JWkaUiGeZlWMv1nzeIgDm0ZZwXYgpqUpLFzwAY -id: bootstrap_barrio_content -theme: bootstrap_barrio -region: content -weight: -2 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_development.yml b/config/sync/block.block.bootstrap_barrio_development.yml deleted file mode 100644 index fc3cfed5..00000000 --- a/config/sync/block.block.bootstrap_barrio_development.yml +++ /dev/null @@ -1,33 +0,0 @@ -uuid: 05d6ea8e-5986-4d13-8e76-f132c08e7450 -langcode: en -status: true -dependencies: - config: - - system.menu.devel - module: - - system - - user - theme: - - bootstrap_barrio -id: bootstrap_barrio_development -theme: bootstrap_barrio -region: content -weight: 0 -provider: null -plugin: 'system_menu_block:devel' -settings: - id: 'system_menu_block:devel' - label: Development - provider: system - label_display: visible - level: 1 - depth: 0 - expand_all_items: false -visibility: - user_role: - id: user_role - roles: - administrator: administrator - negate: false - context_mapping: - user: '@user.current_user_context:current_user' diff --git a/config/sync/block.block.bootstrap_barrio_exposedformsolr_search_contentpage_1.yml b/config/sync/block.block.bootstrap_barrio_exposedformsolr_search_contentpage_1.yml deleted file mode 100644 index cec6d9a6..00000000 --- a/config/sync/block.block.bootstrap_barrio_exposedformsolr_search_contentpage_1.yml +++ /dev/null @@ -1,23 +0,0 @@ -uuid: a85c02ac-7945-4c2c-bef4-f43ad3e839b6 -langcode: en -status: true -dependencies: - config: - - views.view.solr_search_content - module: - - views - theme: - - bootstrap_barrio -id: bootstrap_barrio_exposedformsolr_search_contentpage_1 -theme: bootstrap_barrio -region: header -weight: 0 -provider: null -plugin: 'views_exposed_filter_block:solr_search_content-page_1' -settings: - id: 'views_exposed_filter_block:solr_search_content-page_1' - label: '' - provider: views - label_display: '0' - views_label: Discover -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_help.yml b/config/sync/block.block.bootstrap_barrio_help.yml deleted file mode 100644 index 486df64c..00000000 --- a/config/sync/block.block.bootstrap_barrio_help.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: f46cf416-a678-46f4-a601-e2e8d1af8d54 -langcode: en -status: true -dependencies: - module: - - help - theme: - - bootstrap_barrio -_core: - default_config_hash: NU5A_49mwLHfs5xFzMFrZ850w9pgUolxMS9NNF3vv4c -id: bootstrap_barrio_help -theme: bootstrap_barrio -region: top_header -weight: 0 -provider: null -plugin: help_block -settings: - id: help_block - label: Help - provider: help - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_local_actions.yml b/config/sync/block.block.bootstrap_barrio_local_actions.yml deleted file mode 100644 index e5d64e46..00000000 --- a/config/sync/block.block.bootstrap_barrio_local_actions.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: f3de2f58-1de2-4917-a73b-95f0f6d898f4 -langcode: en -status: true -dependencies: - theme: - - bootstrap_barrio -_core: - default_config_hash: HHryZVJbeKi9WnuBGC8FOhBZmBnk2G1H6KxFuy-rC9A -id: bootstrap_barrio_local_actions -theme: bootstrap_barrio -region: content -weight: -3 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_login.yml b/config/sync/block.block.bootstrap_barrio_login.yml deleted file mode 100644 index 0d55225b..00000000 --- a/config/sync/block.block.bootstrap_barrio_login.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 0b6f1a6c-b769-44d7-93b3-db9065831683 -langcode: en -status: true -dependencies: - module: - - user - theme: - - bootstrap_barrio -_core: - default_config_hash: IItlF4SKHgxduIysVQdvirDJ_v3HGuAviOkidAOJYRE -id: bootstrap_barrio_login -theme: bootstrap_barrio -region: content -weight: -1 -provider: null -plugin: user_login_block -settings: - id: user_login_block - label: 'User login' - provider: user - label_display: visible -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_messages.yml b/config/sync/block.block.bootstrap_barrio_messages.yml deleted file mode 100644 index 7d5d6ce1..00000000 --- a/config/sync/block.block.bootstrap_barrio_messages.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: e21d8f94-ba97-4ef4-816c-433bfdf9b6a5 -langcode: en -status: true -dependencies: - module: - - system - theme: - - bootstrap_barrio -_core: - default_config_hash: XJqWwLt1LDCnazcEN6QkJmCLjk4R0__-8s0OO9xeNjg -id: bootstrap_barrio_messages -theme: bootstrap_barrio -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_page_title.yml b/config/sync/block.block.bootstrap_barrio_page_title.yml deleted file mode 100644 index 85416524..00000000 --- a/config/sync/block.block.bootstrap_barrio_page_title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: e39b83f9-a959-404f-8903-827d73a0a2a3 -langcode: en -status: true -dependencies: - theme: - - bootstrap_barrio -_core: - default_config_hash: ZSpc3IoSaLd0PkB02nxjVPBMztIdsTdHek9SiGaqZ_c -id: bootstrap_barrio_page_title -theme: bootstrap_barrio -region: header -weight: -30 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_primary_local_tasks.yml b/config/sync/block.block.bootstrap_barrio_primary_local_tasks.yml deleted file mode 100644 index 88a85835..00000000 --- a/config/sync/block.block.bootstrap_barrio_primary_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: e0daa1d4-3117-4702-9476-c795958173d4 -langcode: en -status: true -dependencies: - theme: - - bootstrap_barrio -_core: - default_config_hash: ddy1OsBbWxjwEI8VL1viD4I69qcLHOkul4BxbTqLBTs -id: bootstrap_barrio_primary_local_tasks -theme: bootstrap_barrio -region: header -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Primary tabs' - provider: core - label_display: '0' - primary: true - secondary: false -visibility: { } diff --git a/config/sync/block.block.bootstrap_barrio_secondary_local_tasks.yml b/config/sync/block.block.bootstrap_barrio_secondary_local_tasks.yml deleted file mode 100644 index 2400e2ef..00000000 --- a/config/sync/block.block.bootstrap_barrio_secondary_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 771c5fd1-81fa-4ace-ab07-d1091a0b6a3b -langcode: en -status: true -dependencies: - theme: - - bootstrap_barrio -_core: - default_config_hash: QeZBeCilQfeET3GeW6ZtJkEiwROADTZktFgKWwPieD4 -id: bootstrap_barrio_secondary_local_tasks -theme: bootstrap_barrio -region: top_header -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Secondary tabs' - provider: core - label_display: '0' - primary: false - secondary: true -visibility: { } diff --git a/config/sync/bootstrap_barrio.settings.yml b/config/sync/bootstrap_barrio.settings.yml deleted file mode 100644 index feb2abc7..00000000 --- a/config/sync/bootstrap_barrio.settings.yml +++ /dev/null @@ -1,23 +0,0 @@ -bootstrap_barrio_library: production -bootstrap_barrio_sidebar_position: both -bootstrap_barrio_content_offset: 0 -bootstrap_barrio_sidebar_first_width: 4 -bootstrap_barrio_sidebar_first_offset: 0 -bootstrap_barrio_sidebar_second_width: 3 -bootstrap_barrio_sidebar_second_offset: 0 -bootstrap_barrio_fluid_container: 0 -bootstrap_barrio_button: 1 -bootstrap_barrio_button_size: '' -bootstrap_barrio_button_outline: 0 -bootstrap_barrio_navbar_toggle: 1 -bootstrap_barrio_navbar_container: navbar-toggleable-md -bootstrap_barrio_navbar_top_position: '' -bootstrap_barrio_navbar_top_color: navbar-dark -bootstrap_barrio_navbar_top_background: bg-secondary -bootstrap_barrio_navbar_position: '' -bootstrap_barrio_navbar_color: navbar-dark -bootstrap_barrio_navbar_background: bg-primary -bootstrap_barrio_table_hover: 1 -bootstrap_barrio_table_style: table-striped -_core: - default_config_hash: ZC_a838OwJyoYZ0lqdVk9MFsxKKlgg5Oc1Ps2iSdQcI diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index f0b34766..933746fd 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -124,6 +124,8 @@ module: theme: stable: 0 seven: 0 + classy: 0 + bootstrap_barrio: 0 archipelago_subtheme: 0 profile: standard _core: diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml index 578cdc16..9a50b1d2 100644 --- a/config/sync/system.site.yml +++ b/config/sync/system.site.yml @@ -1,5 +1,5 @@ uuid: 6855e385-22b1-43ba-ae50-4180d276445f -name: '{ Archipelago Commons 8.x-1.0-beta2 }' +name: '{ Archipelago Commons 8.x-1.0-beta3 }' mail: repositorysupport@metro.org slogan: '' page: From 62ce850b895d36c8bb86bad49edafc4e0d769f47 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Tue, 7 Jul 2020 08:25:43 -0400 Subject: [PATCH 03/24] bump twig tweak to 2.6 --- composer.json | 4 ++-- composer.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4926f87e..74e73135 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "cweagans/composer-patches": "^1.6", "drupal-composer/drupal-scaffold": "^2.2", "drupal/bamboo_twig": "5.x-dev", - "drupal/bootstrap_barrio": "^4.22", + "drupal/bootstrap_barrio": "^4.3", "drupal/config_inspector": "dev-1.x", "drupal/config_installer": "^1.7", "drupal/config_update": "^1.6", @@ -59,7 +59,7 @@ "drupal/search_api_solr": "3.4.0", "drupal/tokenuuid": "^1.2", "drupal/twig_field": "^1.0", - "drupal/twig_tweak": "^2.4", + "drupal/twig_tweak": "^2.6", "drupal/webform": "^5.14", "drupal/webform_views": "^5.0", "drupal/workflow": "^1.1", diff --git a/composer.lock b/composer.lock index 38f80643..db58e0a6 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": "73df7f222902148450411783b74ff3d7", + "content-hash": "4ee7c5d0a441b80df1fa0b60cb5fd653", "packages": [ { "name": "alchemy/zippy", From 7da58d949806924650bd04934aa70790a5a2ca96 Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Tue, 7 Jul 2020 08:58:05 -0400 Subject: [PATCH 04/24] Improve Object Description and LoD metadata display entities --- d8content/metadatadisplay_entity_01.json | 2 +- d8content/metadatadisplay_entity_02.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/d8content/metadatadisplay_entity_01.json b/d8content/metadatadisplay_entity_01.json index 909abb7b..4c67203f 100644 --- a/d8content/metadatadisplay_entity_01.json +++ b/d8content/metadatadisplay_entity_01.json @@ -4,7 +4,7 @@ "id": "bde1cb38-e1b8-4f2d-bc1c-bff646d2e8b7", "attributes": { "name": "Object Description", - "twig": "
\r\n
\r\n {% if attribute(data, 'collection') %}\r\n
In {{ data.collection }}
\r\n {% endif %}\r\n
\r\n

Description

\r\n

{{ data.description }}

\r\n

Type of Resource

\r\n

{{ data.type }}

\r\n{% if logged_in %}\r\n

Local Identifier

\r\n

{{ data.local_identifier }}

\r\n\r\n{% endif %}\r\n\r\n

Rights Statements

\r\n \r\n
", + "twig": "
\r\n {% if attribute(data, 'ismemberof') %}\r\n {% if attribute(data, 'ismemberof') is iterable %}\r\n {% for collection in attribute(data, 'ismemberof')%}\r\n {% set parentnode = bamboo_load_entity('node', collection) %}\r\n {% set parentnodeurl = url('entity.node.canonical', {'node': collection}, {'absolute': true}) %}\r\n