diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5855e57..8a4cc8503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 3.2.7 +* Updated Lightning Core to 3.9, which: + * Security updated Drupal core to 8.6.13 (SA-CORE-2019-004). + * Removed deprecated function calls. (Issue #3034195) +* Updated Lightning API to 3.5, which: + * Adds support for Drupal core 8.7. + * Updates Consumers module to 1.9 and unpins its Composer + constraint. +* Updated Lightning Media to 3.8, which: + * Adds support for Drupal core 8.7. + * Updates Entity Browser to 2.1. + * Adds a link to the settings form on the module list page. + (Issue #3033650) + * Adds descriptions to administrative links. (Issue #3034042) +* Updated Lightning Layout to 1.7, which: + * Adds support for Drupal core 8.7. + * Adds a description to an administrative link. (Issue #3034041) +* Updated Lightning Workflow to 3.5, which: + * Adds support for Drupal core 8.7. + * Fixed missing configure button for Lightning Scheduler module in + list page. (Issue #3034047) + * Replaces entity_load() calls with entity load(). (Issue #3033637) + * Adds a missing description in Lightning Scheduler module in + links.menu.yml file. (Issue #3034048) + ## 3.2.6 * Updated Lightning Core to 3.7, which: * Security updated Drupal core to 8.6.10 (SA-CORE-2019-003). diff --git a/UPDATE.md b/UPDATE.md index fa3c5dc29..952ca33ff 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -170,6 +170,9 @@ are currently running 2.2.0 and are trying to update to 2.2.6, you will need to follow the instructions for updating from 2.2.0 to 2.2.1, then from 2.2.1 to 2.2.2, in that order. +### 3.2.6 to 3.2.7 +There are no manual update steps for this version. + ### 3.2.5 to 3.2.6 * If you would like to enable support for user account pictures (avatars): 1. Create a new image field on user accounts. In Lightning Core, this field diff --git a/build-lightning.make b/build-lightning.make index 2e82f071e..bc5e0ae31 100644 --- a/build-lightning.make +++ b/build-lightning.make @@ -4,4 +4,4 @@ includes[] = drupal-org-core.make projects[lightning][type] = profile projects[lightning][download][type] = git projects[lightning][download][branch] = 8.x-3.x -projects[lightning][download][tag] = 8.x-3.x \ No newline at end of file +projects[lightning][download][tag] = 8.x-3.207 \ No newline at end of file diff --git a/composer.json b/composer.json index 8f20d01ae..59f5aaa4d 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@ "require": { "cweagans/composer-patches": "^1.6.4", "drupal-composer/drupal-scaffold": "^2.0.0", - "drupal/lightning_api": "3.x-dev", - "drupal/lightning_core": "3.x-dev", - "drupal/lightning_layout": "1.x-dev", - "drupal/lightning_media": "3.x-dev", - "drupal/lightning_workflow": "3.x-dev", + "drupal/lightning_api": "^3.5", + "drupal/lightning_core": "^3.9", + "drupal/lightning_layout": "^1.7", + "drupal/lightning_media": "^3.8", + "drupal/lightning_workflow": "^3.5", "oomphinc/composer-installers-extender": "^1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index eb9feca75..d351d7487 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": "c8094c3913a6d2c2129a20f1ec460b7c", + "content-hash": "b087841f1a62028fd21d11d5a1081fc7", "packages": [ { "name": "asm89/stack-cors", @@ -69,8 +69,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/fengyuanchen/cropper/zipball/30c58b29ee21010e17e58ebab165fbd84285c685", - "reference": "30c58b29ee21010e17e58ebab165fbd84285c685", - "shasum": null + "reference": "30c58b29ee21010e17e58ebab165fbd84285c685" }, "type": "bower-asset", "license": [ @@ -88,8 +87,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/enyo/dropzone/zipball/08b9e0a763b54a685404dea523a9c54242fbe1b9", - "reference": "08b9e0a763b54a685404dea523a9c54242fbe1b9", - "shasum": null + "reference": "08b9e0a763b54a685404dea523a9c54242fbe1b9" }, "type": "bower-asset" }, @@ -104,8 +102,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/9e8ec3d10fad04748176144f108d7355662ae75e", - "reference": "9e8ec3d10fad04748176144f108d7355662ae75e", - "shasum": null + "reference": "9e8ec3d10fad04748176144f108d7355662ae75e" }, "type": "bower-asset", "license": [ @@ -123,8 +120,7 @@ "dist": { "type": "zip", "url": "https://api.github.com/repos/kenwheeler/slick/zipball/0f40c9d6a02a5c08b5f4dd80fdada3a854a59bee", - "reference": "0f40c9d6a02a5c08b5f4dd80fdada3a854a59bee", - "shasum": null + "reference": "0f40c9d6a02a5c08b5f4dd80fdada3a854a59bee" }, "require": { "bower-asset/jquery": ">=1.7" @@ -134,6 +130,42 @@ "MIT" ] }, + { + "name": "brumann/polyfill-unserialize", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/dbrumann/polyfill-unserialize.git", + "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", + "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", + "shasum": "" + }, + "require": { + "php": "^5.3|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brumann\\Polyfill\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Denis Brumann", + "email": "denis.brumann@sensiolabs.de" + } + ], + "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.", + "time": "2017-02-03T09:55:47+00:00" + }, { "name": "caxy/php-htmldiff", "version": "v0.1.9", @@ -312,16 +344,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": { @@ -370,7 +402,7 @@ "validation", "versioning" ], - "time": "2016-08-30T16:08:34+00:00" + "time": "2019-03-19T17:25:45+00:00" }, { "name": "cweagans/composer-patches", @@ -1182,16 +1214,16 @@ }, { "name": "drupal/core", - "version": "8.6.x-dev", + "version": "8.6.13", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "230bd6e56c4ef220023e1ecf746b5dcfbb397bc2" + "reference": "8d5b80030ac3f13df2d66aeef0ea388fd9a90632" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/230bd6e56c4ef220023e1ecf746b5dcfbb397bc2", - "reference": "230bd6e56c4ef220023e1ecf746b5dcfbb397bc2", + "url": "https://api.github.com/repos/drupal/core/zipball/8d5b80030ac3f13df2d66aeef0ea388fd9a90632", + "reference": "8d5b80030ac3f13df2d66aeef0ea388fd9a90632", "shasum": "" }, "require": { @@ -1234,7 +1266,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" @@ -1396,6 +1428,7 @@ "merge-extra": false }, "patches_applied": { + "2998335 - [regression] \\Drupal\\user\\ContextProvider\\CurrentUserContext broken for anonymous users": "https://www.drupal.org/files/issues/2018-10-04/2998335-currentusercontext-16.patch", "3032548 - ContentModerationRouteSubscriber assumes all parameters in an entity form route contain a 'type' key": "https://www.drupal.org/files/issues/2019-02-13/3032548-2.patch", "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch", "2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer": "https://www.drupal.org/files/issues/2885441-2.patch", @@ -1425,7 +1458,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-02-28T08:15:46+00:00" + "time": "2019-03-20T06:01:19+00:00" }, { "name": "drupal/crop", @@ -1985,6 +2018,10 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "2865928 - The View widget should filter based on field settings": "https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch", + "2877751 - Inform users how many items they can add to a field that uses an entity browser": "https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2073,6 +2110,9 @@ "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } + }, + "patches_applied": { + "2832504 - Send the CKEditor instance ID to the embed.preview route": "https://www.drupal.org/files/issues/2832504-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2386,11 +2426,17 @@ }, { "name": "drupal/lightning_api", - "version": "dev-3.x", + "version": "3.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/lightning_api", - "reference": "dbb37ad622130d9fb95ec78ac87beb8a8b58ec89" + "reference": "8.x-3.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_api-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "5dde8f4709af8cc4c5fc409e2e549870496438f1" }, "require": { "cweagans/composer-patches": "^1.6.4", @@ -2398,7 +2444,7 @@ "drupal/consumers": "^1.9", "drupal/core": "~8.0", "drupal/jsonapi": "^2.3", - "drupal/lightning_core": "2.x-dev || 3.x-dev || 4.x-dev", + "drupal/lightning_core": "^2.14 || ^3.8 || ^4.0-alpha1", "drupal/openapi": "^1.0-beta2", "drupal/openapi_ui_redoc": "^1.0", "drupal/openapi_ui_swagger": "^1.0", @@ -2418,11 +2464,11 @@ "dev-8.x-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.5+1-dev", + "version": "8.x-3.5", "datestamp": "1552672085", "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" } }, "enable-patching": true, @@ -2496,23 +2542,28 @@ "homepage": "https://www.drupal.org/project/lightning_api", "support": { "source": "http://cgit.drupalcode.org/lightning_api" - }, - "time": "2019-03-15T17:47:24+00:00" + } }, { "name": "drupal/lightning_core", - "version": "dev-3.x", + "version": "3.9.0", "source": { "type": "git", "url": "https://git.drupal.org/project/lightning_core", - "reference": "e06869a5148d4731345620f91a70a56b2aebdfc7" + "reference": "8.x-3.9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_core-8.x-3.9.zip", + "reference": "8.x-3.9", + "shasum": "0b862c3194d2394ac19a53b63b679be1c35331e0" }, "require": { "cweagans/composer-patches": "^1.6.4", "drupal-composer/drupal-scaffold": "^2.0.0", "drupal/acquia_connector": "^1.1", "drupal/contact_storage": "^1.0", - "drupal/core": "8.6.x-dev", + "drupal/core": "~8.6.13", "drupal/metatag": "^1.8", "drupal/pathauto": "^1.3", "drupal/search_api": "^1.0", @@ -2537,11 +2588,11 @@ "dev-8.x-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.8+3-dev", - "datestamp": "1552524486", + "version": "8.x-3.9", + "datestamp": "1553105284", "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": { @@ -2633,16 +2684,21 @@ "homepage": "https://www.drupal.org/project/lightning_core", "support": { "source": "http://cgit.drupalcode.org/lightning_core" - }, - "time": "2019-03-15T17:07:31+00:00" + } }, { "name": "drupal/lightning_layout", - "version": "dev-1.x", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupal.org/project/lightning_layout", - "reference": "e513053b4e12ddf300f221671be90c994ddc2baa" + "reference": "8.x-1.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_layout-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "fca0968c3659d6939c81b31fe329b7f55644f67e" }, "require": { "cweagans/composer-patches": "^1.6.4", @@ -2650,7 +2706,7 @@ "drupal/core": "~8.0", "drupal/ctools": "3.0", "drupal/entity_block": "^1.0", - "drupal/lightning_core": "1.x-dev || 2.x-dev || 3.x-dev || 4.x-dev", + "drupal/lightning_core": "^1.0-rc7 || ^2.14 || ^3.8 || ^4.0-alpha1", "drupal/panelizer": "^4.1", "drupal/panelizer_quickedit": "*", "drupal/panels": "4.3", @@ -2667,11 +2723,11 @@ "dev-8.x-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.6+10-dev", - "datestamp": "1551803585", + "version": "8.x-1.7", + "datestamp": "1552942380", "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" } }, "enable-patching": true, @@ -2753,16 +2809,21 @@ "homepage": "https://www.drupal.org/project/lightning_layout", "support": { "source": "http://cgit.drupalcode.org/lightning_layout" - }, - "time": "2019-03-05T16:14:40+00:00" + } }, { "name": "drupal/lightning_media", - "version": "dev-3.x", + "version": "3.8.0", "source": { "type": "git", "url": "https://git.drupal.org/project/lightning_media", - "reference": "f34d3c14b74c7e7054fc44be47730deb8efe6aae" + "reference": "8.x-3.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_media-8.x-3.8.zip", + "reference": "8.x-3.8", + "shasum": "a88509db6e4459bf54ed1e2886c104ed7bd80a11" }, "require": { "bower-asset/cropper": "^2.3", @@ -2779,7 +2840,7 @@ "drupal/image_widget_crop": "^2.1", "drupal/inline_entity_form": "^1.0", "drupal/libraries": "3.0-alpha1", - "drupal/lightning_core": "3.x-dev || 4.x-dev", + "drupal/lightning_core": "^3.8 || ^4.0-alpha1", "drupal/media_entity_instagram": "2.0.0-alpha2", "drupal/media_entity_twitter": "2.0.0-alpha2", "drupal/slick_entityreference": "^1.1", @@ -2806,11 +2867,11 @@ "dev-8.x-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.7+1-dev", - "datestamp": "1551992285", + "version": "8.x-3.8", + "datestamp": "1552917185", "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" } }, "enable-patching": true, @@ -2892,23 +2953,28 @@ "homepage": "https://www.drupal.org/project/lightning_media", "support": { "source": "http://cgit.drupalcode.org/lightning_media" - }, - "time": "2019-03-07T20:55:41+00:00" + } }, { "name": "drupal/lightning_workflow", - "version": "dev-3.x", + "version": "3.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/lightning_workflow", - "reference": "8380151bd49211931d4ec1048a9b0c7df8612a85" + "reference": "8.x-3.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_workflow-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "5d290862b9bde85a60b1388a069c75bba01a5ebc" }, "require": { "cweagans/composer-patches": "^1.6.4", "drupal-composer/drupal-scaffold": "^2.0.0", "drupal/core": "*", "drupal/diff": "^1.0", - "drupal/lightning_core": "3.x-dev || 4.x-dev", + "drupal/lightning_core": "^3.8 || ^4.0-alpha1", "drupal/moderation_dashboard": "^1.0", "drupal/moderation_sidebar": "^1.0", "oomphinc/composer-installers-extender": "^1.1" @@ -2927,11 +2993,11 @@ "dev-8.x-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.4+5-dev", - "datestamp": "1550596690", + "version": "8.x-3.5", + "datestamp": "1552917185", "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" } }, "enable-patching": true, @@ -3004,8 +3070,7 @@ "homepage": "https://www.drupal.org/project/lightning_workflow", "support": { "source": "http://cgit.drupalcode.org/lightning_workflow" - }, - "time": "2019-03-05T14:06:17+00:00" + } }, { "name": "drupal/media_entity_instagram", @@ -3610,6 +3675,9 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "2778565 - Multilingual support for Panelizer": "https://www.drupal.org/files/issues/2018-08-13/panelizer-multilingual-2778565-38.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3748,6 +3816,10 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE": "https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch", + "2825034 - Form error messages do not appear in IPE": "https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4100,17 +4172,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" @@ -4130,7 +4202,7 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.11", + "version": "8.x-1.12", "datestamp": "1552334285", "security-coverage": { "status": "covered", @@ -5040,16 +5112,16 @@ }, { "name": "kub-at/php-simple-html-dom-parser", - "version": "1.7.1", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", - "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e" + "reference": "6db1e01db320040024cd1f74b0e1483aa2670720" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/7a745b20157efb0f1be3021394769bd6b8e9ed4e", - "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e", + "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/6db1e01db320040024cd1f74b0e1483aa2670720", + "reference": "6db1e01db320040024cd1f74b0e1483aa2670720", "shasum": "" }, "require": { @@ -5082,7 +5154,7 @@ "dom", "html" ], - "time": "2019-01-02T14:33:28+00:00" + "time": "2019-03-05T14:12:22+00:00" }, { "name": "lcobucci/jwt", @@ -5271,16 +5343,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": { @@ -5297,7 +5369,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.6-dev" } }, "autoload": { @@ -5334,7 +5406,7 @@ "serializer", "xml" ], - "time": "2018-12-27T22:03:43+00:00" + "time": "2019-03-10T11:41:28+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", @@ -5911,16 +5983,16 @@ }, { "name": "swagger-api/swagger-ui", - "version": "v3.20.8", + "version": "v3.21.0", "source": { "type": "git", "url": "https://github.com/swagger-api/swagger-ui.git", - "reference": "85d82fc0a82cb0325ace31780ae5f174cb8bcdf3" + "reference": "b3a555f58974ad202ef2ad0d5bc793ceb9a8cc42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/85d82fc0a82cb0325ace31780ae5f174cb8bcdf3", - "reference": "85d82fc0a82cb0325ace31780ae5f174cb8bcdf3", + "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/b3a555f58974ad202ef2ad0d5bc793ceb9a8cc42", + "reference": "b3a555f58974ad202ef2ad0d5bc793ceb9a8cc42", "shasum": "" }, "type": "library", @@ -5964,7 +6036,7 @@ "swagger", "ui" ], - "time": "2019-02-16T02:50:26+00:00" + "time": "2019-03-02T06:24:24+00:00" }, { "name": "symfony-cmf/routing", @@ -6027,7 +6099,7 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", @@ -6083,16 +6155,16 @@ }, { "name": "symfony/console", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be" + "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/069bf3f0e8f871a2169a06e43d9f3f03f355e9be", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be", + "url": "https://api.github.com/repos/symfony/console/zipball/71ce77f37af0c5ffb9590e43cc4f70e426945c5e", + "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e", "shasum": "" }, "require": { @@ -6151,20 +6223,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:42:12+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/debug", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8" + "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", + "url": "https://api.github.com/repos/symfony/debug/zipball/8d8a9e877b3fcdc50ddecf8dcea146059753f782", + "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782", "shasum": "" }, "require": { @@ -6207,20 +6279,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:19:25+00:00" + "time": "2019-02-24T15:45:11+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1" + "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", - "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", + "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", "shasum": "" }, "require": { @@ -6278,20 +6350,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-01-30T17:48:51+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b" + "reference": "ec625e2fff7f584eeb91754821807317b2e79236" }, "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/ec625e2fff7f584eeb91754821807317b2e79236", + "reference": "ec625e2fff7f584eeb91754821807317b2e79236", "shasum": "" }, "require": { @@ -6341,20 +6413,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05" + "reference": "9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a81d2330ea255ded06a69b4f7fb7804836e7a05", - "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a", + "reference": "9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a", "shasum": "" }, "require": { @@ -6395,20 +6467,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-01-27T09:04:14+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "dc6bf17684b7120f7bf74fae85c9155506041002" + "reference": "0362368c761cb8d9c79e56ab0db61d2c692db594" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/dc6bf17684b7120f7bf74fae85c9155506041002", - "reference": "dc6bf17684b7120f7bf74fae85c9155506041002", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0362368c761cb8d9c79e56ab0db61d2c692db594", + "reference": "0362368c761cb8d9c79e56ab0db61d2c692db594", "shasum": "" }, "require": { @@ -6484,7 +6556,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-02-03T12:22:50+00:00" + "time": "2019-03-03T18:52:34+00:00" }, { "name": "symfony/polyfill-ctype", @@ -6723,7 +6795,7 @@ }, { "name": "symfony/process", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -6772,16 +6844,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": { @@ -6790,12 +6862,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": { @@ -6806,7 +6877,10 @@ "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6827,22 +6901,23 @@ "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", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646" + "reference": "6b25a86df5860461ff1990946168c0ef944f83db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", - "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", + "url": "https://api.github.com/repos/symfony/routing/zipball/6b25a86df5860461ff1990946168c0ef944f83db", + "reference": "6b25a86df5860461ff1990946168c0ef944f83db", "shasum": "" }, "require": { @@ -6906,20 +6981,20 @@ "uri", "url" ], - "time": "2019-01-29T08:47:12+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "a897373b86489ddecacc665d15ab32983a519907" + "reference": "964b7a59002391136fb0087fd5dc41213f7c283e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/a897373b86489ddecacc665d15ab32983a519907", - "reference": "a897373b86489ddecacc665d15ab32983a519907", + "url": "https://api.github.com/repos/symfony/serializer/zipball/964b7a59002391136fb0087fd5dc41213f7c283e", + "reference": "964b7a59002391136fb0087fd5dc41213f7c283e", "shasum": "" }, "require": { @@ -6985,20 +7060,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2019-01-26T19:55:54+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/translation", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1" + "reference": "3e2966209567ffed8825905b53fc8548446130aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/81cfcd6935cb7505640153576c1f9155b2a179c1", - "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1", + "url": "https://api.github.com/repos/symfony/translation/zipball/3e2966209567ffed8825905b53fc8548446130aa", + "reference": "3e2966209567ffed8825905b53fc8548446130aa", "shasum": "" }, "require": { @@ -7053,20 +7128,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:00:44+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/validator", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "06af494d8634df6ad9655ec7d80cb61983253912" + "reference": "21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/06af494d8634df6ad9655ec7d80cb61983253912", - "reference": "06af494d8634df6ad9655ec7d80cb61983253912", + "url": "https://api.github.com/repos/symfony/validator/zipball/21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907", + "reference": "21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907", "shasum": "" }, "require": { @@ -7138,20 +7213,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2019-01-30T09:03:33+00:00" + "time": "2019-02-25T09:32:21+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d" + "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/ba11776e9e6c15ad5759a07bffb15899bac75c2d", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/57f1ce82c997f5a8701b89ef970e36bb657fd09c", + "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c", "shasum": "" }, "require": { @@ -7197,20 +7272,20 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-01-16T10:59:17+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "twig/twig", - "version": "v1.37.1", + "version": "v1.38.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" + "reference": "874adbd9222f928f6998732b25b01b41dff15b0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", - "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/874adbd9222f928f6998732b25b01b41dff15b0c", + "reference": "874adbd9222f928f6998732b25b01b41dff15b0c", "shasum": "" }, "require": { @@ -7225,7 +7300,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.37-dev" + "dev-master": "1.38-dev" } }, "autoload": { @@ -7263,23 +7338,26 @@ "keywords": [ "templating" ], - "time": "2019-01-14T14:59:29+00:00" + "time": "2019-03-12T18:45:24+00:00" }, { "name": "typo3/phar-stream-wrapper", - "version": "v2.0.1", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf" + "reference": "b7a21f0859059ed5d9754af8c11f852d43762334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/0469d9fefa0146ea4299d3b11cfbb76faa7045bf", - "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/b7a21f0859059ed5d9754af8c11f852d43762334", + "reference": "b7a21f0859059ed5d9754af8c11f852d43762334", "shasum": "" }, "require": { + "brumann/polyfill-unserialize": "^1.0", + "ext-fileinfo": "*", + "ext-json": "*", "php": "^5.3.3|^7.0" }, "require-dev": { @@ -7303,7 +7381,7 @@ "security", "stream-wrapper" ], - "time": "2018-10-18T08:46:28+00:00" + "time": "2019-03-01T17:43:52+00:00" }, { "name": "vardot/blazy", @@ -7486,16 +7564,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": { @@ -7526,8 +7604,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": { @@ -7545,7 +7623,7 @@ "feed", "zf" ], - "time": "2019-01-29T21:37:15+00:00" + "time": "2019-03-05T20:08:49+00:00" }, { "name": "zendframework/zend-stdlib", @@ -8344,16 +8422,16 @@ }, { "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": { @@ -8436,20 +8514,20 @@ } ], "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", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab" + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/11ab7ecd19131ce084390171b9c070eedecf7dab", - "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { @@ -8517,7 +8595,74 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2019-02-16T01:18:47+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", @@ -8611,16 +8756,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": { @@ -8630,11 +8775,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" }, @@ -8643,6 +8787,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" } @@ -8663,25 +8853,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", @@ -8771,7 +8961,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", @@ -8825,36 +9015,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": { @@ -8877,7 +9083,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", @@ -9876,7 +10154,8 @@ "homepage": "https://www.drupal.org/project/media_entity_generic", "support": { "source": "http://cgit.drupalcode.org/media_entity_generic" - } + }, + "time": "2017-10-18T07:13:43+00:00" }, { "name": "drupal/schema_metatag", @@ -9937,38 +10216,39 @@ }, { "name": "drush/drush", - "version": "9.5.2", + "version": "9.6.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "17f0106706391675a281c6d212850853bdbe90f9" + "reference": "201dc8568710122432790621c41387dacacc1a3a" }, "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/201dc8568710122432790621c41387dacacc1a3a", + "reference": "201dc8568710122432790621c41387dacacc1a3a", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^1.27.0", "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" @@ -9977,9 +10257,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", @@ -10017,6 +10297,15 @@ "type:drupal-drush" ] }, + "scenarios": { + "php5": { + "config": { + "platform": { + "php": "5.6.38" + } + } + } + }, "branch-alias": { "dev-master": "9.x-dev" } @@ -10024,8 +10313,7 @@ "autoload": { "psr-4": { "Drush\\": "src/", - "Drush\\Internal\\": "internal-copy/", - "Unish\\": "tests/" + "Drush\\Internal\\": "src/internal-forks" } }, "notification-url": "https://packagist.org/downloads/", @@ -10068,20 +10356,20 @@ ], "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-14T15:01:25+00:00" }, { "name": "enm1989/chromedriver", - "version": "2.45", + "version": "2.46", "source": { "type": "git", "url": "https://github.com/ENM1989/chromedriver.git", - "reference": "80564cbb6171d0d230adabf12af7cce88d28116c" + "reference": "08927b4412eb1bb668c42797139c8a82ffde2087" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ENM1989/chromedriver/zipball/80564cbb6171d0d230adabf12af7cce88d28116c", - "reference": "80564cbb6171d0d230adabf12af7cce88d28116c", + "url": "https://api.github.com/repos/ENM1989/chromedriver/zipball/08927b4412eb1bb668c42797139c8a82ffde2087", + "reference": "08927b4412eb1bb668c42797139c8a82ffde2087", "shasum": "" }, "bin": [ @@ -10106,7 +10394,7 @@ "selenium", "webdriver" ], - "time": "2018-12-13T15:34:20+00:00" + "time": "2019-03-17T19:47:18+00:00" }, { "name": "fabpot/goutte", @@ -12082,16 +12370,16 @@ }, { "name": "symfony/browser-kit", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "884689e5d29fc3c48498a0038e96d60e4f91b471" + "reference": "c0fadd368c1031109e996316e53ffeb886d37ea1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/884689e5d29fc3c48498a0038e96d60e4f91b471", - "reference": "884689e5d29fc3c48498a0038e96d60e4f91b471", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c0fadd368c1031109e996316e53ffeb886d37ea1", + "reference": "c0fadd368c1031109e996316e53ffeb886d37ea1", "shasum": "" }, "require": { @@ -12135,20 +12423,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-01-16T09:39:14+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/config", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4" + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/c9bc510c217075d42d4a927e285917d0c2001cf4", - "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4", + "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0", + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0", "shasum": "" }, "require": { @@ -12199,11 +12487,11 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-01-30T11:33:42+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -12256,16 +12544,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422" + "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32cb577c07bd900ee883a9d4b55d4098aa02e422", - "reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d40023c057393fb25f7ca80af2a56ed948c45a09", + "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09", "shasum": "" }, "require": { @@ -12309,20 +12597,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b52454ec66fe5082b7a66a491339d1f1da9a5a0d" + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b52454ec66fe5082b7a66a491339d1f1da9a5a0d", - "reference": "b52454ec66fe5082b7a66a491339d1f1da9a5a0d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb", + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb", "shasum": "" }, "require": { @@ -12359,20 +12647,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-04T21:34:32+00:00" }, { "name": "symfony/finder", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "7c0c627220308928e958a87c293108e5891cde1d" + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/7c0c627220308928e958a87c293108e5891cde1d", - "reference": "7c0c627220308928e958a87c293108e5891cde1d", + "url": "https://api.github.com/repos/symfony/finder/zipball/fcdde4aa38f48190ce70d782c166f23930084f9b", + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b", "shasum": "" }, "require": { @@ -12408,20 +12696,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:43:35+00:00" + "time": "2019-02-22T14:44:53+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "6a2148bfc6ca0016846a32bdc55a317274283709" + "reference": "b539f37134c10edbf85dc0567be4151c56870f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6a2148bfc6ca0016846a32bdc55a317274283709", - "reference": "6a2148bfc6ca0016846a32bdc55a317274283709", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b539f37134c10edbf85dc0567be4151c56870f5e", + "reference": "b539f37134c10edbf85dc0567be4151c56870f5e", "shasum": "" }, "require": { @@ -12431,7 +12719,6 @@ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "bin": [ @@ -12474,20 +12761,20 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-01-30T13:30:37+00:00" + "time": "2019-02-16T18:50:26+00:00" }, { "name": "symfony/var-dumper", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be" + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2159335b452d929cbb9921fc4eb7d1bfed32d0be", - "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d34d10236300876d14291e9df85c6ef3d3bb9066", + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066", "shasum": "" }, "require": { @@ -12543,7 +12830,7 @@ "debug", "dump" ], - "time": "2019-01-29T16:19:17+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "textalk/websocket", @@ -12713,12 +13000,12 @@ "source": { "type": "git", "url": "https://gitlab.com/weitzman/drupal-test-traits.git", - "reference": "42aa980ee1a2f52aa3b29db2d5041ddaec47d0be" + "reference": "00ed2afa0f3bb06d5f63922aff00f6d4a1246f5c" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=42aa980ee1a2f52aa3b29db2d5041ddaec47d0be", - "reference": "42aa980ee1a2f52aa3b29db2d5041ddaec47d0be", + "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=00ed2afa0f3bb06d5f63922aff00f6d4a1246f5c", + "reference": "00ed2afa0f3bb06d5f63922aff00f6d4a1246f5c", "shasum": "" }, "require": { @@ -12733,10 +13020,11 @@ "composer/installers": "^1.2", "dmore/chrome-mink-driver": "^2.6", "drupal-composer/drupal-scaffold": "2.3.0", - "drupal/core": "^8.6", + "drupal/core": "^8.7@alpha", "drush/drush": "^9", "jakub-onderka/php-parallel-lint": "^1.0", - "squizlabs/php_codesniffer": "^3.2" + "squizlabs/php_codesniffer": "^3.2", + "zaporylie/composer-drupal-optimizations": "^1.0" }, "type": "library", "extra": { @@ -12762,17 +13050,12 @@ } ], "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).", - "time": "2019-02-09T14:22:39+00:00" + "time": "2019-03-15T10:43:19+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/lightning_api": 20, - "drupal/lightning_core": 20, - "drupal/lightning_layout": 20, - "drupal/lightning_media": 20, - "drupal/lightning_workflow": 20, "acquia/lightning_dev": 20, "drupal/media_entity_generic": 20 }, diff --git a/drupal-org-core.make b/drupal-org-core.make index d56d55f7b..2bbb72587 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,7 +3,9 @@ api = 2 projects[drupal][type] = core projects[drupal][download][type] = git projects[drupal][download][url] = https://git.drupal.org/project/drupal.git -projects[drupal][download][branch] = 8.6.x +projects[drupal][download][branch] = 8.6.13 +projects[drupal][download][tag] = 8.6.13 +projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-04/2998335-currentusercontext-16.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-02-13/3032548-2.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch diff --git a/drupal-org.make b/drupal-org.make index f0e1ff12a..9b1406e00 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -37,30 +37,15 @@ projects[jsonapi][version] = 2.3 projects[libraries][type] = module projects[libraries][version] = 3.0-alpha1 projects[lightning_api][type] = module -projects[lightning_api][download][type] = git -projects[lightning_api][download][url] = https://git.drupal.org/project/lightning_api -projects[lightning_api][download][branch] = 3.x -projects[lightning_api][download][revision] = d75dbadded81136311395f07617e5cf575103e11 +projects[lightning_api][version] = 3.5 projects[lightning_core][type] = module -projects[lightning_core][download][type] = git -projects[lightning_core][download][url] = https://git.drupal.org/project/lightning_core -projects[lightning_core][download][branch] = 3.x -projects[lightning_core][download][revision] = 47ea56b07d7bc3205b40d42505e63ec013391d47 +projects[lightning_core][version] = 3.9 projects[lightning_layout][type] = module -projects[lightning_layout][download][type] = git -projects[lightning_layout][download][url] = https://git.drupal.org/project/lightning_layout -projects[lightning_layout][download][branch] = 1.x -projects[lightning_layout][download][revision] = 74a0340446a7fb5bba30514b25894dde17ec6758 +projects[lightning_layout][version] = 1.7 projects[lightning_media][type] = module -projects[lightning_media][download][type] = git -projects[lightning_media][download][url] = https://git.drupal.org/project/lightning_media -projects[lightning_media][download][branch] = 3.x -projects[lightning_media][download][revision] = 086e9adef2da0598a1247988fd2776a11665759e +projects[lightning_media][version] = 3.8 projects[lightning_workflow][type] = module -projects[lightning_workflow][download][type] = git -projects[lightning_workflow][download][url] = https://git.drupal.org/project/lightning_workflow -projects[lightning_workflow][download][branch] = 3.x -projects[lightning_workflow][download][revision] = 0d04bc1512060ee6059edb049132a6c2c5bb3b3a +projects[lightning_workflow][version] = 3.5 projects[media_entity_instagram][type] = module projects[media_entity_instagram][version] = 2.0-alpha2 projects[media_entity_twitter][type] = module @@ -93,7 +78,7 @@ projects[pathauto][version] = 1.3 projects[schemata][type] = module projects[schemata][version] = 1.0-alpha5 projects[search_api][type] = module -projects[search_api][version] = 1.11 +projects[search_api][version] = 1.12 projects[search_api_solr][type] = module projects[search_api_solr][version] = 1.2 projects[simple_oauth][type] = module diff --git a/lightning.info.yml b/lightning.info.yml index 10fef8a1d..aace215e7 100644 --- a/lightning.info.yml +++ b/lightning.info.yml @@ -2,7 +2,7 @@ name: Lightning core: 8.x type: profile description: 'A fast and feature-rich Drupal distribution.' -version: '8.x-3.206' +version: '8.x-3.207' install: - block_content - breakpoint @@ -63,4 +63,4 @@ themes: - bartik - seven project: lightning -datestamp: '1550696865' +datestamp: '1553106891' diff --git a/modules/lightning_install/lightning_install.info.yml b/modules/lightning_install/lightning_install.info.yml index 8205b9c8e..2fe18f508 100644 --- a/modules/lightning_install/lightning_install.info.yml +++ b/modules/lightning_install/lightning_install.info.yml @@ -4,4 +4,4 @@ type: module hidden: true package: Lightning description: 'Provides helpful under-the-hood functionality used while installing Lightning.' -version: '8.x-3.206' +version: '8.x-3.207' diff --git a/tests/fixtures/3.2.7.php.gz b/tests/fixtures/3.2.7.php.gz new file mode 100644 index 000000000..eca9b4b6e Binary files /dev/null and b/tests/fixtures/3.2.7.php.gz differ diff --git a/tests/lightning_extender/lightning_extender.info.yml b/tests/lightning_extender/lightning_extender.info.yml index bb3dc3810..e6b4eb1e8 100644 --- a/tests/lightning_extender/lightning_extender.info.yml +++ b/tests/lightning_extender/lightning_extender.info.yml @@ -1,14 +1,12 @@ name: 'Lightning Extender' type: profile -version: 8.x-dev -core: '8.x' +version: '8.x-3.207' +core: 8.x install: - ban - themes: - bartik - seven - -base profile: lightning +'base profile': lightning exclude: - lightning_search