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

Fix project install/update on newer Composer versions #20

Merged
merged 1 commit into from
Mar 19, 2015

Conversation

mbrodala
Copy link
Contributor

Recently Composer has moved a lot of status messages from stdout
to stderr, thus we need to perform a redirect here to keep pattern
matching working.

See composer/composer#3715

Fixes #19

@igalic
Copy link
Contributor

igalic commented Mar 19, 2015

can you please rebase this pr?

Recently Composer has moved a lot of status messages from stdout
to stderr, thus we need to perform a redirect here to keep pattern
matching working.

See composer/composer#3715

Fixes #19
@mbrodala
Copy link
Contributor Author

Here we go...

@igalic
Copy link
Contributor

igalic commented Mar 19, 2015

wait… oh… wait… i… just landed #21

igalic added a commit that referenced this pull request Mar 19, 2015
Fix project install/update on newer Composer versions
@igalic igalic merged commit 748be31 into master Mar 19, 2015
@igalic igalic deleted the composer-stderr branch March 19, 2015 13:27
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

Successfully merging this pull request may close these issues.

composer now outputs to stderr
2 participants