Closed (fixed)
Project:
Composer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2012 at 16:53 UTC
Updated:
20 May 2013 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachComment #2
Grayside commentedAre you intending the `drush.composer.xml` file to be committed to the repository or run manually?
Another possibility is to make it automatic, e.g., after `drush dl` completes, after `drush composer selfupdate` is run.
Comment #3
robloachYeah, that's the general idea. Reading in the command list and options from drush.composer.xml means that we don't have to manually update them whenever they change. Just run a
drush composer list --xml > drush.composer.xmlevery once in a while.Having it generate it if it's not currently available is an interesting idea. Committing it directly to the repository seems the easiest to ensure it's readily available. For now, maybe we have it in the repository, and then later on evaluate auto-generating it when it's not available. Neat idea, Grayside :-) .
Comment #4
robloach