Don't Redownload Composer#55
Don't Redownload Composer#55ivorisoutdoors wants to merge 2 commits intoboxen:masterfrom ivorisoutdoors:master
Conversation
It's annoying when you update composer and then you run boxen and it reverts it back to an ealier (slower) version.
|
Thanks @mloberg, this looks fine - though we could tighten up the Also might be worth bumping the version to |
|
It was a quick fix, but creates makes more sense. I'll update it. With this change though, any users with existing composer installs will
|
|
Hiera would be ideal, but it would likely be a bit more work to update now. Happy for that to be done separately if someone (you? 😉) wants to pick it up. |
|
I could definitely start some work on it when I have some time. |
Add manifests for new php versions.
|
Hiera for configs is part of the nascent v2.0 plans - #56 - maybe contribute changes to the v2 branch to override composer version and checksum? |
|
That would be perfect 👍 |
|
I've made an attempt at this via Hiera configs in my existing v2 branch PR. Changeset is here - https://github.com/sambauers/puppet-php/commit/84612e76c1d2424e826814f0333de6acece866d5 |
|
This is covered in the v2 branch now, suggest we close this. |
|
Sounds good to me. |
There's been some really good changes in composer (composer/composer@ac676f4) that make it tons faster then before, but running Boxen will revert composer to before these changes. So instead of forcing a version, just leave composer alone if it's already installed.