updated url video filter, installed graphql module
This commit is contained in:
parent
72c83bfc93
commit
2fbba0fe7f
|
@ -69,6 +69,7 @@
|
|||
"drupal/translate_side_by_side": "^1.x-dev",
|
||||
"drupal/translation_views": "^1.x-dev",
|
||||
"drupal/ultimate_cron": "^2.x-dev",
|
||||
"drupal/url_to_video_filter": "^2.0",
|
||||
"drupal/views_conditional": "^1.x-dev",
|
||||
"drush/drush": "^9",
|
||||
"kint-php/kint": "^3.3",
|
||||
|
|
|
@ -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": "b31c41bdb17d0cff3bc01792b84fd43a",
|
||||
"content-hash": "4de458a514e6c8847c1a5d2ca4c0187d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -11313,26 +11313,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/url_to_video_filter",
|
||||
"version": "1.4.0",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/url_to_video_filter.git",
|
||||
"reference": "8.x-1.4"
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/url_to_video_filter-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "adeb30c7ad0e0838c222879c467e054e4b6ebcdd"
|
||||
"url": "https://ftp.drupal.org/files/projects/url_to_video_filter-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "ac728919cc220846d8ef2ce61dbe1b94fbbf479b"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1587532095",
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1607298389",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
|
|
@ -83,6 +83,7 @@ module:
|
|||
flag_lists: 0
|
||||
genpass: 0
|
||||
graphql: 0
|
||||
graphql_core: 0
|
||||
help: 0
|
||||
honeypot: 0
|
||||
image: 0
|
||||
|
|
Loading…
Reference in New Issue