I've been working on a Laravel project. When I run composer command, I always got warned,
Carbon 1 is deprecated, see how to migrate to Carbon 2. https://carbon.nesbot.com/docs/#api-carbon-2 You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Then I run the ./vendor/bin/upgrade-carbon but I got error,
Uncaught Error: Class 'Composer\Composer' not found in .../vendor/nesbot/carbon/src/Carbon/Upgrade.php:131
I have also try to search for solutions but it cant be found. I really need help to continue my project. Thanks a lot.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump PHP Fatal error: Cannot declare class Illuminate\Support\Carbon, because the name is already in use in /opt/lampp/htdocs/project_name/vendor/kylekatarnls/laravel-carbon-2/src/Carbon.php on line 9
what should i do ? – Brucine