-
- Downloads
Add composer mirror source to the global variable
.gitignore
0 → 100755
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment