Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2015 at 22:09 UTC
Updated:
26 Jun 2015 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
davidwbarratt commentedComment #2
davidwbarratt commentedComment #3
Crell commentedI think we're leaning toward using drupal-core as the vendor for core components, no?
I am +1 on this patch, but we should probably wait until more of the components have composer.json files and we have a pattern nicely established.
Comment #4
davidwbarratt commentedSince we have a standard now in #2401519: [policy] Decide on Composer Package Names, I updated the existing components and added anything you could possibly depend on. Now if your module depends on
drupal/viewsit will be resolved bydrupal/core.Comment #5
webflo commentedThe composer package naming policy was recently approved. I reviewed the patch in details every component, module, theme and install profile is listed, nothing is missing. This patch makes see core subtree split 1000% more usable, because we can resolve core modules and components directly without any hacks.
Comment #7
hussainwebIt appears to be a random fail. Retesting.
Comment #9
webflo commentedBack to RTBC
Comment #10
alexpottIt's going to be a pain to keep this up-to-date but this makes sense and other projects are doing it so +1. This patch is not subject to beta evaluation as it is not changing PHP code just composer configuration and we're still in the process of getting this right.
Committed aff100b and pushed to 8.0.x. Thanks!