Newer
Older
{
"name": "lakedrops/d8-project",
"description": "Drupal 8 template for a composer based deployment workflow",
"type": "project",
"keywords": ["Drupal", "Development", "Install", "Update"],
"homepage": "https://gitlab.paragon-es.de/lakedrops/d8-project",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jürgen Haas",
"email": "juergen@paragon-es.de",
"homepage": "https://www.paragon-es.de",
"role": "Drupal Expert"
},
{
"name": "Richard Papp",
"email": "richard.papp@boromino.com",
"homepage": "http://www.boromino.com",
"role": "Drupal Expert"
}
],
"support": {
"issues": "https://gitlab.paragon-es.de/lakedrops/d8-project/issues",
"source": "https://gitlab.paragon-es.de/lakedrops/d8-project/tree/master"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "^1.0.20",
"cweagans/composer-patches": "~1.0",
"drupal-composer/drupal-scaffold": "^2.0.1",
"drupal/address": "1.0-beta4",
"drupal/admin_toolbar": "1.17",
"drupal/avatars": "1.0-beta5",
"drupal/block_class": "1.x-dev",
"drupal/bootstrap": "3.0-rc2",
"drupal/bootstrap_clean_blog": "1.0-rc1",
"drupal/coffee": "1.0-beta1",
"drupal/console": "~1.0",
"drupal/contact_storage": "1.x-dev",
"drupal/context": "1.x-dev",
"drupal/context_active_trail": "1.x-dev",
"drupal/core": "8.1.10",
"drupal/ctools": "3.0-alpha27",
"drupal/diff": "1.x-dev",
"drupal/draggableviews": "1.x-dev",
"drupal/drd_agent": "~3.0",
"drupal/ds": "2.5",
"drupal/entity": "1.0-alpha3",
"drupal/extlink": "1.x-dev",
"drupal/faq": "1.x-dev",
"drupal/field_group": "1.x-dev",
"drupal/honeypot": "1.23",
"drupal/linkit": "^5.0",
"drupal/maillog": "1.x-dev",
"drupal/metatag": "1.0.0-beta10",
"drupal/pathauto": "1.0-beta1",
"drupal/piwik": "1.1",
"drupal/piwik_noscript": "^1.0",
"drupal/rules": "3.0-alpha1",
"drupal/social_profile_field": "^0.2.0",
"drupal/tagclouds": "1.x-dev",
"drupal/twitter": "1.x-dev",
"drupal/unlimited_number": "1.0.0-beta1",
"drupal/video": "1.2",
"drupal/videojs": "1.0",
"drupal/xmlsitemap": "1.0.0-alpha2",
"drush/drush": "~8.0",
"lakedrops/d8-project-scaffold": "^0.3.1",
"lakedrops/theme-d8-sass": "^0.1.0"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.0.2",
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~4.8",
"symfony/css-selector": "~2.8"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"drupal-scaffold": "LakeDrops\\Drupal8Scaffold\\Plugin::scaffold"
},
"extra": {
"drupal-scaffold": {
"excludes": [
"sites/default/default.settings.php",
"sites/default/default.services.yml",
"sites/development.services.yml",
"sites/example.settings.local.php",
"sites/example.sites.php"
]
},
"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"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"web/libraries/{$name}": [
"type:drupal-library"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/core": {
"Support date range": "https://www.drupal.org/files/issues/2161337-133.patch"
},
"drupal/node_view_permissions": {
"Replace String with SafeMarkup class": "https://www.drupal.org/files/issues/node-view-permissions-php7-support-2683175-2.patch"
},
"drupal/faq": {
"Missing argument 4": "https://www.drupal.org/files/issues/missing_argument_4_in_2743715-6.patch"
},
"drupal/social_profile_field": {
"Langparam": "https://www.drupal.org/files/issues/social_profile_field-fix-warnings-in-formatter-1.patch",
"Redundant icons": "https://www.drupal.org/files/issues/more_effective_handling-2799887-2.patch",
"Alter icon path": "https://www.drupal.org/files/issues/allow_for_different-2799907-2.patch"
},
"drupal/draggableviews": {
"D8": "https://www.drupal.org/files/issues/2425249-28.patch"
},
"drupal/metatag": {
"Disable console integration": "https://www.drupal.org/files/issues/metatag-deactivate_drupalconsole_services_0.patch"
},
"drupal/tagclouds": {
"Fix count": "https://www.drupal.org/files/issues/query_is_not_working-2651636-5.patch"