patched video_embed_field for youtube live

This commit is contained in:
2024-05-21 12:21:04 +02:00
parent 9949cefa7c
commit 7f36663ee0
2 changed files with 57 additions and 2 deletions
+8 -1
View File
@@ -16,6 +16,7 @@
],
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^2.0",
"drupal/address_map_link": "^1.4",
"drupal/admin_toolbar": "^3.4",
@@ -132,6 +133,12 @@
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
},
"patches": {
"drupal/video_embed_field": {
"Support Youtube Live urls https://www.drupal.org/project/video_embed_field/issues/3417567" : "https://www.drupal.org/files/issues/2024-01-27/video_embed_field--support-live--3417567--2.patch"
}
},
"oldpatches": {}
}
}
Generated
+49 -1
View File
@@ -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": "bddfbe62c293353923ef7b8ceb4b9ce9",
"content-hash": "1f73e40884c66485ac6ab05b1cdd4729",
"packages": [
{
"name": "asm89/stack-cors",
@@ -934,6 +934,54 @@
},
"time": "2022-12-06T17:57:16+00:00"
},
{
"name": "cweagans/composer-patches",
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6"
},
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "me@cweagans.net"
}
],
"description": "Provides a way to patch Composer packages.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
},
"time": "2022-12-20T22:53:13+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",