-
- Downloads
Loosen Drupal core constraint.
... | ... | @@ -6,18 +6,18 @@ |
"require": { | ||
"drupal/autosave_form": "^1.2", | ||
"drupal/conflict": "^2.0-alpha2", | ||
"drupal/core": "^8.8.10 || ~9.0.6", | ||
"drupal/core": "^8.8.10 || ^9.0.6", | ||
"drupal/diff": "^1.0", | ||
"drupal/lightning_core": "3.* || 4.* || 5.*", | ||
"drupal/moderation_dashboard": "^1.0", | ||
"drupal/moderation_sidebar": "^1.2" | ||
}, | ||
"require-dev": { | ||
"composer/installers": "^1.9", | ||
"drupal/core-composer-scaffold": "*", | ||
"drupal/core-dev": "*", | ||
"drupal/inline_entity_form": "^1.0", | ||
"drush/drush": ">=9.7", | ||
"oomphinc/composer-installers-extender": "^1.1 || ^2", | ||
"vijaycs85/drupal-quality-checker": "^1.0" | ||
}, | ||
"config": { | ||
... | ... | @@ -53,9 +53,7 @@ |
"type:drupal-core" | ||
], | ||
"docroot/libraries/{$name}": [ | ||
"type:drupal-library", | ||
"type:bower-asset", | ||
"type:npm-asset" | ||
"type:drupal-library" | ||
], | ||
"docroot/modules/contrib/{$name}": [ | ||
"type:drupal-module" | ||
... | ... | @@ -66,11 +64,7 @@ |
"docroot/themes/contrib/{$name}": [ | ||
"type:drupal-theme" | ||
] | ||
}, | ||
"installer-types": [ | ||
"bower-asset", | ||
"npm-asset" | ||
] | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
composer.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment