To 6 from 5
Updating dependencies
You should update the following dependency in your application's composer.json file:
laravel-lang/commonto^6.0
And, if it is listed in the require-dev section, move it to the require section.
Next, run the update dependency console command:
composer update
Upgrade publisher
Complete all upgrade steps except updating dependencies from the publisher's upgrade guide.
Upgrade JSON Fallback
If you are using the laravel-lang/json-fallback-hotfix package, then you will need to make corrections to and for the project.
30 August 2024