diff --git a/composer.json b/composer.json index 31263a6..210a5f2 100644 --- a/composer.json +++ b/composer.json @@ -110,7 +110,7 @@ "The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch" }, "drupal/simplenews": { - "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-05/simplenews-migrate85-2954077-22.patch" + "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-15/simplenews.migrate-2954077-32.patch" } }, "drupal-scaffold": { diff --git a/composer.lock b/composer.lock index 48e9e40..c788509 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": "42d151302db1599ad3281776a82290f7", + "content-hash": "d7b3425cae4f02aa0b7c3dc9843adbce", "packages": [ { "name": "alchemy/zippy", @@ -160,23 +160,23 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "1.28.0", + "version": "1.28.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "a43131309b56a4c1874f39a9eaa4f6cb1a9832cd" + "reference": "e7ca5d7d2ecb5374988ff636e7546638e91c2201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a43131309b56a4c1874f39a9eaa4f6cb1a9832cd", - "reference": "a43131309b56a4c1874f39a9eaa4f6cb1a9832cd", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/e7ca5d7d2ecb5374988ff636e7546638e91c2201", + "reference": "e7ca5d7d2ecb5374988ff636e7546638e91c2201", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.5.9", "symfony/console": "^3.4 || ^4.0", - "symfony/filesystem": "^3.4 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", "twig/twig": "^1.35" }, "bin": [ @@ -201,7 +201,7 @@ "GPL-2.0-or-later" ], "description": "Drupal code generator", - "time": "2019-01-30T10:34:16+00:00" + "time": "2019-03-07T06:10:55+00:00" }, { "name": "clue/stream-filter", @@ -489,16 +489,16 @@ }, { "name": "composer/semver", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" + "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", - "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", + "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", + "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", "shasum": "" }, "require": { @@ -547,20 +547,20 @@ "validation", "versioning" ], - "time": "2016-08-30T16:08:34+00:00" + "time": "2019-03-19T17:25:45+00:00" }, { "name": "consolidation/annotated-command", - "version": "2.11.2", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "004af26391cd7d1cd04b0ac736dc1324d1b4f572" + "reference": "512a2e54c98f3af377589de76c43b24652bcb789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/004af26391cd7d1cd04b0ac736dc1324d1b4f572", - "reference": "004af26391cd7d1cd04b0ac736dc1324d1b4f572", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789", "shasum": "" }, "require": { @@ -643,7 +643,7 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2019-02-02T02:29:53+00:00" + "time": "2019-03-08T16:55:03+00:00" }, { "name": "consolidation/config", @@ -726,6 +726,73 @@ "description": "Provide configuration services for a commandline tool.", "time": "2019-03-03T19:37:04+00:00" }, + { + "name": "consolidation/filter-via-dot-access-data", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/filter-via-dot-access-data.git", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.5.0" + }, + "require-dev": { + "consolidation/robo": "^1.2.3", + "g1a/composer-test-scenarios": "^3", + "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^5", + "squizlabs/php_codesniffer": "^2.8", + "symfony/console": "^2.8|^3|^4" + }, + "type": "library", + "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\Filter\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.", + "time": "2019-01-18T06:05:07+00:00" + }, { "name": "consolidation/log", "version": "1.1.1", @@ -818,16 +885,16 @@ }, { "name": "consolidation/output-formatters", - "version": "3.4.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19" + "reference": "0881112642ad9059071f13f397f571035b527cb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19", - "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0881112642ad9059071f13f397f571035b527cb9", + "reference": "0881112642ad9059071f13f397f571035b527cb9", "shasum": "" }, "require": { @@ -837,11 +904,10 @@ "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^2", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5.7.27", - "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.7", - "symfony/console": "3.2.3", "symfony/var-dumper": "^2.8|^3|^4", "victorjonsson/markdowndocs": "^1.3" }, @@ -850,6 +916,52 @@ }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^6" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony3": { + "require": { + "symfony/console": "^3.4", + "symfony/finder": "^3.4", + "symfony/var-dumper": "^3.4" + }, + "config": { + "platform": { + "php": "5.6.32" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, "branch-alias": { "dev-master": "3.x-dev" } @@ -870,25 +982,25 @@ } ], "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2018-10-19T22:35:38+00:00" + "time": "2019-03-14T03:45:44+00:00" }, { "name": "consolidation/robo", - "version": "1.4.6", + "version": "1.4.9", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3" + "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3", - "reference": "d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345", + "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345", "shasum": "" }, "require": { "consolidation/annotated-command": "^2.10.2", - "consolidation/config": "^1.0.10", + "consolidation/config": "^1.2", "consolidation/log": "~1", "consolidation/output-formatters": "^3.1.13", "consolidation/self-update": "^1", @@ -978,7 +1090,7 @@ } ], "description": "Modern task runner", - "time": "2019-02-17T05:32:27+00:00" + "time": "2019-03-19T18:07:19+00:00" }, { "name": "consolidation/self-update", @@ -1032,36 +1144,52 @@ }, { "name": "consolidation/site-alias", - "version": "1.1.11", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14" + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/54ea74ee7dbd54ef356798028ca9a3548cb8df14", - "reference": "54ea74ee7dbd54ef356798028ca9a3548cb8df14", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f", + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f", "shasum": "" }, "require": { + "consolidation/config": "^1.2.1", "php": ">=5.5.0" }, "require-dev": { "consolidation/robo": "^1.2.3", - "g1a/composer-test-scenarios": "^2", + "g1a/composer-test-scenarios": "^3", "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", "php-http/guzzle6-adapter": "^1.1", - "phpunit/phpunit": "^5", - "satooshi/php-coveralls": "^2", + "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2.8", "symfony/console": "^2.8|^3|^4", "symfony/yaml": "~2.3|^3" }, "type": "library", "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -1084,7 +1212,79 @@ } ], "description": "Manage alias records for local and remote sites.", - "time": "2018-11-03T05:07:56+00:00" + "time": "2019-03-12T17:31:48+00:00" + }, + { + "name": "consolidation/site-process", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-process.git", + "reference": "29d6860e65eb22c1ffaff9777a6f1ce6e7adf188" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/29d6860e65eb22c1ffaff9777a6f1ce6e7adf188", + "reference": "29d6860e65eb22c1ffaff9777a6f1ce6e7adf188", + "shasum": "" + }, + "require": { + "consolidation/config": "^1.2.1", + "consolidation/site-alias": "^3", + "php": ">=5.6.0", + "symfony/process": "^3.4" + }, + "require-dev": { + "consolidation/robo": "^1.3", + "g1a/composer-test-scenarios": "^3", + "knplabs/github-api": "^2.7", + "php-coveralls/php-coveralls": "^1", + "php-http/guzzle6-adapter": "^1.1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.8" + }, + "type": "library", + "extra": { + "scenarios": { + "phpunit5": { + "require-dev": { + "phpunit/phpunit": "^5.7.27" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.6.33" + } + } + } + }, + "branch-alias": { + "dev-master": "0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Consolidation\\SiteProcess\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } + ], + "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", + "time": "2019-03-12T17:36:24+00:00" }, { "name": "container-interop/container-interop", @@ -1775,22 +1975,22 @@ }, { "name": "drupal-composer/drupal-scaffold", - "version": "2.5.4", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/drupal-composer/drupal-scaffold.git", - "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d" + "reference": "0e00601e070c5c71e6d3a6478fa61198e30c2964" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/fc6bf4ceecb5d47327f54d48d4d4f67b17da956d", - "reference": "fc6bf4ceecb5d47327f54d48d4d4f67b17da956d", + "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/0e00601e070c5c71e6d3a6478fa61198e30c2964", + "reference": "0e00601e070c5c71e6d3a6478fa61198e30c2964", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "composer/semver": "^1.4", - "php": ">=5.4.5" + "php": "^5.5.9|>=7.0.8" }, "require-dev": { "composer/composer": "dev-master", @@ -1815,7 +2015,7 @@ "GPL-2.0-or-later" ], "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core", - "time": "2018-07-27T10:07:07+00:00" + "time": "2019-03-26T09:14:17+00:00" }, { "name": "drupal/actions_permissions", @@ -3329,7 +3529,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/commerce_pricelist", - "reference": "837a09ae3cd6fe684d62f0647912a53bbf86d95f" + "reference": "bc53f3cbae0ef985a6b3e6d72e7a01022bab0230" }, "require": { "drupal/commerce": "^2.9", @@ -3343,8 +3543,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-beta1+6-dev", - "datestamp": "1547059384", + "version": "8.x-2.0-beta2+0-dev", + "datestamp": "1552496584", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3365,7 +3565,7 @@ "homepage": "https://www.drupal.org/user/86106" }, { - "name": "caseylau", + "name": "kaysenlau", "homepage": "https://www.drupal.org/user/2936003" }, { @@ -3378,7 +3578,7 @@ "support": { "source": "http://cgit.drupalcode.org/commerce_pricelist" }, - "time": "2019-01-09T18:54:48+00:00" + "time": "2019-03-13T17:38:18+00:00" }, { "name": "drupal/commerce_product", @@ -3437,7 +3637,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/commerce_recurring", - "reference": "84c27aac4bd7105fdd7c406fd4498ee6e46b6531" + "reference": "9cd0ee2b081d7bd13b55df5fd7e70a40c7e3466a" }, "require": { "drupal/advancedqueue": "^1.0", @@ -3454,8 +3654,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta3+28-dev", - "datestamp": "1551103989", + "version": "8.x-1.0-beta3+42-dev", + "datestamp": "1552407785", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3506,7 +3706,7 @@ "source": "http://cgit.drupalcode.org/commerce_recurring", "issues": "https://www.drupal.org/project/issues/commerce_recurring" }, - "time": "2019-02-25T22:27:56+00:00" + "time": "2019-03-12T16:06:31+00:00" }, { "name": "drupal/commerce_store", @@ -4430,16 +4630,16 @@ }, { "name": "drupal/core", - "version": "8.6.10", + "version": "8.6.13", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1" + "reference": "8d5b80030ac3f13df2d66aeef0ea388fd9a90632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/59568ac02948cf075ee8543e6c6d4386ad8daec1", - "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1", + "url": "https://api.github.com/repos/drupal/core/zipball/8d5b80030ac3f13df2d66aeef0ea388fd9a90632", + "reference": "8d5b80030ac3f13df2d66aeef0ea388fd9a90632", "shasum": "" }, "require": { @@ -4482,7 +4682,7 @@ "symfony/translation": "~3.4.0", "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", - "twig/twig": "^1.35.0", + "twig/twig": "^1.38.2", "typo3/phar-stream-wrapper": "^2.0.1", "zendframework/zend-diactoros": "^1.1", "zendframework/zend-feed": "^2.4" @@ -4669,7 +4869,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-02-20T18:35:01+00:00" + "time": "2019-03-20T06:01:19+00:00" }, { "name": "drupal/cshs", @@ -5030,7 +5230,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/domain", - "reference": "85c9dc51554f93c64ffa8cac7759a2f65c1324e2" + "reference": "ca196d58268a644203cbb0cc4bf4be8cd48f9465" }, "require": { "drupal/core": "^8.5" @@ -5044,8 +5244,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha14+86-dev", - "datestamp": "1549902480", + "version": "8.x-1.0-alpha15+4-dev", + "datestamp": "1551709685", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -5071,7 +5271,7 @@ "support": { "source": "http://cgit.drupalcode.org/domain" }, - "time": "2019-03-04T14:26:18+00:00" + "time": "2019-03-20T16:53:24+00:00" }, { "name": "drupal/domain_alias", @@ -5339,17 +5539,17 @@ }, { "name": "drupal/entity", - "version": "1.0.0-rc1", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupal.org/project/entity", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "f2dcd7afd0d36b6f261b10a204057a5c801ad20b" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "616b4c095dc8cf67f318f2d5504aed1c4d6dd363" }, "require": { "drupal/core": "^8.6" @@ -5360,8 +5560,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1539272769", + "version": "8.x-1.0-rc2", + "datestamp": "1553254684", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -5547,17 +5747,17 @@ }, { "name": "drupal/entity_clone", - "version": "1.0.0-beta2", + "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupal.org/project/entity_clone", - "reference": "8.x-1.0-beta2" + "reference": "8.x-1.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_clone-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "c7daa833e759d704a7a27d8ec36db796b69d6e8c" + "url": "https://ftp.drupal.org/files/projects/entity_clone-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "011ca7b8e2af77594f2d9df41954d5a950b0958c" }, "require": { "drupal/core": "~8.0" @@ -5568,8 +5768,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1550567886", + "version": "8.x-1.0-beta3", + "datestamp": "1551868984", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -6396,19 +6596,23 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/login_destination", - "reference": "54be8b89fdc073ca40af6b9b2eeb050e0aeb7908" + "reference": "c311df035321429e69f96b492a00765d8f0303d5" }, "require": { "drupal/core": "~8.0" }, + "require-dev": { + "drupal/admin_toolbar": "^1.23", + "drupal/admin_toolbar_tools": "*" + }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.x-dev", - "datestamp": "1514805485", + "version": "8.x-1.0-alpha2+2-dev", + "datestamp": "1553447584", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6424,10 +6628,6 @@ "name": "Oliver Huynh", "homepage": "https://www.drupal.org/user/243730" }, - { - "name": "akashjain132", - "homepage": "https://www.drupal.org/user/2622667" - }, { "name": "beautifulmind", "homepage": "https://www.drupal.org/user/219482" @@ -6452,6 +6652,10 @@ "name": "moshe weitzman", "homepage": "https://www.drupal.org/user/23" }, + { + "name": "perennial.sky", + "homepage": "https://www.drupal.org/user/2622667" + }, { "name": "quantumized", "homepage": "https://www.drupal.org/user/61221" @@ -6466,7 +6670,7 @@ "support": { "source": "http://cgit.drupalcode.org/login_destination" }, - "time": "2018-01-01T11:13:09+00:00" + "time": "2019-03-24T17:15:43+00:00" }, { "name": "drupal/mailgun", @@ -6978,15 +7182,17 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_plus", - "reference": "5c2eaf002000283108d894e4ac2ff23b80d17d37" + "reference": "7f13a739ef4cab63d1366ceaf14efdeb8ca139ce" }, "require": { "drupal/core": "^8.3" }, "require-dev": { + "drupal/entity": "*", "drupal/migrate_example_advanced_setup": "*", "drupal/migrate_example_setup": "*", - "drupal/migrate_tools": "*" + "drupal/migrate_tools": "*", + "drupal/profile": "*" }, "suggest": { "ext-soap": "*", @@ -6998,8 +7204,8 @@ "dev-4.x": "4.x-dev" }, "drupal": { - "version": "8.x-4.1+1-dev", - "datestamp": "1550500685", + "version": "8.x-4.1+4-dev", + "datestamp": "1552922885", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7028,7 +7234,7 @@ "issues": "https://www.drupal.org/project/issues/migrate_plus", "irc": "irc://irc.freenode.org/drupal-migrate" }, - "time": "2019-02-26T00:54:48+00:00" + "time": "2019-03-25T13:48:02+00:00" }, { "name": "drupal/migrate_tools", @@ -7417,21 +7623,24 @@ }, { "name": "drupal/profile", - "version": "1.0.0-rc1", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupal.org/project/profile", - "reference": "8.x-1.0-rc1" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.0-rc1.zip", - "reference": "8.x-1.0-rc1", - "shasum": "cc537ca25412adc4fa601ff42cf2fb5cbc6e7b6b" + "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "0dffde8100312f33bec9f1e999797a1b4c995c17" }, "require": { - "drupal/core": "~8.1", - "drupal/entity": "*" + "drupal/core": "^8.5", + "drupal/entity": "^1.0-rc1" + }, + "require-dev": { + "drupal/token": "1.0" }, "type": "drupal-module", "extra": { @@ -7439,8 +7648,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc1", - "datestamp": "1505830324", + "version": "8.x-1.0-rc4", + "datestamp": "1552407486", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -7460,10 +7669,6 @@ "name": "daggerhart", "homepage": "https://www.drupal.org/user/167806" }, - { - "name": "dakala", - "homepage": "https://www.drupal.org/user/53175" - }, { "name": "fago", "homepage": "https://www.drupal.org/user/16747" @@ -7651,17 +7856,17 @@ }, { "name": "drupal/search_api", - "version": "1.11.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupal.org/project/search_api", - "reference": "8.x-1.11" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "d2bf92afa2ee760977dde1fadcb5bb64a4c2d7c1" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "db203e2fdd669d6e9ff2c99688c0816d248a1fff" }, "require": { "drupal/core": "^8.5" @@ -7681,8 +7886,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.11", - "datestamp": "1542564480", + "version": "8.x-1.12", + "datestamp": "1552334285", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7722,7 +7927,7 @@ }, { "name": "drupal/search_api_db", - "version": "1.11.0", + "version": "1.12.0", "require": { "drupal/core": "~8.0", "drupal/search_api": "self.version" @@ -7733,8 +7938,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.11", - "datestamp": "1542564480", + "version": "8.x-1.12", + "datestamp": "1552334285", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7817,7 +8022,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/simplenews", - "reference": "1035807cf22b2773feb0b69a5e9a28365c09d1b4" + "reference": "b0417dec518f403eed3d929e62fa352043fe305c" }, "require": { "drupal/core": "*" @@ -7832,15 +8037,15 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3+24-dev", - "datestamp": "1551605885", + "version": "8.x-1.0-alpha3+27-dev", + "datestamp": "1551790085", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } }, "patches_applied": { - "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-05/simplenews-migrate85-2954077-22.patch" + "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-15/simplenews.migrate-2954077-32.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7878,7 +8083,7 @@ "support": { "source": "http://cgit.drupalcode.org/simplenews" }, - "time": "2019-03-04T09:39:16+00:00" + "time": "2019-03-15T14:55:06+00:00" }, { "name": "drupal/smart_trim", @@ -8934,38 +9139,39 @@ }, { "name": "drush/drush", - "version": "9.5.2", + "version": "9.6.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "17f0106706391675a281c6d212850853bdbe90f9" + "reference": "bf389ee33baa2eeedde942cdf7044baaf634b0a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/17f0106706391675a281c6d212850853bdbe90f9", - "reference": "17f0106706391675a281c6d212850853bdbe90f9", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/bf389ee33baa2eeedde942cdf7044baaf634b0a1", + "reference": "bf389ee33baa2eeedde942cdf7044baaf634b0a1", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^1.27.0", + "chi-teck/drupal-code-generator": "^1.28.1", "composer/semver": "^1.4", - "consolidation/annotated-command": "^2.9.1", - "consolidation/config": "^1.1.0", - "consolidation/output-formatters": "^3.1.12", - "consolidation/robo": "^1.1.5", - "consolidation/site-alias": "^1.1.5", + "consolidation/annotated-command": "^2.12", + "consolidation/config": "^1.2", + "consolidation/filter-via-dot-access-data": "^1", + "consolidation/output-formatters": "^3.3.1", + "consolidation/robo": "^1.4.6", + "consolidation/site-alias": "^3.0.0@stable", + "consolidation/site-process": "^2.0.0@stable", "ext-dom": "*", "grasmash/yaml-expander": "^1.1.1", "league/container": "~2", "php": ">=5.6.0", "psr/log": "~1.0", "psy/psysh": "~0.6", - "symfony/config": "^3.4", "symfony/console": "^3.4", "symfony/event-dispatcher": "^3.4", - "symfony/finder": "^3.4", + "symfony/finder": "^3.4 || ^4.0", "symfony/process": "^3.4", - "symfony/var-dumper": "^3.4", + "symfony/var-dumper": "^3.4 || ^4.0", "symfony/yaml": "^3.4", "webflo/drupal-finder": "^1.1", "webmozart/path-util": "^2.1.0" @@ -8974,9 +9180,9 @@ "composer/installers": "^1.2", "cweagans/composer-patches": "~1.0", "drupal/alinks": "1.0.0", - "drupal/devel": "^1.0@RC", + "drupal/devel": "^2", "drupal/empty_theme": "1.0", - "g1a/composer-test-scenarios": "^2.2.0", + "g1a/composer-test-scenarios": "^3", "lox/xhprof": "dev-master", "phpunit/phpunit": "^4.8.36 || ^6.1", "squizlabs/php_codesniffer": "^2.7", @@ -9014,6 +9220,15 @@ "type:drupal-drush" ] }, + "scenarios": { + "php5": { + "config": { + "platform": { + "php": "5.6.38" + } + } + } + }, "branch-alias": { "dev-master": "9.x-dev" } @@ -9021,8 +9236,7 @@ "autoload": { "psr-4": { "Drush\\": "src/", - "Drush\\Internal\\": "internal-copy/", - "Unish\\": "tests/" + "Drush\\Internal\\": "src/internal-forks" } }, "notification-url": "https://packagist.org/downloads/", @@ -9065,7 +9279,7 @@ ], "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.", "homepage": "http://www.drush.org", - "time": "2018-10-17T18:37:53+00:00" + "time": "2019-03-26T09:35:48+00:00" }, { "name": "easyrdf/easyrdf", @@ -9227,16 +9441,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.10.6", + "version": "8.10.8", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "75fa86dec0a79632fe492fa121b2a067ec100bf1" + "reference": "cd9b87dce1d285247be490b2b8429956f7a5e78b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/75fa86dec0a79632fe492fa121b2a067ec100bf1", - "reference": "75fa86dec0a79632fe492fa121b2a067ec100bf1", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/cd9b87dce1d285247be490b2b8429956f7a5e78b", + "reference": "cd9b87dce1d285247be490b2b8429956f7a5e78b", "shasum": "" }, "require": { @@ -9291,7 +9505,7 @@ "phonenumber", "validation" ], - "time": "2019-02-21T11:30:36+00:00" + "time": "2019-03-20T13:47:01+00:00" }, { "name": "giggsey/locale", @@ -9919,16 +10133,16 @@ }, { "name": "masterminds/html5", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "b5d892a4bd058d61f736935d32a9c248f11ccc93" + "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/b5d892a4bd058d61f736935d32a9c248f11ccc93", - "reference": "b5d892a4bd058d61f736935d32a9c248f11ccc93", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad", + "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad", "shasum": "" }, "require": { @@ -9945,7 +10159,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.6-dev" } }, "autoload": { @@ -9982,7 +10196,7 @@ "serializer", "xml" ], - "time": "2018-12-27T22:03:43+00:00" + "time": "2019-03-10T11:41:28+00:00" }, { "name": "nikic/php-parser", @@ -11790,16 +12004,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "reference": "82ebae02209c21113908c229e9883c419720738a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", + "reference": "82ebae02209c21113908c229e9883c419720738a", "shasum": "" }, "require": { @@ -11811,7 +12025,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -11844,20 +12058,20 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "97001cfc283484c9691769f51cdf25259037eba2" + "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2", - "reference": "97001cfc283484c9691769f51cdf25259037eba2", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", + "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", "shasum": "" }, "require": { @@ -11869,7 +12083,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -11903,20 +12117,20 @@ "portable", "shim" ], - "time": "2018-09-21T06:26:08+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", + "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", "shasum": "" }, "require": { @@ -11928,7 +12142,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -11962,20 +12176,20 @@ "portable", "shim" ], - "time": "2018-09-21T13:07:52+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.10.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" + "reference": "bc4858fb611bda58719124ca079baff854149c89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", - "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89", + "reference": "bc4858fb611bda58719124ca079baff854149c89", "shasum": "" }, "require": { @@ -11985,7 +12199,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -12021,7 +12235,7 @@ "portable", "shim" ], - "time": "2018-09-21T06:26:08+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/process", @@ -12074,16 +12288,16 @@ }, { "name": "symfony/psr-http-message-bridge", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196" + "reference": "921f8669c36ea0148d2520c0bb7838cda14879e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196", - "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/921f8669c36ea0148d2520c0bb7838cda14879e0", + "reference": "921f8669c36ea0148d2520c0bb7838cda14879e0", "shasum": "" }, "require": { @@ -12092,12 +12306,11 @@ "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.4 || 4.0" + "nyholm/psr7": "^1.1", + "symfony/phpunit-bridge": "^3.4 || ^4.0" }, "suggest": { - "psr/http-factory-implementation": "To use the PSR-17 factory", - "psr/http-message-implementation": "To use the HttpFoundation factory", - "zendframework/zend-diactoros": "To use the Zend Diactoros factory" + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, "type": "symfony-bridge", "extra": { @@ -12108,7 +12321,10 @@ "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12129,9 +12345,10 @@ "keywords": [ "http", "http-message", + "psr-17", "psr-7" ], - "time": "2018-08-30T16:28:28+00:00" + "time": "2019-03-11T15:23:15+00:00" }, { "name": "symfony/routing", @@ -12572,16 +12789,16 @@ }, { "name": "twig/twig", - "version": "v1.37.1", + "version": "v1.38.4", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" + "reference": "7732e9e7017d751313811bd118de61302e9c8b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", - "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7732e9e7017d751313811bd118de61302e9c8b35", + "reference": "7732e9e7017d751313811bd118de61302e9c8b35", "shasum": "" }, "require": { @@ -12596,7 +12813,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.37-dev" + "dev-master": "1.38-dev" } }, "autoload": { @@ -12634,7 +12851,7 @@ "keywords": [ "templating" ], - "time": "2019-01-14T14:59:29+00:00" + "time": "2019-03-23T14:27:19+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -13067,16 +13284,16 @@ }, { "name": "zendframework/zend-feed", - "version": "2.11.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", - "reference": "5248e9fffa760e5c36092aeff02c3797e4a8a690" + "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/5248e9fffa760e5c36092aeff02c3797e4a8a690", - "reference": "5248e9fffa760e5c36092aeff02c3797e4a8a690", + "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733", + "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733", "shasum": "" }, "require": { @@ -13107,8 +13324,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.11.x-dev", - "dev-develop": "2.12.x-dev" + "dev-master": "2.12.x-dev", + "dev-develop": "2.13.x-dev" } }, "autoload": { @@ -13126,7 +13343,7 @@ "feed", "zf" ], - "time": "2019-01-29T21:37:15+00:00" + "time": "2019-03-05T20:08:49+00:00" }, { "name": "zendframework/zend-stdlib", @@ -15089,16 +15306,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.4.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "379deb987e26c7cd103a7b387aea178baec96e48" + "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", - "reference": "379deb987e26c7cd103a7b387aea178baec96e48", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5b4333b4010625d29580eb4a41f1e53251be6baa", + "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa", "shasum": "" }, "require": { @@ -15131,12 +15348,12 @@ } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], - "time": "2018-12-19T23:57:18+00:00" + "time": "2019-03-19T03:22:27+00:00" }, { "name": "symfony/browser-kit", @@ -15302,16 +15519,16 @@ }, { "name": "webflo/drupal-core-require-dev", - "version": "8.6.10", + "version": "8.6.13", "source": { "type": "git", "url": "https://github.com/webflo/drupal-core-require-dev.git", - "reference": "a3ec86723a2d753c020bfa995281c3cefa0cbb89" + "reference": "ec02673dbd55068e4fff8edc322af4a226d7f59c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/a3ec86723a2d753c020bfa995281c3cefa0cbb89", - "reference": "a3ec86723a2d753c020bfa995281c3cefa0cbb89", + "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/ec02673dbd55068e4fff8edc322af4a226d7f59c", + "reference": "ec02673dbd55068e4fff8edc322af4a226d7f59c", "shasum": "" }, "require": { @@ -15319,7 +15536,7 @@ "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "1.3.x-dev", "drupal/coder": "^8.2.12", - "drupal/core": "8.6.10", + "drupal/core": "8.6.13", "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", "mikey179/vfsstream": "^1.2", @@ -15335,7 +15552,7 @@ "GPL-2.0-or-later" ], "description": "require-dev dependencies from drupal/core", - "time": "2019-02-20T20:01:42+00:00" + "time": "2019-03-20T16:31:35+00:00" } ], "aliases": [],