eloquent-power-joins
eloquent-power-joins copied to clipboard
(ci) test with lowest dependency required version
At the moment we install all our dependencies with the highest minor & patch number.
Because this project support all major versions from the beginning (X.0
) we should also test these specific versions too.
There is a composer command which will help us: --prefer-lowest
From the composer docs it suggest to also include --prefer-stable