Привет!
Ребята, что делать если я делаю composer require <пакет>, но там конфликт с другим пакетом? И я даже не знаю с каким именно.
composer require cviebrock/eloquent-sluggable
(этот пакет мне нужен)
Problem 1
- cviebrock/eloquent-sluggable[8.0.0, ..., 8.0.1] require illuminate/config ^8.0 -> found illuminate/config[v8.0.0, ..., 8.x-dev] but it conflicts with another require.
- Root composer.json requires cviebrock/eloquent-sluggable ^8.0 -> satisfiable by cviebrock/eloquent-sluggable[8.0.0, 8.0.1].
composer require illuminate/config
(пробую установить что просит)
Problem 1
- Root composer.json requires illuminate/config ^8.13, found illuminate/config[v8.13.0, 8.x-dev] but it conflicts with another require.