Cameron Eagans
Cameron Eagans
I think you're right -- this probably warrants at least a warning for people using that kind of URL. It may also be a good idea to see if Gitlab...
There is no way to do this currently. I'm not really excited about the idea of doing it either, as it complicates things for everyone to support an edge case....
I understand the intent, but I think there are other approaches. For instance, can you pin the dependency to a specific version that works with both D8 and D9? You...
Sounds good to me. This is a lot more straightforward in the master branch (eventual 2.0.0 release) -- https://github.com/cweagans/composer-patches/tree/master/src/Resolvers is where that would need to happen.
-1 for these reasons (in no particular order): 1. This is in the readme, and it alleviates part of the issue: ``` "config": { "preferred-install": "source" }, ``` 2. `git...
@navneet0693 `brew install gpatch` (you'll need Homebrew installed for that to work (https://brew.sh))
This is not just a Windows thing. --no-backup-if-mismatch exists in whatever version of `patch` comes with Ubuntu as well. FreeBSD is not high on my priority list, mostly because it's...
I can get behind using the `--posix` flag. It's a superset of what `--no-backup-if-mismatch` does, but that's okay. Note also that `master` is where the future 2.0.0 release will live....
There's something funky going on with Travis today. I'm not gonna merge this until the tests pass, but I think the tests shouldn't be affected by this change. I'll investigate...
@Techwolf12 I've tried rebuilding a couple times over the past few days, and composer just stalls on the php 7.1 acceptance tests. I'm not really sure what's going on there,...