carbon-cli
carbon-cli copied to clipboard
Compatibility with Carbon 3?
I tried installing this package in a Laravel project.
composer require carbon-cli/carbon-cli
And got these errors:
Problem 1
- Root composer.json requires carbon-cli/carbon-cli * -> satisfiable by carbon-cli/carbon-cli[0.1.0, 0.1.1, 1.0.0, 1.1.0, 1.2.0, 1.2.1].
- carbon-cli/carbon-cli[0.1.0, ..., 0.1.1, 1.0.0, ..., 1.2.1] require nesbot/carbon ^2.20 -> found nesbot/carbon[2.20.0, ..., 2.72.5] but the package is fixed to 3.6.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.
Does this package work with Carbon 3.6.0?