Chouchen - 2022-10-27 07:55:58 -
In reply to message 1 from B. Schorre
Hi,
Sorry for the late reply.
PHPCD is set for `php: >=7.3`.
That's the max PHP version I see in dependencies which can block you. You also need all php extensions listed in the project's composer.json
If the PHP version is blocking you from using the tool, you may try to `composer require shikiryu/backup --update-no-dev` which should install the packagist without the "dev dependencies" (and then no PHPCD).
If you need to dev over this package, you need php >= 7.3 🤷‍♂️