Hey, I’m facing issues with CLI and php 8.3. Is there any workaround, or plan to update the CLI ?
Thanks a lot
composer global require getkirby/cli
Problem 1
- getkirby/cli[1.0.0, ..., 1.1.0] require php >=8.0.0 <8.2.0 -> your php version (8.3.6) does not satisfy that requirement.
- getkirby/cli 1.1.1 requires php >=8.0.0 <8.3.0 -> your php version (8.3.6) does not satisfy that requirement.
- getkirby/cli[1.2.0, ..., 1.4.0] require guzzlehttp/guzzle ^7.8 -> found guzzlehttp/guzzle[7.8.0, 7.8.1] but the package is fixed to 7.5.0 (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.
- Root composer.json requires getkirby/cli * -> satisfiable by getkirby/cli[1.0.0, ..., 1.4.0].