drupal_yp_install_profile/composer.json
2023-12-21 14:31:53 -07:00

34 lines
977 B
JSON

{
"name": "yellowpencil/drupal_yp_install_profile",
"description": "Drupal install profile at Yellow Pencil.",
"type": "drupal-custom-profile",
"homepage": "https://git.yellowpencil.com/yellowpencil/drupal_yp_install_profile",
"support": {
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"ypackagist": {
"type": "composer",
"url": "https://ypackagist.onpointsuite.com"
}
},
"require": {
"drupal-library/ckeditor-fakeobjects": "4.16",
"drupal-library/ckeditor-indentblock": "4.15",
"drupal-library/ckeditor-link": "4.16",
"drupal-library/ckeditor-youtube": "2.1.18",
"yellowpencil/yp-admin-guide": "1.1",
"yellowpencil/yp-alerts-module": "1.1"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}