From 94acb4bcb316a5228dbc87038d4d39b9e547db28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 2 Oct 2019 00:57:40 -0400 Subject: [PATCH] Update composer lock file --- composer.lock | 122 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index afdb786..b092f6a 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": "c1864b274721d348b9f9d81f5107c540", + "content-hash": "e2085f0af7b0ae16553fa00c7c0884d9", "packages": [ { "name": "asm89/stack-cors", @@ -6103,6 +6103,58 @@ "irc": "irc://irc.freenode.org/drupal-search-api" } }, + { + "name": "drupal/fakeobjects", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/fakeobjects.git", + "reference": "8.x-1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "b1ebbd4ad2026f99c0204ad513cea74fb2692ff8" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0", + "datestamp": "1474470239", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Kevin Quillen (kevinquillen)", + "homepage": "https://www.drupal.org/u/kevinquillen", + "role": "Maintainer" + } + ], + "description": "Adds the FakeObjects plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.", + "homepage": "http://drupal.org/project/fakeobjects", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/fakeobjects", + "issues": "http://drupal.org/project/issues/fakeobjects" + } + }, { "name": "drupal/faqfield", "version": "1.1.0", @@ -6455,6 +6507,73 @@ "source": "https://git.drupalcode.org/project/focal_point" } }, + { + "name": "drupal/footnotes", + "version": "dev-2.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/footnotes.git", + "reference": "d7ffdffd7df3a643a27f541c501ed681f2481200" + }, + "require": { + "drupal/core": "~8", + "drupal/fakeobjects": "^1.0" + }, + "require-dev": { + "drupal/fakeobjects": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.1+11-dev", + "datestamp": "1569505386", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Andrii Aleksandrov (id.aleks)", + "homepage": "https://www.drupal.org/u/idaleks", + "role": "Maintainer" + }, + { + "name": "Oleksandr Dekhteruk (pifagor)", + "homepage": "https://www.drupal.org/u/pifagor", + "role": "Maintainer" + }, + { + "name": "Fernando Conceição (yukare)", + "homepage": "https://www.drupal.org/u/yukare", + "role": "Maintainer" + }, + { + "name": "Henrik Ingo (hingo)", + "homepage": "https://www.drupal.org/u/hingo", + "role": "Maintainer" + }, + { + "name": "yukare", + "homepage": "https://www.drupal.org/user/889254" + } + ], + "description": "Add automatically numbered footnotes to your posts.", + "homepage": "https://drupal.org/project/footnotes", + "support": { + "source": "https://cgit.drupalcode.org/footnotes", + "issues": "https://drupal.org/project/issues/footnotes" + }, + "time": "2019-09-27T09:18:11+00:00" + }, { "name": "drupal/gdpr", "version": "2.0.0-alpha7", @@ -12140,6 +12259,7 @@ "drupal/cshs": 10, "drupal/drutopia_collection": 20, "drupal/entity_reference_override": 20, + "drupal/footnotes": 20, "drupal/menu_link_config": 15, "drupal/twigsuggest": 20 },