https://packagist.org/packages/laminas/laminas-escaper
2.12.0 supports PHP 7.4 to 8.2.
2.13.0 supports PHP 8.1 to 8.3.
CI 4.4 supports PHP 7.4, so we need to include escaper 2.12.0, but if we use PHP 8.1 or later,
when we run composer update, the system/ThirdParty/Escaper/Escaper.php file is updated by 2.13.0.
It is simply bothersome to have to delete the change every time.
If CI 4.5 supports PHP 8.0, the same thing will happen.
Is there any good solution?