Issue #3470239: Add .gitlab-ci.yml and adjust composer.json to conform with the drupal standard
parent
6d695249
No related branches found
No related tags found
.gitlab-ci.yml
0 → 100644
{ | ||
"name": "drupal/extra_field", | ||
"description": "Provides a plugin type for extra fields that look like real fields, but do not store data.", | ||
"type": "drupal-module", | ||
"homepage": "https://www.drupal.org/project/extra_field", | ||
"license": "GPL-2.0+", | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/extra_field", | ||
"source": "https://www.drupal.org/project/extra_field" | ||
}, | ||
"extra": { | ||
"drush": { | ||
"services": { | ||
... | ... |
Please register or sign in to comment