quando rodo composer require/migrations
o seguinte erro acontece
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires doctrine/migrations ^3.5 -> satisfiable by doctrine/migrations[3.5.0].
- doctrine/migrations 3.5.0 requires doctrine/dbal ^3.3 -> found doctrine/dbal[3.3.0, ..., 3.3.6] but it conflicts with your root composer.json require (^2.13).
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 doctrine/migrations:*" to figure out if any version is installable, or "composer require doctrine/migrations:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.