Adds --prefer-lowest --with-all-dependencies flags to composer in the build script. I forgot to add this in the previous pull request (https://github.com/spatie/wordpress-ray/pull/39) (sorry about that), causing the composer to platform check for PHP 8 specifically.
I think this fixes the deploy through SVN as well.
Adds
--prefer-lowest --with-all-dependencies
flags to composer in the build script. I forgot to add this in the previous pull request (https://github.com/spatie/wordpress-ray/pull/39) (sorry about that), causing the composer to platform check for PHP 8 specifically.I think this fixes the deploy through SVN as well.