-
Notifications
You must be signed in to change notification settings - Fork 189
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
Added ability to change composer.json filename #85
base: master
Are you sure you want to change the base?
Conversation
Cool, thanks! |
Yeap, I can. I'll do it tomorrow. |
f46f122
to
cc055d2
Compare
cc055d2
to
da12679
Compare
@Jeroen-G added tests |
🌚 |
Ok, so help me here: why should one want to change the filename of composer.json to somethingElse.json? |
I wrote about this in the first message: it will be useful with merge plugin by wikimedia: https://github.com/wikimedia/composer-merge-plugin. Sometimes we doesn't want to foul up our composer.json file. I use |
We are using composer merge plugin and store local repositories and dependencies (for package development) into
composer.dev.json
.This patch will add ability to change the
composer.json
filename via config.