Closed m4olivei closed 6 years ago
I've turned on CI builds for forks.
This is super odd. composer require
should pull in a semver constraint if one exists.
Take a look at this job from master. Using version ^1.6 for cweagans/composer-patches
, and the composer.lock constraint shows ^1.6
.
I like it. Removing cweagans/composer-patches
from the root composer.json makes a lot of sense to me 👍
Addresses #31