Add drupal/speakerdeck_field
This commit is contained in:
parent
4c3596cd15
commit
e6c6aad25a
|
@ -22,6 +22,7 @@
|
|||
"drupal/core-recommended": "^8.8",
|
||||
"drupal/markdown": "^1.3",
|
||||
"drupal/paragraphs": "^1.10",
|
||||
"drupal/speakerdeck_field": "1.x-dev",
|
||||
"drush/drush": "^10.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
48
composer.lock
generated
48
composer.lock
generated
|
@ -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": "4099c03d63a6ef65fd610d6716453d33",
|
||||
"content-hash": "631ade360dd2c416e4074e098e327903",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -2234,6 +2234,48 @@
|
|||
"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",
|
||||
"version": "10.2.0",
|
||||
|
@ -5770,7 +5812,9 @@
|
|||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"drupal/speakerdeck_field": 20
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
|
|
|
@ -18,6 +18,7 @@ module:
|
|||
node: 0
|
||||
page_cache: 0
|
||||
path_alias: 0
|
||||
speakerdeck_field: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
text: 0
|
||||
|
|
Loading…
Reference in a new issue