Skip to content
This repository was archived by the owner on Jan 5, 2018. It is now read-only.

Conversation

@mariacha
Copy link

Eventually this module will likely be on D.O. proper, I'm guessing, but until then, this would make pulling this module in with composer work!

Usage in the composer.json for your project would be:

"repositories": [
       ...
        {
            "type": "git",
            "url": "https://github.com/drupal-media/media.git"
        },
        ...
    ],
 ...
"require": {
        ...
        "drupal-media/media": "dev-8.x-1.x",
        ...
    },

I had to change the name from drupal/media to drupal-media/media because looking for drupal/media was only searching the drupal packages, and was only finding media v.7.

There might be a better way to solve this.

@@ -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.

@mariacha
Copy link
Author

#26 is more thorough than mine. Closing in favor of that one.

@mariacha mariacha closed this Oct 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants