Skip to content
Snippets Groups Projects
Commit 8b097bdb authored by jurgenhaas's avatar jurgenhaas
Browse files

Update meta data

parent f6947a67
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- test
- deploy
Test:
stage: test
except:
- tags
script:
- composer install
- ./vendor/bin/phpunit
Deploy:
stage: deploy
script:
- curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}'
......@@ -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"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment