Still requires "classy" after composer installation

Created on 3 January 2024, 6 months ago
Updated 4 January 2024, 6 months ago

Problem/Motivation

I tried to install in a clean version of Drupal 10.2 using composer and I was greeted by this error message:

Requires: classy (missing)
This theme requires the base theme classy to operate correctly.

Perhaps you can including this in the composer requirements?

TIA.

🐛 Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

🇺🇸United States bogdog400

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @bogdog400
  • Status changed to Needs review 6 months ago
  • 🇮🇳India viren18febS

    I have added the classy theme as dependency & added Patch, please review.

  • 🇮🇳India samir_shukla bareilly

    Hi, the above patch applied sucessfully and added the dependency in .info.yml file. But we still we need to have classy theme installed in our system via 'composer require 'drupal/classy:^1.0'' to get away with the issue mentioned. While themes themselves are not typically managed through Composer, we can do it only by adding below requirement in root composer of our site:

    {
      "require": {
        "drupal/classy": "^1.0"
        // other dependencies...
      }
    }
Production build 0.69.0 2024