- Issue created by @jsidigital
- First commit to issue fork.
- π¨π¦Canada cybertrail
cybertrail β changed the visibility of the branch 3383410-not-working-with to hidden.
- π¨π¦Canada cybertrail
cybertrail β changed the visibility of the branch 3383410-not-working-with to active.
- π©πͺGermany etron770
Hello everyone,
the GUI (admin/modules) says:
System name: simplenews
Version: 3.0.0-beta5in the composer.json it says
βdrupal/simplenews": β^4.1β,When trying to update, the following appears:
#composer update drupal/simplenews --with-all-dependencies Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Writing lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files Hardening vendor directory with .htaccess and web.config files. 49 packages you are using are looking for funding. Use the `composer fund` command to find out more! Scaffolding files for drupal/core: - Copy [web-root]/.htaccess from assets/scaffold/files/htaccess Cleaning installed packages. No security vulnerability advisories found.
If I want to install Webform Simplenews Handler install, the error message appears:
#composer require 'drupal/webform_simplenews_handler:^2.0' ./composer.json has been updated Running composer update drupal/webform_simplenews_handler Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires drupal/webform_simplenews_handler ^2.0 -> satisfiable by drupal/webform_simplenews_handler[2.0.1]. - drupal/webform_simplenews_handler 2.0.1 requires drupal/simplenews ^1.0 || ^2.0 || ^3.0 -> found drupal/simplenews[dev-1.x, dev-2.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-alpha1, ..., 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 your minimum-stability. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Any hints for me?