cirkovizija/composer.json

98 lines
3.1 KiB
JSON

{
"name": "drupal/recommended-project",
"description": "Project template for Drupal projects with a relocated document root",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"composer/installers": "^2.0",
"drupal/bootstrap_datetime_picker": "^4.0@alpha",
"drupal/color_field": "^3.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-project-message": "^10.0",
"drupal/core-recommended": "^10.0",
"drupal/gin": "^3.0@RC",
"drupal/libraries": "^4.0",
"drupal/linked_field": "^1.5",
"drupal/pathauto": "^1.11",
"drupal/quick_node_clone": "^1.16",
"drupal/simple_sitemap": "^4.1",
"drupal/single_datetime": "^2.0@beta",
"drush/drush": "^12.0",
"oomphinc/composer-installers-extender": "^2.0",
"zodiacmedia/drupal-libraries-installer": "^1.6"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"oomphinc/composer-installers-extender": true,
"zodiacmedia/drupal-libraries-installer": true
},
"sort-packages": true
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/custom/{$name}": [
"type:drupal-custom-profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
]
},
"installer-types": ["bower-asset", "npm-asset"],
"installer-name": "jquery-datetimepicker",
"drupal-libraries": {
"datetimepicker": "https://github.com/xdan/datetimepicker/archive/2.5.20.zip"
}
}
}