- Issue created by @Steven Snedker
- 🇨🇦Canada kathc
I've got the same errors on install with Drupal 10.4.2
composer require 'drupal/quiz_maker:^1.0'
On a clean Drupal 11 a composer require 'drupal/quiz_maker:^1.0' will give you this:
1 .Root composer.json requires drupal/quiz_maker ^1.0 -> satisfiable by drupal/quiz_maker[1.0.0, ..., 1.0.71].
2. drupal/quiz_maker 1.0.0 requires drupal/datetime_range-datetime_range * -> could not be found in any version, there may be a typo in the package name.
3. drupal/quiz_maker 1.0.1 requires drupal/editor-editor * -> could not be found in any version, there may be a typo in the package name.
4. drupal/quiz_maker[1.0.2, ..., 1.0.6] require drupal/inline_entity_form ^3.0@RC || ^1.0@RC -> found drupal/inline_entity_form[dev-1.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 3.0.0-rc15, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
5. drupal/quiz_maker[1.0.7, ..., 1.0.71] require drupal/addtoany dev-2.0.x -> found drupal/addtoany[dev-2.0.x, 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.
I like the first line.
Line 2+3 asks for modules that are in core in D11? I'm not sure.
Line 4: is the inline entity form necessary. Not with Quiz Maker 1.0.71, I should think.
Line 5: asks for a dev version. As of writing this
2.0.7 is available →
, and is just as fine, I bet.
composer require 'drupal/quiz_maker:^1.0' on a clean D11.
Update the install file.
Active
1.0
Code
I've got the same errors on install with Drupal 10.4.2
composer require 'drupal/quiz_maker:^1.0'