Skip to content
Snippets Groups Projects
composer.json 795 B
Newer Older
{
  "name": "ocio_odee_web/wcm8_theme",
  "description": "Theme for WCM8 Sites.",
  "type": "drupal-theme",
  "license": "MIT",
  "authors": [
    {
      "name": "M Miller",
      "email": "miller.2676@gmail.com"
    }
  ],
  "repositories": [
M Miller's avatar
M Miller committed
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    },
    {
      "type": "vcs",
      "url": "https://github.com/it-osu-web/it-osu-pl-drupal.git"
    }
  ],
  "minimum-stability": "beta",
  "prefer-stable": true,
  "require": {
    "composer/installers": "^1.8",
  },
  "extra": {
    "installer-types": [
      "design-system"
    ]
  }
}