szeidler / composer-patches-cli

Adds a CLI wrapper for cweagans/composer-patches
MIT License
28 stars 8 forks source link

PHP 8 compatibility #27

Closed JPustkuchen closed 3 years ago

JPustkuchen commented 3 years ago

Thank a lot for this GREAT plugin, this is really really cool and I ❤️ it!!

Since switching to PHP 8 composer complains:

szeidler/composer-patches-cli[1.0.1, ..., 1.0.4] require php ^7.0 -> your php version (8.0.10; overridden via config.platform, same as actual) does not satisfy that requirement.

Is this plugin PHP 8 checked already and requires just a change in composer.json? Or are there larger steps to take?

JPustkuchen commented 3 years ago

If it should work with PHP 8 already, here's the pull request for the composer.json: https://github.com/szeidler/composer-patches-cli/pull/28

szeidler commented 3 years ago

Thanks for the contribution. I merged it in and tagged a new release to not unnecessarily block PHP 8 support.