Your requirements could not be resolved to an installable set of packages.
Problem 1
- webman/console[v1.0.0, ..., v1.0.5] require symfony/console ^5.0 -> found symfony/console[v5.0.0, ..., v5.4.3] but the package is fixed to v6.0.3 (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 webman/console ^1.0 -> satisfiable by webman/console[v1.0.0, ..., v1.0.5].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require webman/console:*" to figure out if any version is installable, or "composer require webman/console:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
因為 webman/console 里面的依賴是 symfony/console:^5.0 但是 laravel 的 illuminate 是用的 ^6.0。 有哪位知道這個應(yīng)該怎么處理還是官網(wǎng)這里能夠升級 console 版本?