diff --git a/composer.json b/composer.json index 10ae3d18c6ad8815c92b3785affe25ca4f97e130..2dfb3fbe2dfd9ebc417524e60f1f7b7eda1a05d2 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,14 @@ "url": "https://github.com/it-osu-web/it-osu-pl-drupal.git" } ], - "minimum-stability": "beta", + "minimum-stability": "dev", "prefer-stable": true, "require": { "composer/installers": "^1.8", "oomphinc/composer-installers-extender": "^1.1", "drupal/bamboo_twig": "^4.1", - "drupal/components": "^1.1" + "drupal/components": "^1.1", + "it-osu-web/it-osu-pl-drupal": "dev-master" }, "require-dev": { "drupal/twig_vardumper": "^1.2" @@ -33,6 +34,11 @@ "extra": { "installer-types": [ "design-system" - ] + ], + "installer-paths": { + "libraries/{$name}": [ + "type:design-system" + ] + } } } diff --git a/composer.lock b/composer.lock index 1b6b633086085e41b3dd95d62cb1063bd6a0849f..f48f5fe810963a3458917e7765f31c8d7205e2c6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ee2f2632add7dc3176dae4fb26c84a70", + "content-hash": "fd92d82ae1515484523848308e9f6bf9", "packages": [ { "name": "asm89/stack-cors", @@ -1561,6 +1561,40 @@ ], "time": "2019-07-01T23:21:34+00:00" }, + { + "name": "it-osu-web/it-osu-pl-drupal", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/it-osu-web/it-osu-pl-drupal.git", + "reference": "67de627debb2751077d0296c0be293ea653172a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/it-osu-web/it-osu-pl-drupal/zipball/67de627debb2751077d0296c0be293ea653172a8", + "reference": "67de627debb2751077d0296c0be293ea653172a8", + "shasum": "" + }, + "require": { + "composer/installers": "^1.6" + }, + "type": "design-system", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "M Miller", + "email": "miller.2676@gmail.com" + } + ], + "description": "IT@OSU Pattern Lab assets for Drupal 8 theming", + "support": { + "source": "https://github.com/it-osu-web/it-osu-pl-drupal/tree/master", + "issues": "https://github.com/it-osu-web/it-osu-pl-drupal/issues" + }, + "time": "2020-03-04T00:16:32+00:00" + }, { "name": "masterminds/html5", "version": "2.7.0", @@ -4096,8 +4130,10 @@ } ], "aliases": [], - "minimum-stability": "beta", - "stability-flags": [], + "minimum-stability": "dev", + "stability-flags": { + "it-osu-web/it-osu-pl-drupal": 20 + }, "prefer-stable": true, "prefer-lowest": false, "platform": [],