Here is how I solve it. Copy the list of all dependencies out of composer.json. Now only install laravel 9 framework. Now install one dependency at a time with composer require
Aug 30, 2022
2
Level 1
Single problem updating to Laravel 9
I've had other Laravel installs update to v9 without issue but this one not. It's up to date on v8 currently but just changing the laravel version in the composer.json file to ""laravel/framework": "^9.0"," results in this:
Problem 1
- Root composer.json requires area17/twill ^2.8 -> satisfiable by area17/twill[2.8.0-beta.1, ..., 2.x-dev].
- symfony/var-dumper[v6.0.0-BETA1, ..., 6.0.x-dev] conflict with symfony/console <5.4.
- Conclusion: install symfony/var-dumper v6.0.11 (conflict analysis result)
- Root composer.json requires nunomaduro/collision ^4.0 -> satisfiable by nunomaduro/collision[v4.0.0, ..., v4.x-dev].
- You can only install one version of a package, so only one of these can be installed: symfony/console[v2.3.10, ..., 2.8.x-dev, v3.0.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.2.x-dev].
- Conclusion: install symfony/console v6.0.3 (conflict analysis result)
- Conclusion: don't install symfony/var-dumper[v6.0.11] | install one of symfony/console[v5.2.14, ..., v5.4.12] (conflict analysis result)
Can anyone give any guidance ?
Please or to participate in this conversation.