silverstripe / recipe-ccl

A recipe to integrate a Silverstripe CMS project with the underlying infrastructure of Silverstripe Cloud Platform CCL.
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

MNT Require phpunit ^9.6 #10

Closed emteknetnz closed 1 year ago

emteknetnz commented 1 year ago

Issue https://github.com/silverstripe/.github/issues/39

Fixes --prefer-lowest build - https://github.com/silverstripe/recipe-ccl/actions/runs/4781385272/jobs/8499794952

Issue is that 9.5 will install sebastian/type:^2 - we need to install 9.6 so that we been sebastian/type^3

This has already been done on the hybridsessions module itself https://github.com/silverstripe/silverstripe-hybridsessions/blob/3.0/composer.json#L22