inpsyde / vip-composer-plugin

A Composer plugin to ease deployment to wordpress.com VIP servers alongside Composer-based local development.
MIT License
12 stars 0 forks source link

[Bug]: PHP 8.1 compat #12

Closed Chrico closed 1 year ago

Chrico commented 1 year ago

Description of the bug

https://github.com/inpsyde/vip-composer-plugin/blob/dbfee70722b0031329f174c0c801b2aa1499a75a/src/Task/TaskConfig.php#L50

Deprecation Notice: Constant Inpsyde\VipComposer\Task\FILTER_SANITIZE_STRING is deprecated in /home/runner/work/mah-website/mah-website/vip/client-mu-plugins/vendor/inpsyde/vip-composer-plugin/src/Command.php:208

Reproduction instructions

Deploy with PHP 8.1

Expected behavior

-

Environment info

No response

Relevant log output

No response

Additional context

No response

Code of Conduct