Kaynağa Gözat

patched video_embed_field for youtube live

bach 4 ay önce
ebeveyn
işleme
7f36663ee0
2 değiştirilmiş dosya ile 57 ekleme ve 2 silme
  1. 8 1
      composer.json
  2. 49 1
      composer.lock

+ 8 - 1
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": {}
     }
 }

+ 49 - 1
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",