Closed (fixed)
Project:
Media entity
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2016 at 23:51 UTC
Updated:
11 Aug 2016 at 13:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
MixologicAttached is a patch that follows the project:modulename convention for dependency declarations.
Comment #3
MixologicComment #4
MixologicAlso note that changes to dependencies in patches are *not* currently handled by the testbots, as they calculate their dependencies from the previous release, so this patch will most likely pass, but not tell us anything.
Comment #5
MixologicAlso note that changes to dependencies in patches are *not* currently handled by the testbots, as they calculate their dependencies from the previous release, so this patch will most likely pass, but not tell us anything.
Comment #7
slashrsm commentedCommitted. Thanks!
Comment #8
duneblI am not sure if it is linked to this bug, but from a fresh 8.2 install using https://packages.drupal.org/8 as a repository, if I try
composer require drupal/media_entityI will get the following errors:running
composer show -a drupal/media_entitywill show meIs this means that we can't use media_entity on 8.2?
Comment #9
slashrsm commentedThis patch is still in -dev (not part of 8.x-1.1). I suspect this should start working when we roll a new release with this patch included.
Comment #10
duneblYou are right! Many thanks.
using
composer require drupal/media_entity 1.0.x-devallow me to add this module on 8.2 with composer.Comment #12
marcoscanoI may be doing something wrong, but with this composer workflow, I am unable to install media_entity, after downloading the packages with:
There is always an unmet dependency with entity. Even if I download something different from dev (for example drupal/entity:8.x-1.0-alpha3). Not sure if the problem is with "media_entity" or with the "entity" package, though...