From 7f36663ee05ff21d674a56f15852df140133d5d0 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 21 May 2024 12:20:18 +0200 Subject: [PATCH] patched video_embed_field for youtube live --- composer.json | 9 ++++++++- composer.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 869bf07c..b7b8fdc6 100644 --- a/composer.json +++ b/composer.json @@ -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": {} } } diff --git a/composer.lock b/composer.lock index a13e537d..59ea0ab1 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": "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",