From 85a762b308047a76a7e5f8246017107bf34a7e43 Mon Sep 17 00:00:00 2001 From: Maria Fisher Date: Thu, 25 Aug 2016 17:19:55 -0700 Subject: [PATCH] Composer.json-only fixes. --- composer.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fdd1c6ca..f0f121d6 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "drupal/media", + "name": "drupal-media/media", "description": "Media module for Drupal", "type": "drupal-module", "homepage": "https://github.com/drupal-media/media/", @@ -8,6 +8,20 @@ }, "license": "GPL-2.0+", "minimum-stability": "dev", - "require": { } + "repositories": [ + { + "type": "composer", + "url": "https://packagist.drupal-composer.org" + } + ], + "require": { + "drupal/image_widget_crop": "^8.1", + "drupal/entity_embed": "^8.1@alpha", + "drupal/entity_browser": "8.1.x-dev", + "drupal/media_entity_image": "^8.1", + "drupal/media_entity_document": "^8.1", + "drupal/video_embed_field": "^8.1", + "drupal/media_entity_twitter": "^8.1", + "drupal/media_entity_instagram": "^8.1" + } } -