Varbase 8.6.3

varbase_editor/varbase_editor.info.yml


name: 'Varbase Editor'
description: 'Editor profile and settings to be used in most websites.'
type: module
package: Varbase
version: 8.x-6.x-dev
core: 8.x
project: varbase_editor
dependencies:
  - drupal:node
  - drupal:editor
  - drupal:ckeditor
  - drupal:filter
install:
  - ace_editor
  - ckeditor_bidi
  - ckeditor_media_embed
  - entity_embed
  - image_resize_filter
  - extlink
  - linkit
  - anchor_link
  - pathologic

Varbase 8.6.3

varbase_editor/composer.json

  "require": {
    "composer/installers": "~1.0",
    "oomphinc/composer-installers-extender": "~1.0",
    "cweagans/composer-patches": "~1.0",
    "drupal/drupal-library-installer-plugin": "^0.3",
    "npm-asset/ace-builds": "~1.0",
    "drupal/pathologic": "~1.0",
    "drupal/ckeditor_bidi": "~2.0",
    "drupal/ace_editor": "~1.0",
    "drupal/extlink": "~1.0",
    "drupal/linkit": "~4.0",
    "drupal/image_resize_filter": "1.x-dev#c3f4b23b02005859092aaff746b9f21b794adc58",
    "drupal/ckeditor_media_embed": "~1.0",
    "drupal/anchor_link": "~1.0"
  },

To test with Varbase Media with Varbase Editor you could

composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction

and then change the composer file as follows:

{
    "name": "drupal-composer/drupal-project",
    "description": "Project template for Drupal 8 projects with composer",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "",
            "role": ""
        }
    ],
    "repositories": {
        "drupal": {
          "type": "composer",
          "url": "https://packages.drupal.org/8"
         },
       "assets": {
         "type": "composer",
         "url": "https://asset-packagist.org"
        }
    },    
    "require": {
        "composer/installers": "~1.0",
        "oomphinc/composer-installers-extender": "~1.0",
        "cweagans/composer-patches": "~1.0",
        "drupal-composer/drupal-scaffold": "~2.0",
        "drupal/drupal-library-installer-plugin": "^0.3",
        "drupal/console": "^1.0.2",
        "drupal/core": "^8.6.0",
        "drush/drush": "^9.0.0",
        "vlucas/phpdotenv": "^2.4",
        "webflo/drupal-finder": "^1.0.0",
        "webmozart/path-util": "^2.3",
        "npm-asset/dropzone": "^4.3.0",
        "npm-asset/blazy": "^1.8.2",
        "npm-asset/slick-carousel": "^1.8.1",
        "npm-asset/ace-builds": "~1.0",
        "drupal/varbase_media": "~6.0",
        "drupal/varbase_editor": "~6.0",       
    },
    "require-dev": {
        "webflo/drupal-core-require-dev": "^8.6.0"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "classmap": [
            "scripts/composer/ScriptHandler.php"
        ],
        "files": ["load.environment.php"]
    },
    "scripts": {
        "pre-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "pre-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "post-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ],
        "post-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ]
    },
    "extra": {
        "patchLevel": {
            "drupal/core": "-p2"
        },
        "installer-types": [
          "bower-asset",
          "npm-asset"
        ],
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/slick": ["npm-asset/slick-carousel"],
            "web/libraries/ace": ["npm-asset/ace-builds"],
            "web/libraries/{$name}": [
              "type:drupal-library",
              "type:bower-asset",
              "type:npm-asset"
            ],
            "web/modules/contrib/{$name}": ["type:drupal-module"],
            "web/profiles/contrib/{$name}": ["type:drupal-profile"],
            "web/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/{$name}": ["type:drupal-drush"]
        },
        "drupal-scaffold": {
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            }
        },
        "drupal-libraries": {
         "library-directory": "web/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"}
          ]
        },
        "enable-patching": true,
        "composer-exit-on-patch-failure": true
    }
}

Comments

RajabNatshah created an issue. See original summary.

  • RajabNatshah committed 79f102b on 8.x-6.x
    Issue #3017550: Changed [Varbase Editor] Components dependencies on...
rajab natshah’s picture

Assigned: rajab natshah » mohammed j. razem
Status: Active » Needs review
Issue tags: +varbase-8.6.3
rajab natshah’s picture

Assigned: mohammed j. razem » Unassigned

  • RajabNatshah committed 8dd0c70 on 8.x-5.x
    Issue #3017550: Changed [Varbase Editor] composer.json to have tilde...

  • RajabNatshah committed 342b2c3 on 8.x-6.x
    Issue #3017550: Changed [Varbase Editor] Components dependencies on...

  • RajabNatshah committed c3de3c4 on 8.x-6.x
    Issue #3017550: Changed [Varbase Editor] Components dependencies on...

  • RajabNatshah committed be43438 on 8.x-6.x
    Issue #3017550: Changed [Varbase Editor] Components dependencies on...
rajab natshah’s picture

Status: Needs review » Fixed
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.