Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console command to generate composer file #2

Open
nateabele opened this issue May 11, 2012 · 2 comments
Open

Console command to generate composer file #2

nateabele opened this issue May 11, 2012 · 2 comments
Assignees

Comments

@nateabele
Copy link

I think a good half of the information in the example composer.json could be auto-extracted from a user's git config and inspecting the app/library. It'd be great if this included a generator command that would gather the information and then prompt you (or accept arguments) for the rest.

@joseym
Copy link
Owner

joseym commented May 11, 2012

Good suggestion.

@ghost ghost assigned joseym May 11, 2012
@agborkowski
Copy link

for me composer install for /app/composer.json

{
    "name": "health-monitor",
    "version": "0.5.0",
    "config": {
        "vendor-dir": "libraries/_sources"
    },
    "require": {
        "joseym/li3_installer": "master",
        "scharrier/li3_socialauth": "dev-master"
    }
}

push all libraries even li3_ under libraries/_sources ;/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants