Skip to content
Snippets Groups Projects
Commit e514cbcd authored by Mohammad Fayoumi's avatar Mohammad Fayoumi
Browse files

Add composer mirror source to the global variable

parent d52f5e8d
No related branches found
No related tags found
No related merge requests found
# Ignore node modules
node_modules
/*/modules/varbase_core/node_modules
# Ignore vim swp files and gedit temp files
*.swp
*.*~
.vim
# Eclipse settings files.
.project
.pydevproject
.settings
.buildpath
# netbeans settings files.
nbproject
/nbproject
/nbproject/
/nbproject/private/
# Ignore OS settings files.
.DS_Store*
Thumbs.db
ehthumbs.db
# Ignore files generated by PhpStorm.
.idea
# Ignore server stuff.
.bash_history
.bashrc
errors.log
......@@ -4,7 +4,6 @@
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Vardot",
......@@ -17,10 +16,28 @@
"role": "Maintainer"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "library-blockui/blockui",
"version": "v2.70",
"type": "drupal-library",
"dist": {
"url": "https://github.com/malsup/blockui/archive/2.70.zip",
"type": "zip"
}
}
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/core": "^10 || ^11",
"vardot/module-installer-factory": "~1",
"drupal/elasticsearch_search_api": "^2.1"
"drupal/elasticsearch_search_api": "~2"
},
"support": {
"issues": "https://www.drupal.org/project/issues/search_api_elasticsearchkit_proxy",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment