silverstripe / silverstripe-travis-support

Creates a SilverStripe project "around" a module, based on core version constraints and its composer.json definitions
Other
13 stars 16 forks source link

API Allow inheritance of require-dev from framework #5

Closed tractorcow closed 10 years ago

tractorcow commented 10 years ago

Includes default phpunit version

See https://github.com/silverstripe/silverstripe-framework/pull/3088

tractorcow commented 10 years ago

Some changes had to be reverted; It's impossible to read the framework/composer.json before the generated composer.json had been installed. It's good enough to fix the issue however.