diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9022ca88e3a609de0bdb0d99bf1277581853e374..16e920fb0c1918425bdd9829cfab5e2e189dfef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ 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 d7126b268ee96ef4a9cd25da588c21dc2c4d960d..90c8bb50e5e61a6b359b6c2cef5b2db18452aa40 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Composer Plugin for development environments", "type": "composer-plugin", "keywords": ["Development"], - "homepage": "https://gitlab.lakedrops.com/lakedrops/dorgflow", + "homepage": "https://gitlab.lakedrops.com/composer/plugin/dorgflow", "license": "GPL-2.0+", "authors": [ { @@ -20,14 +20,14 @@ } ], "support": { - "issues": "https://gitlab.lakedrops.com/lakedrops/dorgflow/issues", - "source": "https://gitlab.lakedrops.com/lakedrops/dorgflow/tree/master" + "issues": "https://gitlab.lakedrops.com/composer/plugin/dorgflow/issues", + "source": "https://gitlab.lakedrops.com/composer/plugin/dorgflow/tree/master" }, "require": { "composer-plugin-api": "^1.0.0", "cypresslab/gitelephant": "~1.0", "lakedrops/dotenv": "^0.1", - "php": ">=5.4.5" + "php": ">=5.6" }, "autoload": { "psr-4": {