Varbase 8.6.3
name: 'Varbase Bootstrap Paragraphs'
type: module
description: 'A suite of Paragraph bundles to be used for Varbase distribution. Made with the Boostrap framework, based on a fork of Bootstrap Paragraph module (bootstrap_paragraphs).'
core: 8.x
version: 8.x-6.x-dev
package: Varbase
components:
- vbp_text_and_image
dependencies:
- varbase_media:varbase_media
install:
- text
- options
- link
- ckeditor
- block
- advanced_text_formatter
- field_group
- maxlength
- webform
- viewsreference
- entity_reference_revisions
- paragraphs
- paragraphs_previewer
Varbase 8.6.3
"require": {
"composer/installers": "~1.0",
"oomphinc/composer-installers-extender": "~1.0",
"cweagans/composer-patches": "~1.0",
"drupal/drupal-library-installer-plugin": "^0.3",
"drupal/varbase_media": "~6.0",
"drupal/paragraphs": "1.5",
"drupal/paragraphs_previewer": "1.2",
"drupal/viewsreference": "~2.0",
"drupal/webform": "~5.0",
"drupal/field_group": "~3.0",
"drupal/advanced_text_formatter": "~1.0",
"drupal/maxlength": "~1"
},
If you want to use with minimal Drupal 8, you could use the following composer.json set:
{
"name": "drupal/drupal",
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"type": "project",
"license": "GPL-2.0-or-later",
"require": {
"composer/installers": "~1",
"oomphinc/composer-installers-extender": "~1",
"cweagans/composer-patches": "~1",
"drupal-composer/drupal-scaffold": "~2",
"drupal/drupal-library-installer-plugin": "^0.3",
"wikimedia/composer-merge-plugin": "^1.4",
"drupal/varbase_bootstrap_paragraphs": "~6.0"
},
"replace": {
"drupal/core": "^8.6"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"autoloader-suffix": "Drupal8"
},
"extra": {
"_readme": [
"By default Drupal loads the autoloader from ./vendor/autoload.php.",
"To change the autoloader you can edit ./autoload.php.",
"This file specifies the packages.drupal.org repository.",
"You can read more about this composer repository at:",
"https://www.drupal.org/node/2718229"
],
"merge-plugin": {
"include": [
"core/composer.json"
],
"recurse": true,
"replace": false,
"merge-extra": false
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"core": ["type:drupal-core"],
"profiles/{$name}": ["type:drupal-profile"],
"modules/contrib/{$name}": ["type:drupal-module"],
"themes/contrib/{$name}": ["type:drupal-theme"],
"libraries/slick": ["npm-asset/slick-carousel"],
"libraries/ace": ["npm-asset/ace-builds"],
"libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"modules/custom/{$name}": ["type:drupal-custom-module"],
"themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"drupal-libraries": {
"library-directory": "libraries",
"libraries": [
{"name": "dropzone","package": "npm-asset/dropzone"},
{"name": "blazy", "package": "npm-asset/blazy"},
{"name": "slick", "package": "npm-asset/slick-carousel"},
{"name": "ace", "package": "npm-asset/ace-builds"}
]
}
},
"autoload": {
"psr-4": {
"Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
}
},
"scripts": {
"pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
"post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess",
"post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
"post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
"drupal-phpunit-upgrade-check": "Drupal\\Core\\Composer\\Composer::upgradePHPUnit",
"drupal-phpunit-upgrade": "@composer update phpunit/phpunit phpspec/prophecy symfony/yaml --with-dependencies --no-progress",
"phpcs": "phpcs --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --",
"phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
}
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #6
rajab natshahComment #12
rajab natshahComment #14
rajab natshahComment #16
rajab natshahComment #17
rajab natshahComment #18
rajab natshahComment #19
rajab natshahComment #20
rajab natshah