silverstripe / cwp-recipe-kitchen-sink

The CWP kitchen sink! Includes all optional and suggested modules. Used for internal testing.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Add inline requirements for MFA modules in Travis builds for PHP 7.1 #41

Closed robbieaverill closed 5 years ago

robbieaverill commented 5 years ago

This adds the MFA dependencies for any builds running PHP 7.1. In CWP 2.4 this will be part of composer.json, since it will require PHP 7.1 as a minimum.

Fixes https://github.com/silverstripe/cwp-recipe-kitchen-sink/issues/33

I'll adjust any test failures, reference this PR, and re-run the failures until green then self merge it.