williarin / wordpress-anonymizer

Anonymize a WordPress database without a WordPress installation
MIT License
18 stars 1 forks source link

Split package in library and cli parts? #3

Open gggeek opened 9 months ago

gggeek commented 9 months ago

The dependency on Sf console 6.x makes it hard/impossible to install this package when composer 2.2.22 is in use, as that one is only compatible with sf console up to 5.x.

It would be nice to be able to install only the "library" part of this without pulling in the cli command and the sf/cli dependency...

gggeek commented 9 months ago

ps: composer/composer 2.2 is required by wp-cli/package-command and wp-cli/wp-cli-bundle

williarin commented 9 months ago

Hi @gggeek, thank you for opening this issue. Would it be ok if we try to make this work with Symfony ^5.4 || ^6.0 instead of splitting? I prefer having only one repo to maintain.

gggeek commented 9 months ago

Sure!