diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5ac956aca07352007af25eb71830540fbff88c9..16e920fb0c1918425bdd9829cfab5e2e189dfef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,3 @@ -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}'"}}' diff --git a/composer.json b/composer.json index e130d07d5cdee692060aa86158627c46adefc1d6..8d2b827ad3b5de2e8cb0708692164fe68b3f9696 100644 --- a/composer.json +++ b/composer.json @@ -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" },