diff --git a/composer.json b/composer.json index 4f43a99..8d5f556 100644 --- a/composer.json +++ b/composer.json @@ -39,8 +39,15 @@ }, "repositories": [ { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/seacms-app" + "type": "path", + "url": "../seacms-app", + "options": { + "name": "seacms/seacms-app", + "versions": { + "seacms/seacms-theme": "dev-master", + "symlink": true + } + } }, { "type": "vcs", diff --git a/composer.lock b/composer.lock index 944220b..5e6c6fd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fa9b79586563a41fe25dc25c21f98ed1", + "content-hash": "f22f0ff0b809c1ae0f9bdda6ce6bc853", "packages": [ { "name": "erusev/parsedown", @@ -318,9 +318,9 @@ { "name": "seacms/app", "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/seacms-app", + "dist": { + "type": "path", + "url": "../seacms-app", "reference": "13832e4cc764530c6e86cc6976136a9899a9c507" }, "require": { @@ -337,7 +337,6 @@ "suggest": { "picocms/pico-theme": "Default pico theme : revision ^3.0" }, - "default-branch": true, "type": "library", "extra": { "pico-plugin-dir": "vendor/picocms/plugins/", @@ -364,7 +363,9 @@ "license": [ "EUPL-1.2" ], - "time": "2023-02-22T18:48:16+00:00" + "transport-options": { + "relative": true + } }, { "name": "seacms/pico-content-editor",