Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "drupal/media",
"name": "drupal-media/media",
Copy link
Member

@slashrsm slashrsm Aug 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct as it currently is (no need to change). Goal is to bring this module back to drupal.org, which will make it available through Drupal's official package repository.

"description": "Media module for Drupal",
"type": "drupal-module",
"homepage": "https://github.com/drupal-media/media/",
Expand All @@ -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"
}
}