The following error pops up when installing through composer
drupal/seeds_seo[1.0.1, ..., 1.0.x-dev] require drupal/fast_404 dev-seeds -> found drupal/fast_404[dev-1.x, dev-2.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-alpha5, 2.0.0-alpha6, 2.0.0-alpha7, 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.x-dev (alias of dev-3.x)] but it does not match the constraint.
This is preventing the update for 'Seeds' projects.
As the seeds_seo specifies the version for drupal/fast_404 as
"drupal/fast_404": "dev-seeds",
Require the latest sprintive/seeds on your project, and this error stops it from running.
Not sure if I missed something that could be done here, would like to have some insight on this issue.
Closed: works as designed
1.0
Miscellaneous