Unverified Commit f5d32422 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3311528 by lauriii: HEAD broken because of missing dependency on Stable

parent 42d12c15
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+14 −0
Original line number Diff line number Diff line
{
    "name": "drupal/classy",
    "description": "The Classy base theme from Drupal 8/9 moved to contrib",
    "type": "drupal-theme",
    "license": "GPL-2.0-or-later",
    "homepage": "https://drupal.org/project/classy",
    "support": {
        "issues": "https://drupal.org/project/issues/classy",
        "source": "https://git.drupalcode.org/project/classy"
    },
    "require": {
        "drupal/stable": "^2.0.0"
    }
}