From 4d0c377886a7c8b3fbcd818d7800dd59473113f9 Mon Sep 17 00:00:00 2001 From: Violinist bot Date: Wed, 3 Apr 2019 12:04:38 +0000 Subject: [PATCH] Update drush/drush --- composer.lock | 914 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 615 insertions(+), 299 deletions(-) diff --git a/composer.lock b/composer.lock index 85154a01..6e61b677 100644 --- a/composer.lock +++ b/composer.lock @@ -360,24 +360,24 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "1.27.0", + "version": "1.28.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e" + "reference": "e7ca5d7d2ecb5374988ff636e7546638e91c2201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e", - "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e", + "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": "~2.7|^3", - "symfony/filesystem": "~2.7|^3", - "twig/twig": "^1.23.1" + "symfony/console": "^3.4 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", + "twig/twig": "^1.35" }, "bin": [ "bin/dcg" @@ -401,7 +401,7 @@ "GPL-2.0-or-later" ], "description": "Drupal code generator", - "time": "2018-10-11T08:05:59+00:00" + "time": "2019-03-07T06:10:55+00:00" }, { "name": "clue/stream-filter", @@ -698,34 +698,78 @@ }, { "name": "consolidation/annotated-command", - "version": "2.9.1", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac" + "reference": "512a2e54c98f3af377589de76c43b24652bcb789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", - "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789", "shasum": "" }, "require": { - "consolidation/output-formatters": "^3.1.12", - "php": ">=5.4.0", + "consolidation/output-formatters": "^3.4", + "php": ">=5.4.5", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^2", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^6", - "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "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" + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "2.x-dev" } @@ -746,20 +790,20 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2018-09-19T17:47:18+00:00" + "time": "2019-03-08T16:55:03+00:00" }, { "name": "consolidation/config", - "version": "1.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c" + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { @@ -768,9 +812,9 @@ "php": ">=5.4.0" }, "require-dev": { - "g1a/composer-test-scenarios": "^1", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5", - "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "2.*", "symfony/console": "^2.5|^3|^4", "symfony/yaml": "^2.8.11|^3|^4" @@ -780,6 +824,33 @@ }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require-dev": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require-dev": { + "symfony/console": "^2.8", + "symfony/event-dispatcher": "^2.8", + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "1.x-dev" } @@ -800,35 +871,143 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2018-10-24T17:55:35+00:00" + "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.0.6", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395" + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395", - "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395", + "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", "shasum": "" }, "require": { - "php": ">=5.5.0", - "psr/log": "~1.0", + "php": ">=5.4.5", + "psr/log": "^1.0", "symfony/console": "^2.8|^3|^4" }, "require-dev": { - "g1a/composer-test-scenarios": "^1", - "phpunit/phpunit": "4.*", - "satooshi/php-coveralls": "^2", - "squizlabs/php_codesniffer": "2.*" + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2" }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + }, + "phpunit4": { + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "1.x-dev" } @@ -849,20 +1028,20 @@ } ], "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", - "time": "2018-05-25T18:14:39+00:00" + "time": "2019-01-01T17:30:51+00:00" }, { "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": { @@ -872,11 +1051,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" }, @@ -885,6 +1063,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" } @@ -905,29 +1129,28 @@ } ], "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.3.1", + "version": "1.4.9", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d" + "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d", - "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345", + "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345", "shasum": "" }, "require": { - "consolidation/annotated-command": "^2.8.2", - "consolidation/config": "^1.0.10", + "consolidation/annotated-command": "^2.10.2", + "consolidation/config": "^1.2", "consolidation/log": "~1", "consolidation/output-formatters": "^3.1.13", "consolidation/self-update": "^1", - "g1a/composer-test-scenarios": "^2", "grasmash/yaml-expander": "^1.3", "league/container": "^2.2", "php": ">=5.5.0", @@ -944,14 +1167,15 @@ "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", - "pear/archive_tar": "^1.4.2", + "pear/archive_tar": "^1.4.4", + "php-coveralls/php-coveralls": "^1", "phpunit/php-code-coverage": "~2|~4", - "satooshi/php-coveralls": "^2", "squizlabs/php_codesniffer": "^2.8" }, "suggest": { @@ -965,9 +1189,36 @@ ], "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "remove": [ + "goaop/framework" + ], + "config": { + "platform": { + "php": "5.5.9" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, "branch-alias": { - "dev-master": "1.x-dev", - "dev-state": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -986,7 +1237,7 @@ } ], "description": "Modern task runner", - "time": "2018-08-17T18:44:18+00:00" + "time": "2019-03-19T18:07:19+00:00" }, { "name": "consolidation/self-update", @@ -1040,36 +1291,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": { @@ -1092,7 +1359,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.1", + "source": { + "type": "git", + "url": "https://github.com/consolidation/site-process.git", + "reference": "d923bbf8843f4b273733db5912198b7dba0f236d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/d923bbf8843f4b273733db5912198b7dba0f236d", + "reference": "d923bbf8843f4b273733db5912198b7dba0f236d", + "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-04-02T18:47:44+00:00" }, { "name": "container-interop/container-interop", @@ -1709,7 +2048,7 @@ "version": "1.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/address", + "url": "https://git.drupalcode.org/project/address.git", "reference": "8.x-1.4" }, "dist": { @@ -1772,7 +2111,7 @@ "version": "1.10.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/addtoany", + "url": "https://git.drupalcode.org/project/addtoany.git", "reference": "8.x-1.10" }, "dist": { @@ -1827,7 +2166,7 @@ "version": "1.26.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/admin_toolbar", + "url": "https://git.drupalcode.org/project/admin_toolbar.git", "reference": "8.x-1.26" }, "dist": { @@ -1908,7 +2247,7 @@ "version": "1.0.0-alpha8", "source": { "type": "git", - "url": "https://git.drupal.org/project/block_field", + "url": "https://git.drupalcode.org/project/block_field.git", "reference": "8.x-1.0-alpha8" }, "dist": { @@ -1963,7 +2302,7 @@ "version": "3.17.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/bootstrap", + "url": "https://git.drupalcode.org/project/bootstrap.git", "reference": "8.x-3.17" }, "dist": { @@ -2031,7 +2370,7 @@ "version": "1.0.0-beta1", "source": { "type": "git", - "url": "https://git.drupal.org/project/captcha", + "url": "https://git.drupalcode.org/project/captcha.git", "reference": "8.x-1.0-beta1" }, "dist": { @@ -2098,7 +2437,7 @@ "version": "dev-1.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/coffee", + "url": "https://git.drupalcode.org/project/coffee.git", "reference": "146571e62abee442c3d62b4247eb8c5fcff5d57b" }, "require": { @@ -2164,7 +2503,7 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/config_filter", + "url": "https://git.drupalcode.org/project/config_filter.git", "reference": "8.x-1.0" }, "dist": { @@ -2233,7 +2572,7 @@ "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/config_ignore", + "url": "https://git.drupalcode.org/project/config_ignore.git", "reference": "8.x-2.1" }, "dist": { @@ -2290,7 +2629,7 @@ "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/config_update", + "url": "https://git.drupalcode.org/project/config_update.git", "reference": "8.x-1.6" }, "dist": { @@ -2587,7 +2926,7 @@ "version": "1.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/crop", + "url": "https://git.drupalcode.org/project/crop.git", "reference": "8.x-1.5" }, "dist": { @@ -2646,7 +2985,7 @@ "version": "1.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/csv_serialization", + "url": "https://git.drupalcode.org/project/csv_serialization.git", "reference": "8.x-1.4" }, "dist": { @@ -2694,7 +3033,7 @@ "version": "1.0.0-beta4", "source": { "type": "git", - "url": "https://git.drupal.org/project/data_policy", + "url": "https://git.drupalcode.org/project/data_policy.git", "reference": "8.x-1.0-beta4" }, "dist": { @@ -2758,7 +3097,7 @@ "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/devel", + "url": "https://git.drupalcode.org/project/devel.git", "reference": "8.x-1.2" }, "dist": { @@ -2840,7 +3179,7 @@ "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/dynamic_entity_reference", + "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", "reference": "8.x-1.6" }, "dist": { @@ -2899,7 +3238,7 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/embed", + "url": "https://git.drupalcode.org/project/embed.git", "reference": "8.x-1.0" }, "dist": { @@ -2964,7 +3303,7 @@ "version": "1.0.0-rc1", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity", + "url": "https://git.drupalcode.org/project/entity.git", "reference": "8.x-1.0-rc1" }, "dist": { @@ -3027,7 +3366,7 @@ "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/entity_reference_revisions", + "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", "reference": "8.x-1.6" }, "dist": { @@ -3085,7 +3424,7 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/exif_orientation", + "url": "https://git.drupalcode.org/project/exif_orientation.git", "reference": "8.x-1.0" }, "dist": { @@ -3132,7 +3471,7 @@ "version": "3.8.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/features", + "url": "https://git.drupalcode.org/project/features.git", "reference": "8.x-3.8" }, "dist": { @@ -3213,7 +3552,7 @@ "version": "3.0.0-beta1", "source": { "type": "git", - "url": "https://git.drupal.org/project/field_group", + "url": "https://git.drupalcode.org/project/field_group.git", "reference": "8.x-3.0-beta1" }, "dist": { @@ -3276,7 +3615,7 @@ "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/file_mdm", + "url": "https://git.drupalcode.org/project/file_mdm.git", "reference": "8.x-1.1" }, "dist": { @@ -3409,7 +3748,7 @@ "version": "4.0.0-alpha3", "source": { "type": "git", - "url": "https://git.drupal.org/project/flag", + "url": "https://git.drupalcode.org/project/flag.git", "reference": "8.x-4.0-alpha3" }, "dist": { @@ -3490,7 +3829,7 @@ "version": "2.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/google_analytics", + "url": "https://git.drupalcode.org/project/google_analytics.git", "reference": "8.x-2.4" }, "dist": { @@ -3546,7 +3885,7 @@ "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://git.drupal.org/project/group", + "url": "https://git.drupalcode.org/project/group.git", "reference": "8.x-1.0-rc2" }, "dist": { @@ -3601,7 +3940,7 @@ "version": "1.29.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/honeypot", + "url": "https://git.drupalcode.org/project/honeypot.git", "reference": "8.x-1.29" }, "dist": { @@ -3657,7 +3996,7 @@ "version": "2.3.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/image_effects", + "url": "https://git.drupalcode.org/project/image_effects.git", "reference": "8.x-2.3" }, "dist": { @@ -3717,7 +4056,7 @@ "version": "2.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/image_widget_crop", + "url": "https://git.drupalcode.org/project/image_widget_crop.git", "reference": "8.x-2.2" }, "dist": { @@ -3796,7 +4135,7 @@ "version": "1.0.0-alpha2", "source": { "type": "git", - "url": "https://git.drupal.org/project/like_and_dislike", + "url": "https://git.drupalcode.org/project/like_and_dislike.git", "reference": "8.x-1.0-alpha2" }, "dist": { @@ -3859,7 +4198,7 @@ "version": "dev-1.x", "source": { "type": "git", - "url": "https://git.drupal.org/project/link_css", + "url": "https://git.drupalcode.org/project/link_css.git", "reference": "2e53337457471db70629dd75a888ddee08583280" }, "require": { @@ -3905,7 +4244,7 @@ "version": "4.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/mailsystem", + "url": "https://git.drupalcode.org/project/mailsystem.git", "reference": "8.x-4.1" }, "dist": { @@ -3968,7 +4307,7 @@ "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://git.drupal.org/project/message", + "url": "https://git.drupalcode.org/project/message.git", "reference": "8.x-1.0-rc2" }, "dist": { @@ -4035,7 +4374,7 @@ "version": "2.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/override_node_options", + "url": "https://git.drupalcode.org/project/override_node_options.git", "reference": "8.x-2.4" }, "dist": { @@ -4083,7 +4422,7 @@ "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/paragraphs", + "url": "https://git.drupalcode.org/project/paragraphs.git", "reference": "8.x-1.6" }, "dist": { @@ -4163,7 +4502,7 @@ "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/private_message", + "url": "https://git.drupalcode.org/project/private_message.git", "reference": "8.x-1.2" }, "dist": { @@ -4222,7 +4561,7 @@ "version": "1.0.0-rc1", "source": { "type": "git", - "url": "https://git.drupal.org/project/profile", + "url": "https://git.drupalcode.org/project/profile.git", "reference": "8.x-1.0-rc1" }, "dist": { @@ -4290,7 +4629,7 @@ "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/r4032login", + "url": "https://git.drupalcode.org/project/r4032login.git", "reference": "8.x-1.1" }, "dist": { @@ -4373,7 +4712,7 @@ "version": "2.4.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/recaptcha", + "url": "https://git.drupalcode.org/project/recaptcha.git", "reference": "8.x-2.4" }, "dist": { @@ -4438,7 +4777,7 @@ "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/reroute_email", + "url": "https://git.drupalcode.org/project/reroute_email.git", "reference": "8.x-1.1" }, "dist": { @@ -4513,7 +4852,7 @@ "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/search_api", + "url": "https://git.drupalcode.org/project/search_api.git", "reference": "8.x-1.6" }, "dist": { @@ -4579,7 +4918,7 @@ "version": "1.3.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/shariff", + "url": "https://git.drupalcode.org/project/shariff.git", "reference": "8.x-1.3" }, "dist": { @@ -4646,7 +4985,7 @@ "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/slack", + "url": "https://git.drupalcode.org/project/slack.git", "reference": "8.x-1.2" }, "dist": { @@ -4705,7 +5044,7 @@ "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/slack_invite", + "url": "https://git.drupalcode.org/project/slack_invite.git", "reference": "8.x-1.1" }, "dist": { @@ -4752,7 +5091,7 @@ "version": "4.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/social", + "url": "https://git.drupalcode.org/project/social.git", "reference": "8.x-4.5" }, "dist": { @@ -4814,7 +5153,7 @@ "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/social_api", + "url": "https://git.drupalcode.org/project/social_api.git", "reference": "8.x-1.1" }, "dist": { @@ -4879,7 +5218,7 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/social_auth", + "url": "https://git.drupalcode.org/project/social_auth.git", "reference": "8.x-1.0" }, "dist": { @@ -4939,7 +5278,7 @@ "version": "2.0.0-rc1", "source": { "type": "git", - "url": "https://git.drupal.org/project/sparkpost", + "url": "https://git.drupalcode.org/project/sparkpost.git", "reference": "8.x-2.0-rc1" }, "dist": { @@ -4996,7 +5335,7 @@ "version": "1.0.0-beta2", "source": { "type": "git", - "url": "https://git.drupal.org/project/swiftmailer", + "url": "https://git.drupalcode.org/project/swiftmailer.git", "reference": "8.x-1.0-beta2" }, "dist": { @@ -5057,7 +5396,7 @@ "version": "1.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/token", + "url": "https://git.drupalcode.org/project/token.git", "reference": "8.x-1.5" }, "dist": { @@ -5124,7 +5463,7 @@ "version": "1.0.0-alpha1", "source": { "type": "git", - "url": "https://git.drupal.org/project/url_embed", + "url": "https://git.drupalcode.org/project/url_embed.git", "reference": "8.x-1.0-alpha1" }, "dist": { @@ -5196,7 +5535,7 @@ "version": "1.5.0", "source": { "type": "git", - "url": "https://git.drupal.org/project/views_infinite_scroll", + "url": "https://git.drupalcode.org/project/views_infinite_scroll.git", "reference": "8.x-1.5" }, "dist": { @@ -5247,7 +5586,7 @@ "version": "3.0.0-beta1", "source": { "type": "git", - "url": "https://git.drupal.org/project/votingapi", + "url": "https://git.drupalcode.org/project/votingapi.git", "reference": "8.x-3.0-beta1" }, "dist": { @@ -5307,38 +5646,39 @@ }, { "name": "drush/drush", - "version": "9.5.2", + "version": "9.6.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "17f0106706391675a281c6d212850853bdbe90f9" + "reference": "65d36cf542308d0b88f77c80f818a978d2844b80" }, "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/65d36cf542308d0b88f77c80f818a978d2844b80", + "reference": "65d36cf542308d0b88f77c80f818a978d2844b80", "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.1", "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" @@ -5347,9 +5687,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", @@ -5387,6 +5727,15 @@ "type:drupal-drush" ] }, + "scenarios": { + "php5": { + "config": { + "platform": { + "php": "5.6.38" + } + } + } + }, "branch-alias": { "dev-master": "9.x-dev" } @@ -5394,8 +5743,7 @@ "autoload": { "psr-4": { "Drush\\": "src/", - "Drush\\Internal\\": "internal-copy/", - "Unish\\": "tests/" + "Drush\\Internal\\": "src/internal-forks" } }, "notification-url": "https://packagist.org/downloads/", @@ -5438,7 +5786,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-04-03T11:17:00+00:00" }, { "name": "easyrdf/easyrdf", @@ -5714,39 +6062,6 @@ "homepage": "https://github.com/firebase/php-jwt", "time": "2017-06-27T22:17:23+00:00" }, - { - "name": "g1a/composer-test-scenarios", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/g1a/composer-test-scenarios.git", - "reference": "a166fd15191aceab89f30c097e694b7cf3db4880" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880", - "reference": "a166fd15191aceab89f30c097e694b7cf3db4880", - "shasum": "" - }, - "bin": [ - "scripts/create-scenario", - "scripts/dependency-licenses", - "scripts/install-scenario" - ], - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - } - ], - "description": "Useful scripts for testing multiple sets of Composer dependencies.", - "time": "2018-08-08T23:37:23+00:00" - }, { "name": "goalgorilla/open_social", "version": "4.5.0", @@ -6818,16 +7133,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.1.0", + "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" + "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", - "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0", + "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0", "shasum": "" }, "require": { @@ -6843,7 +7158,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -6865,7 +7180,7 @@ "parser", "php" ], - "time": "2018-10-10T09:24:14+00:00" + "time": "2019-02-16T20:54:15+00:00" }, { "name": "npm-asset/diff", @@ -8155,82 +8470,18 @@ "homepage": "https://symfony.com", "time": "2019-01-16T09:39:14+00:00" }, - { - "name": "symfony/config", - "version": "v3.4.18", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d", - "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/filesystem": "~2.8|~3.0|~4.0", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/dependency-injection": "<3.3", - "symfony/finder": "<3.3" - }, - "require-dev": { - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/event-dispatcher": "~3.3|~4.0", - "symfony/finder": "~3.3|~4.0", - "symfony/yaml": "~3.0|~4.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com", - "time": "2018-10-31T09:06:03+00:00" - }, { "name": "symfony/console", - "version": "v3.4.22", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be" + "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/069bf3f0e8f871a2169a06e43d9f3f03f355e9be", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be", + "url": "https://api.github.com/repos/symfony/console/zipball/98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", + "reference": "98ae3cdc4bec48fe7ee24afc81dbb4a242186c9e", "shasum": "" }, "require": { @@ -8289,20 +8540,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:42:12+00:00" + "time": "2019-03-31T11:33:18+00:00" }, { "name": "symfony/debug", - "version": "v3.4.22", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8" + "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", + "url": "https://api.github.com/repos/symfony/debug/zipball/adbdd5d66342fb0a0bce7422ba68181842b6610d", + "reference": "adbdd5d66342fb0a0bce7422ba68181842b6610d", "shasum": "" }, "require": { @@ -8345,7 +8596,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:19:25+00:00" + "time": "2019-03-10T17:07:42+00:00" }, { "name": "symfony/dependency-injection", @@ -8420,16 +8671,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v3.4.22", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b" + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ed5be1663fa66623b3a7004d5d51a14c4045399b", - "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff", + "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff", "shasum": "" }, "require": { @@ -8479,20 +8730,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-04-02T08:51:52+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.18", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "d69930fc337d767607267d57c20a7403d0a822a4" + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4", - "reference": "d69930fc337d767607267d57c20a7403d0a822a4", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb", + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb", "shasum": "" }, "require": { @@ -8529,20 +8780,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-10-02T12:28:39+00:00" + "time": "2019-02-04T21:34:32+00:00" }, { "name": "symfony/finder", - "version": "v3.4.18", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", - "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", + "url": "https://api.github.com/repos/symfony/finder/zipball/fcdde4aa38f48190ce70d782c166f23930084f9b", + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b", "shasum": "" }, "require": { @@ -8578,7 +8829,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-10-03T08:46:40+00:00" + "time": "2019-02-22T14:44:53+00:00" }, { "name": "symfony/http-foundation", @@ -8725,16 +8976,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": { @@ -8746,7 +8997,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -8768,7 +9019,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -8779,7 +9030,7 @@ "polyfill", "portable" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-iconv", @@ -8842,16 +9093,16 @@ }, { "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": { @@ -8863,7 +9114,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.11-dev" } }, "autoload": { @@ -8897,7 +9148,7 @@ "portable", "shim" ], - "time": "2018-09-21T13:07:52+00:00" + "time": "2019-02-06T07:57:58+00:00" }, { "name": "symfony/polyfill-php70", @@ -8960,7 +9211,7 @@ }, { "name": "symfony/process", - "version": "v3.4.22", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -9379,16 +9630,16 @@ }, { "name": "symfony/var-dumper", - "version": "v3.4.18", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181" + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ff8ac19e97e5c7c3979236b584719a1190f84181", - "reference": "ff8ac19e97e5c7c3979236b584719a1190f84181", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d34d10236300876d14291e9df85c6ef3d3bb9066", + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066", "shasum": "" }, "require": { @@ -9444,20 +9695,20 @@ "debug", "dump" ], - "time": "2018-10-02T16:33:53+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.22", + "version": "v3.4.24", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d" + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/ba11776e9e6c15ad5759a07bffb15899bac75c2d", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", + "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", "shasum": "" }, "require": { @@ -9503,20 +9754,20 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-01-16T10:59:17+00:00" + "time": "2019-03-25T07:48:46+00:00" }, { "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": { @@ -9531,7 +9782,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.37-dev" + "dev-master": "1.38-dev" } }, "autoload": { @@ -9569,7 +9820,7 @@ "keywords": [ "templating" ], - "time": "2019-01-14T14:59:29+00:00" + "time": "2019-03-23T14:27:19+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -9650,20 +9901,21 @@ }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -9696,7 +9948,7 @@ "check", "validate" ], - "time": "2018-01-29T19:49:41+00:00" + "time": "2018-12-25T11:19:39+00:00" }, { "name": "webmozart/path-util", @@ -10692,7 +10944,7 @@ "version": "1.0.0-alpha3", "source": { "type": "git", - "url": "https://git.drupal.org/project/stage_file_proxy", + "url": "https://git.drupalcode.org/project/stage_file_proxy.git", "reference": "8.x-1.0-alpha3" }, "dist": { @@ -11051,6 +11303,70 @@ "homepage": "https://symfony.com", "time": "2018-03-19T22:32:39+00:00" }, + { + "name": "symfony/config", + "version": "v3.4.24", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0", + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0", + "shasum": "" + }, + "require": { + "php": "^5.5.9|>=7.0.8", + "symfony/filesystem": "~2.8|~3.0|~4.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3", + "symfony/finder": "<3.3" + }, + "require-dev": { + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/event-dispatcher": "~3.3|~4.0", + "symfony/finder": "~3.3|~4.0", + "symfony/yaml": "~3.0|~4.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Config Component", + "homepage": "https://symfony.com", + "time": "2019-02-23T15:06:07+00:00" + }, { "name": "symfony/css-selector", "version": "v3.4.11",