Add drupal/speakerdeck_field

This commit is contained in:
Oliver Davies 2020-02-08 16:51:10 +00:00
parent 4c3596cd15
commit e6c6aad25a
3 changed files with 48 additions and 2 deletions

View file

@ -22,6 +22,7 @@
"drupal/core-recommended": "^8.8", "drupal/core-recommended": "^8.8",
"drupal/markdown": "^1.3", "drupal/markdown": "^1.3",
"drupal/paragraphs": "^1.10", "drupal/paragraphs": "^1.10",
"drupal/speakerdeck_field": "1.x-dev",
"drush/drush": "^10.2" "drush/drush": "^10.2"
}, },
"require-dev": { "require-dev": {

48
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4099c03d63a6ef65fd610d6716453d33", "content-hash": "631ade360dd2c416e4074e098e327903",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -2234,6 +2234,48 @@
"source": "https://git.drupalcode.org/project/paragraphs" "source": "https://git.drupalcode.org/project/paragraphs"
} }
}, },
{
"name": "drupal/speakerdeck_field",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/speakerdeck_field.git",
"reference": "d204c8f96dcdb923ee49b1926519e3fd9995ee8b"
},
"require": {
"drupal/core": "~8.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.x-dev",
"datestamp": "1487450283",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "opdavies",
"homepage": "https://www.drupal.org/user/381388"
}
],
"description": "Allows embedding of SpeakerDeck presentations.",
"homepage": "https://www.drupal.org/project/speakerdeck_field",
"support": {
"source": "https://git.drupalcode.org/project/speakerdeck_field"
},
"time": "2017-02-18T20:33:06+00:00"
},
{ {
"name": "drush/drush", "name": "drush/drush",
"version": "10.2.0", "version": "10.2.0",
@ -5770,7 +5812,9 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "dev", "minimum-stability": "dev",
"stability-flags": [], "stability-flags": {
"drupal/speakerdeck_field": 20
},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],

View file

@ -18,6 +18,7 @@ module:
node: 0 node: 0
page_cache: 0 page_cache: 0
path_alias: 0 path_alias: 0
speakerdeck_field: 0
system: 0 system: 0
taxonomy: 0 taxonomy: 0
text: 0 text: 0