Код: Выделить всё
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires clickandmortar/import-bundle ^1.0 -> satisfiable by clickandmortar/import-bundle[1.0, 1.0.1].
- clickandmortar/import-bundle[1.0, ..., 1.0.1] require doctrine/orm ^2.4.8 -> found doctrine/orm[v2.4.8, ..., 2.20.8] but it conflicts with your root composer.json require (^3.3).
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 league/csv:*" to figure out if any version is installable, or "composer require league/csv:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Код: Выделить всё
"require-dev": {
"clickandmortar/import-bundle": "^1.0",
}
Как его правильно установить?
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/798 ... on-symfony
Мобильная версия