Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
When explaining how to install dependencies for running unit tests,#4585
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
When explaining how to install dependencies for running unit tests,#4585
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carlosbuenosvinos commentedDec 3, 2014
| Q | A |
|---|---|
| Doc fix? | yes |
| New docs? | no |
| Applies to | all |
| Fixed tickets | #4584 |
there are references to "--dev" composer parameter that is thecurrent default value.
timglabisch commentedDec 3, 2014
👍 |
xabbuh commentedDec 3, 2014
Good idea@carlosbuenosvinos. Is this the only file where we use Composer with the |
carlosbuenosvinos commentedDec 4, 2014
It's the only one. 2014-12-04 0:02 GMT+01:00 Christian Flothmannnotifications@github.com:
Carlos Buenosvinos Zamora url:http://carlosbuenosvinos.com |
xabbuh commentedDec 4, 2014
Thanks for checking. |
weaverryan commentedDec 7, 2014
Why should we make this change? I'm sure there's a good reason - I just don't know what it is :) Thanks! |
xabbuh commentedDec 7, 2014
@weaverryan The |
…nit tests, (carlosbuenosvinos)This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#4585).Discussion----------When explaining how to install dependencies for running unit tests,| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |#4584Commits-------512632e When explaining how to install dependencies for running unit tests, there are references to "--dev" composer parameter that is the current default value.
wouterj commentedDec 8, 2014
Thank you for spotting the code and noting that the dev option wasn't needed, Carlos! I've merged this into the 2.3 branch using7dcce1b. Fyi, I've also createdcomposer/composer#3517 to avoid confusion in the future (and make it easier to spot that this option isn't used no longer). |
carlosbuenosvinos commentedDec 8, 2014
Thanks! |