Skip to content
Snippets Groups Projects
Commit 0e7cdde5 authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Add composer.json and .info.yml

parent 4e6d62b8
No related branches found
No related tags found
No related merge requests found
Pipeline #411237 failed
# Gitlab Templates Downstream
## Branches
The branch names show the minimum Drupal core compatibilty, followed by some short indicative text.
* `d7-basic` has a `.info` file and no `composer.json` file.
* `d7-composer` has a `.info.yml` file and a `composer.json` file.
{
"name": "drupal/gitlab_templates_downstream",
"description": "This module is used for testing Gitlab Templates changes.",
"type": "drupal-module",
"homepage": "https://drupal.org/project/gitlab_templates_downstream",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Jonathan Smith",
"email": "jonathan1055@drupal.sandfordsolutions.com"
}
],
"require": {
"drupal/core": "^7"
}
}
name = Gitlab Templates Downstream
description = This module is used for testing Gitlab Templates changes.
core = 7.x
name: Gitlab Templates Downstream
description: This module is used for testing Gitlab Templates changes.
type: module
core_version_requirement: ^7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment