-
- Downloads
There was a problem fetching the pipeline summary.
Update meta data
parent
f6947a67
No related branches found
No related tags found
Pipeline #
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
"description": "Library to prepare local Traefik Docker container which is used by e.g. Docker4Drupal.", | "description": "Library to prepare local Traefik Docker container which is used by e.g. Docker4Drupal.", | ||
"type": "library", | "type": "library", | ||
"keywords": ["Drupal", "Development", "Docker"], | "keywords": ["Drupal", "Development", "Docker"], | ||
"homepage": "https://gitlab.lakedrops.com/lakedrops/docker-traefik", | "homepage": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik", | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"authors": [ | "authors": [ | ||
{ | { | ||
... | @@ -20,11 +20,11 @@ | ... | @@ -20,11 +20,11 @@ |
} | } | ||
], | ], | ||
"support": { | "support": { | ||
"issues": "https://gitlab.lakedrops.com/lakedrops/docker-traefik/issues", | "issues": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/issues", | ||
"source": "https://gitlab.lakedrops.com/lakedrops/docker-traefik/tree/master" | "source": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/tree/master" | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=5.4.5", | "php": ">=5.6", | ||
"symfony/filesystem": "^2", | "symfony/filesystem": "^2", | ||
"symfony/yaml": "^2" | "symfony/yaml": "^2" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment