diff --git a/composer.json b/composer.json index 95588817c..0bb5a5318 100644 --- a/composer.json +++ b/composer.json @@ -7,10 +7,15 @@ { "type": "composer", "url": "https://packages.drupal.org/8" - } + }, + { + "type": "composer", + "url": "https://asset-packagist.org" + } ], "require": { "php": ">=7.0.8", + "burdamagazinorg/thunder": "~8.2", "composer/installers": "^1.0.20", "cweagans/composer-patches": "^1.0", "drupal-composer/drupal-scaffold": "^2.0.1", @@ -40,7 +45,7 @@ "conflict": { "drupal/drupal": "*" }, - "minimum-stability": "alpha", + "minimum-stability": "dev", "prefer-stable": true, "autoload": { "classmap": [ @@ -72,12 +77,17 @@ ] }, "extra": { + "installer-types": ["bower-asset"], "installer-paths": { "web/core": ["type:drupal-core"], "web/modules/contrib/{$name}": ["type:drupal-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], - "drush/contrib/{$name}": ["type:drupal-drush"] + "drush/contrib/{$name}": ["type:drupal-drush"], + "web/libraries/{$name}": [ + "type:drupal-library", + "type:bower-asset" + ] }, "build-env": { "install-cms": [