Commit 8f41c53b authored by Pierre Berryer's avatar Pierre Berryer Committed by Tamer Zoubi
Browse files

Issue #3300783: drupal/media should be removed from composer after Drupal 9.4.4

parent d4972d22
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+15 −0
Original line number Diff line number Diff line
{
  "name": "drupal/colorbox_media_video",
  "description": "The Colorbox Media Video module adds Colorbox support to Media Video and Remote Video types.",
  "type": "drupal-module",
  "homepage": "https://drupal.org/project/colorbox_media_video",
  "require": {
    "drupal/colorbox": "*"
  },
  "support": {
    "issues": "https://drupal.org/project/issues/colorbox_media_video",
    "source": "https://git.drupalcode.org/project/colorbox_media_video"
  },
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev"
}