Skip to content

Issue #3366108: Fix installation not working

Testing this merge request requires a couple of changes to the installation instructions.

  1. For Drupal 10.0, if you are not using the core/recommended project template, you may need to use the Drupal fork that locks Symfony to version 6.2.
  2. Add this fork as a repository to your project’s composer.json:
    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.drupalcode.org/issue/schemadotorg_demo-3366108.git"
        },
  1. Use the following Composer command to install:
composer require 'drupal/schemadotorg_demo:3366108-core-patches-not-dev@dev' -W
  1. If any patches do not apply, try going to the merge requests and rebasing them.
Edited by Darren Oh

Merge request reports