- Issue created by @bogdog400
- Status changed to Needs review
11 months ago 5:38am 4 January 2024 - 🇮🇳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... } }