Seem to be getting this error on Mac M1 laptop. PHP, WPCLI, Composer, and Symfony are all already installed.
` Problem 1
- Root composer.json requires tmeister/wppb-cli * -> satisfiable by tmeister/wppb-cli[v1.0.2, v1.0.3].
- tmeister/wppb-cli v1.0.2 requires symfony/console ^6.0 -> found symfony/console[v6.0.0, ..., v6.4.27] but the package is fixed to v7.3.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- tmeister/wppb-cli v1.0.3 requires laravel/prompts ^0.1 -> found laravel/prompts[v0.1.0, ..., v0.1.25] but the package is fixed to v0.3.6 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require tmeister/wppb-cli:*" to figure out if any version is installable, or "composer require tmeister/wppb-cli:^2.1" if you know which you need.`

Seem to be getting this error on Mac M1 laptop. PHP, WPCLI, Composer, and Symfony are all already installed.
` Problem 1
- Root composer.json requires tmeister/wppb-cli * -> satisfiable by tmeister/wppb-cli[v1.0.2, v1.0.3].
- tmeister/wppb-cli v1.0.2 requires symfony/console ^6.0 -> found symfony/console[v6.0.0, ..., v6.4.27] but the package is fixed to v7.3.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- tmeister/wppb-cli v1.0.3 requires laravel/prompts ^0.1 -> found laravel/prompts[v0.1.0, ..., v0.1.25] but the package is fixed to v0.3.6 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require tmeister/wppb-cli:*" to figure out if any version is installable, or "composer require tmeister/wppb-cli:^2.1" if you know which you need.`