- Issue created by @mgstables
- Status changed to Needs review
about 1 year ago 8:35am 2 September 2023 - Status changed to Fixed
about 1 year ago 9:35am 2 September 2023 - Status changed to Fixed
about 1 year ago 9:36am 2 September 2023
I get following error message:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/scan_code ^1.0@alpha -> satisfiable by drupal/scan_code[1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-alpha3].
- drupal/scan_code[1.0.0-alpha1, ..., 1.0.0-alpha3] require quagga/quagga ^1.8.2 -> could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Install module through Composer
Change version number in composer.json for "quagga"
Fixed
Code