-
- Downloads
There was an error fetching the commit references. Please try again later.
Initial commit
parents
No related branches found
No related tags found
composer.json
0 → 100644
{ | ||
"name": "drupal/gitlab_api", | ||
"type": "drupal-module", | ||
"description": "Integrates your Drupal site into GitLab using the GitLab API.", | ||
"keywords": [ | ||
"Drupal", | ||
"GitLab", | ||
"API" | ||
], | ||
"license": "GPL-2.0+", | ||
"homepage": "https://www.drupal.org/project/gitlab_api", | ||
"authors": [ | ||
{ | ||
"name": "Jürgen Haas", | ||
"homepage": "https://www.drupal.org/u/jurgenhaas" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/gitlab_api", | ||
"source": "https://git.drupal.org/project/gitlab_api" | ||
}, | ||
"require": { | ||
"m4tthumphrey/php-gitlab-api": "^9.13", | ||
"php-http/guzzle6-adapter": "^1.0" | ||
} | ||
} |
gitlab_api.info.yml
0 → 100644
src/Plugin/WebformHandler/CreateProject.php
0 → 100644
Please register or sign in to comment