spatie / wordpress-ray

Debug with Ray to fix problems faster in WordPress apps
https://myray.app
MIT License
74 stars 14 forks source link

Add prefer lowest to composer in build script. #40

Closed jeffreyvr closed 3 years ago

jeffreyvr commented 3 years ago

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.

freekmurze commented 3 years ago

Thanks for the quick fix!