-
- 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 @@ |
"description": "Library to prepare local Traefik Docker container which is used by e.g. Docker4Drupal.", | ||
"type": "library", | ||
"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+", | ||
"authors": [ | ||
{ | ||
... | ... | @@ -20,11 +20,11 @@ |
} | ||
], | ||
"support": { | ||
"issues": "https://gitlab.lakedrops.com/lakedrops/docker-traefik/issues", | ||
"source": "https://gitlab.lakedrops.com/lakedrops/docker-traefik/tree/master" | ||
"issues": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/issues", | ||
"source": "https://gitlab.lakedrops.com/composer/plugin/docker-traefik/tree/master" | ||
}, | ||
"require": { | ||
"php": ">=5.4.5", | ||
"php": ">=5.6", | ||
"symfony/filesystem": "^2", | ||
"symfony/yaml": "^2" | ||
}, | ||
... | ... |
Please register or sign in to comment