Hello,

With XML sitemap 1.x-dev 84f4540 (not listed) a problem has occur:

$ composer outdated --direct
drupal/minifyhtml 1.8.0           1.9.0           Minify the contents of the Drupal page
drupal/xmlsitemap 1.x-dev 7d359e9 1.x-dev 84f4540 Creates XML sitemaps for the site
vlucas/phpdotenv  v2.6.1          v4.0.1          Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.

$ composer update      
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 7 updates, 0 removals
  - Updating pear/pear_exception (v1.0.0 => v1.0.1): Downloading (100%)         
  - Updating guzzlehttp/guzzle (6.4.1 => 6.5.0): Loading from cache
  - Updating drupal/minifyhtml (1.8.0 => 1.9.0): Downloading (100%)         
  - Removing dnoegel/php-xdg-base-dir (0.1)
  - Installing dnoegel/php-xdg-base-dir (v0.1.1): Loading from cache
  - Updating psy/psysh (v0.9.11 => v0.9.12): Loading from cache
  - Updating chi-teck/drupal-code-generator (1.30.5 => 1.31.0): Loading from cache
  - Updating drupal/xmlsitemap dev-1.x (7d359e9 => 84f4540):  Checking out 84f45407d9
Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.
Writing lock file
Generating autoload files
> DrupalProject\composer\ScriptHandler::createRequiredFiles

$ drush updb     

In InfoParserDynamic.php line 89:
                                                                                                                                                             
  The 'core_version_requirement' can not be used to specify compatibility for a specific version before 8.7.7 in modules/contrib/xmlsitemap/xmlsitemap.info  
  .yml                                                                                                                                                       

updatedb [--cache-clear [CACHE-CLEAR]] [--entity-updates] [--post-updates [POST-UPDATES]] [--no-cache-clear] [--no-post-updates] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-d|--debug] [-y|--yes] [--no] [--remote-host REMOTE-HOST] [--remote-user REMOTE-USER] [-r|--root ROOT] [-l|--uri URI] [--simulate] [--pipe] [-D|--define DEFINE] [--druplicon] [--xh-link XH-LINK] [--notify] [--] <command>

What can I do, please?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

floown created an issue. See original summary.

Oostie’s picture

Status: Active » Needs review
FileSize
474 bytes

Hi,

Had the same issue an the attached patch fixes this.

floown’s picture

Thank you a lot, it works!

  • Dave Reid committed afe9204 on 8.x-1.x authored by Oostie
    Issue #3100549 by Oostie: Fixed core_version_requirement cannot specify...
Dave Reid’s picture

Status: Needs review » Fixed

Committed #2 to 8.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.