I'd like to install reliese/laravel (https://github.com/reliese/laravel/) package into my Laravel 6+ project. reliese/laravel requires "illuminate/support": "~5.1", but my version is now 6+. I've looked thru the reliese/laravel package, and it should still work with 6+. How can I force composer to install this package? I've tried --ignore-platform-reqs and that did not work.