vardot / varbase-libraries
Varbase Libraries
Requires
- npm-asset/ace-builds: ~1
- npm-asset/aos: ~2
- npm-asset/blazy: ~1
- npm-asset/ckeditor--ckeditor5-media-embed: ~45.2.0
- npm-asset/dropzone: ~5
- npm-asset/jquery.fancytree: ~2
- npm-asset/slick-carousel: ~1
- npm-asset/swagger-ui-dist: ~3
- 10.1.x-dev
- 10.1.8
- 10.1.7
- 10.1.6
- 10.1.5
- 10.1.4
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0.0
- 10.0.x-dev
- 10.0.8
- 10.0.7
- 10.0.6
- 10.0.5
- 10.0.4
- 10.0.3
- 10.0.2
- 10.0.1
- 10.0.0.0
- 9.2.x-dev
- 9.2.8
- 9.2.7
- 9.2.6
- 9.2.5
- 9.2.4
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0.0
- 9.1.x-dev
- 9.1.2
- 9.1.1
- 9.1.0.0
- dev-no-libraries-10.1.x
- dev-no-libraries-9.2.x
- dev-no-libraries-9.1.x
- dev-no-libraries
This package is auto-updated.
Last update: 2025-07-16 15:06:40 UTC
README
List of needed libraries for Varbase used packages with Composer.
Use "vardot/varbase-libraries": "~10.1.0"
with Varbase
~10.1.0
and Drupal~11
Use "vardot/varbase-libraries": "~10.0.0"
with Varbase
~10.0.0
CKEditor5
and Drupal~10
Use "vardot/varbase-libraries": "~9.2.0"
with Varbase
~9.1.0
CKEditor5
and Drupal~10
Use "vardot/varbase-libraries": "~9.1.0"
with Varbase
~9.1.0
CKEditor4
and Drupal~10
In case of needing to manage project's local libraries only
NO libraries for Varbase ~10.1.0
With Drupal 10/11 : Use the
"vardot/varbase-libraries": "10.1.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/10.1.x/composer.json or NPM/YARN
NO libraries for Varbase ~10.0.0
With CKEditor 5 and Drupal 10 : Use the
"vardot/varbase-libraries": "10.0.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/10.0.x/composer.json or NPM/YARN
NO libraries For Varbase ~9.1.0
With CKEditor 4 and Drupal 10 : Use the
"vardot/varbase-libraries": "9.1.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/9.1.x/composer.json or NPM/YARN
NO libraries For Varbase ~9.1.0
With CKEditor 5 and Drupal 10 : Use the
"vardot/varbase-libraries": "9.2.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/9.2.x/composer.json or NPM/YARN
Varbase Libraries
List of needed libraries for Varbase used packages with Composer.
Use "vardot/varbase-libraries": "~10.1.0"
with Varbase
~10.1.0
and Drupal~11
Use "vardot/varbase-libraries": "~10.0.0"
with Varbase
~10.0.0
CKEditor5
and Drupal~10
Use "vardot/varbase-libraries": "~9.2.0"
with Varbase
~9.1.0
CKEditor5
and Drupal~10
Use "vardot/varbase-libraries": "~9.1.0"
with Varbase
~9.1.0
CKEditor4
and Drupal~10
Managing Only Local Libraries in Projects
In case of needing to manage project's local libraries only.
- Moving to a better drupal libraries management with Varbase
- As a step to remove the use of asset-packagist.org in Varbase
NO libraries for Varbase ~10.1.0
With Drupal 10/11 : Use the
"vardot/varbase-libraries": "10.1.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/10.1.x/composer.json or NPM/YARN
NO libraries for Varbase ~10.0.0
With CKEditor 5 and Drupal 10 : Use the
"vardot/varbase-libraries": "10.0.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/10.0.x/composer.json or NPM/YARN
NO libraries For Varbase ~9.1.0
With CKEditor 4 and Drupal 10 : Use the
"vardot/varbase-libraries": "9.1.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/9.1.x/composer.json or NPM/YARN
NO libraries For Varbase ~9.1.0
With CKEditor 5 and Drupal 10 : Use the
"vardot/varbase-libraries": "9.2.0.0"
static version to have no libraries and manage local libraries in the project with a copy of libraries from https://github.com/vardot/varbase-libraries/blob/9.2.x/composer.json or NPM/YARN
Advanced: Merge composer.libraries.json
from vardot/varbase-libraries
in vendor/
For projects that want full control over which libraries are included, without relying on asset-packagist.org, you can merge the libraries directly from the vardot/varbase-libraries package using wikimedia/composer-merge-plugin.
Setup Steps
Install the merge plugin:
composer require wikimedia/composer-merge-plugin:~2
Add merge configuration to your root composer.json:
"extra": {
"merge-plugin": {
"include": [
"vendor/vardot/varbase-libraries/composer.libraries.json"
],
"recurse": true,
"replace": false,
"merge-dev": false
}
}