From 8b097bdbdbbaf8a3faf8150d06838c2de524f597 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 5 Nov 2017 11:38:41 +0100
Subject: [PATCH] Update meta data

---
 .gitlab-ci.yml | 13 -------------
 composer.json  |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5ac956..16e920f 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 e130d07..8d2b827 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"
     },
-- 
GitLab