diff --git a/composer.json b/composer.json index 9249a0a..4748f91 100644 --- a/composer.json +++ b/composer.json @@ -87,6 +87,9 @@ "patches": { "drupal/address": { "The locality.name data is missed in PlainFormater": "https://www.drupal.org/files/issues/locality-name-data-missed-plainformater-2881391-1.patch" + }, + "drupal/scheduler": { + "Fix coding standards violations in 8.x codebase": "https://www.drupal.org/files/issues/2019-03-27/2861902-26.create-coding-standards-failures.patch" } } } diff --git a/composer.lock b/composer.lock index b464c30..2963ac9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ffb031adc844c07acf0ab27932822a29", + "content-hash": "899bf9e024771277aba49723593fed2a", "packages": [ { "name": "alchemy/zippy", @@ -2715,6 +2715,57 @@ "description": "Drupal is an open source content management platform powering millions of websites and applications.", "time": "2019-04-08T01:37:34+00:00" }, + { + "name": "drupal/environment_indicator", + "version": "3.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/environment_indicator.git", + "reference": "8.x-3.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.6.zip", + "reference": "8.x-3.6", + "shasum": "a27e3ab20273cda039610156ab9b9267b5c46b9f" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.6", + "datestamp": "1553405885", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "mrfelton", + "homepage": "https://www.drupal.org/user/305669" + } + ], + "description": "Adds a color indicator for the different environments.", + "homepage": "https://www.drupal.org/project/environment_indicator", + "support": { + "source": "https://git.drupalcode.org/project/environment_indicator" + } + }, { "name": "drupal/google_analytics", "version": "3.0.0", @@ -2735,21 +2786,6 @@ "require-dev": { "drupal/php": "*", "drupal/token": "*" - "name": "drupal/environment_indicator", - "version": "3.6.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "8.x-3.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-8.x-3.6.zip", - "reference": "8.x-3.6", - "shasum": "a27e3ab20273cda039610156ab9b9267b5c46b9f" - }, - "require": { - "drupal/core": "*" }, "type": "drupal-module", "extra": { @@ -2759,8 +2795,6 @@ "drupal": { "version": "8.x-3.0", "datestamp": "1548968580", - "version": "8.x-3.6", - "datestamp": "1553405885", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2821,6 +2855,9 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "Fix coding standards violations in 8.x codebase": "https://www.drupal.org/files/issues/2019-03-27/2861902-26.create-coding-standards-failures.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads",