Open dhensby opened 8 years ago
At the moment, if no phpunit version is specified in a module's composer.json we add 3.7@stable by default.
composer.json
3.7@stable
We should fall-back to framework/composer.json declaration instead so that 4.0 tests pull down 4.8 rather than 3.7
framework/composer.json
Yep sure.
At the moment, if no phpunit version is specified in a module's
composer.json
we add3.7@stable
by default.We should fall-back to
framework/composer.json
declaration instead so that 4.0 tests pull down 4.8 rather than 3.7