Shift создал PR, изменяя наш композитор.json.Он инструктирует нас запустить обновление композитора, чтобы получить последние зависимости и обновить наш файл блокировки.
Когда мы запускаем обновление композитора, он дает это сообщение об ошибке:
Код: Выделить всё
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires phpnexus/cwh ^2.0.4 -> satisfiable by phpnexus/cwh[v2.0.4].
- laravel/framework[v10.48.0, ..., v10.48.17] require monolog/monolog ^3.0 -> satisfiable by monolog/monolog[3.0.0, ..., 3.7.0].
- Conclusion: don't install monolog/monolog 3.7.0 (conflict analysis result)
- Root composer.json requires laravel/framework ^10.48 -> satisfiable by laravel/framework[v10.48.0, ..., v10.48.17].
Не знаю, как разрешить этот конфликт.
Подробнее здесь: https://stackoverflow.com/questions/787 ... -0-conflic