deviantintegral / drupal_tests

A docker container based for running Drupal tests in CircleCI
GNU General Public License v3.0
24 stars 9 forks source link

Composer patches fix #32

Closed m4olivei closed 6 years ago

m4olivei commented 6 years ago

Addresses #31

deviantintegral commented 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.

deviantintegral commented 6 years ago

Take a look at this job from master. Using version ^1.6 for cweagans/composer-patches, and the composer.lock constraint shows ^1.6.

m4olivei commented 6 years ago

I like it. Removing cweagans/composer-patches from the root composer.json makes a lot of sense to me 👍