From cfe4b3f117c0fe11280ef6c1c5605f1ee596cc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Wed, 27 Apr 2022 19:04:32 +0200 Subject: [PATCH] feature: Package-Download mittels HTTPS --- example/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/composer.json b/example/composer.json index 98120c4..68b2cdb 100644 --- a/example/composer.json +++ b/example/composer.json @@ -5,8 +5,8 @@ "license": "GPL-3.0-or-later", "repositories": [ { - "type": "path", - "url": "../" + "type": "vcs", + "url": "https://git.torsten-hettstedt.de/PHP-Packages/PHP-Packages.SAX-XML-Reader.git" } ], "authors": [