-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.04 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "wunderio/drupal-gitlab-local-pipelines",
"description": "Run Drupal Gitlab pipeline tasks locally with GrumpPHP.",
"type": "composer-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/wunderio/drupal-gitlab-local-pipelines",
"authors": [
{
"name": "Hannes Kirsman",
"email": "[email protected]",
"homepage": "https://github.com/hkirsman",
"role": "Developer"
}
],
"require": {
"composer-plugin-api": "^2.0",
"drupal/coder": "^8.3",
"phpro/grumphp": "^2.6",
"sirbrillig/phpcs-variable-analysis": "^2.11",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10"
},
"require-dev": {
"composer/composer": "^2.0"
},
"autoload": {
"psr-4": {
"Wunderio\\DrupalGitlabLocalPipelines\\Composer\\": "src/"
}
},
"extra": {
"class": "Wunderio\\DrupalGitlabLocalPipelines\\Composer\\InstallHelperPlugin"
}
}