diff --git a/composer.json b/composer.json index 52017bd..1a3b81a 100644 --- a/composer.json +++ b/composer.json @@ -39,12 +39,26 @@ }, "repositories": [ { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/seacms-app" + "type": "path", + "url": "../seacms-app", + "options": { + "name": "seacms/seacms-app", + "versions": { + "seacms/seacms-app": "dev-master", + "symlink": true + } + } }, { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/pico-content-editor" + "type": "path", + "url": "../pico-content-editor", + "options": { + "name": "seacms/pico-content-editor", + "versions": { + "seacms/pico-content-editor": "dev-master", + "symlink": true + } + } }, { "type": "path", @@ -58,16 +72,37 @@ } }, { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/pico" + "type": "path", + "url": "../pico", + "options": { + "name": "picocms/pico", + "versions": { + "picocms/pico": "dev-fix-compatibility-php8", + "symlink": true + } + } }, { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/seacms-api" - }, + "type": "path", + "url": "../seacms-api", + "options": { + "name": "seacms/seacms-api", + "versions": { + "seacms/seacms-api": "dev-master", + "symlink": true + } + } + }, { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/seacms-auth" + "type": "path", + "url": "../seacms-auth", + "options": { + "name": "seacms/seacms-auth", + "versions": { + "seacms/seacms-auth": "dev-master", + "symlink": true + } + } } ] } diff --git a/composer.lock b/composer.lock index 9e12b57..5a57622 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": "74b4ba717f4f136f2a0da15297e0a163", + "content-hash": "ca7ae09d4583642f355da888629c686f", "packages": [ { "name": "erusev/parsedown", @@ -189,9 +189,9 @@ { "name": "picocms/pico", "version": "dev-fix-compatibility-php8", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/pico", + "dist": { + "type": "path", + "url": "../pico", "reference": "0187138622d9c8776be3324ed904abd6371c256f" }, "require": { @@ -266,7 +266,9 @@ "issues": "https://github.com/picocms/Pico/issues", "source": "https://github.com/picocms/Pico" }, - "time": "2023-03-10T23:35:40+00:00" + "transport-options": { + "relative": true + } }, { "name": "pixel418/markdownify", @@ -328,9 +330,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": "38dea6765b59940e276884619f059ca990af9057" }, "require": { @@ -349,7 +351,6 @@ "suggest": { "picocms/pico-theme": "Default pico theme : revision ^3.0" }, - "default-branch": true, "type": "library", "extra": { "pico-plugin-dir": "vendor/picocms/plugins/", @@ -385,14 +386,16 @@ "license": [ "EUPL-1.2" ], - "time": "2023-03-02T17:34:36+00:00" + "transport-options": { + "relative": true + } }, { "name": "seacms/pico-content-editor", "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/pico-content-editor", + "dist": { + "type": "path", + "url": "../pico-content-editor", "reference": "1258377ed81edc492f1b7fb79cf76f18ab65a7fc" }, "require": { @@ -400,7 +403,6 @@ "pixel418/markdownify": "^2.3", "seacms/seacms-api": "dev-master" }, - "default-branch": true, "type": "pico-plugin", "autoload": { "psr-4": { @@ -444,20 +446,21 @@ "issues": "https://git.defis.info/SeaCMS/pico-content-editor/issues", "source": "https://git.defis.info/SeaCMS/pico-content-editor" }, - "time": "2023-03-10T23:05:57+00:00" + "transport-options": { + "relative": true + } }, { "name": "seacms/seacms-api", "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/seacms-api", + "dist": { + "type": "path", + "url": "../seacms-api", "reference": "f5b81d351454f2b7fe4c09d462f7802241ca94d1" }, "require": { "php": "^8.0" }, - "default-branch": true, "type": "pico-plugin", "autoload": { "psr-4": { @@ -490,21 +493,22 @@ "issues": "https://git.defis.info/SeaCMS/seacms-api/issues", "source": "https://git.defis.info/SeaCMS/seacms-api" }, - "time": "2023-03-02T17:19:44+00:00" + "transport-options": { + "relative": true + } }, { "name": "seacms/seacms-auth", "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/seacms-auth", + "dist": { + "type": "path", + "url": "../seacms-auth", "reference": "245487ad7ffab6643360f0f87a72ca3710c4a7e8" }, "require": { "php": "^8.0", "seacms/seacms-api": "dev-master" }, - "default-branch": true, "type": "pico-plugin", "autoload": { "classmap": [ @@ -534,7 +538,9 @@ "issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", "source": "https://git.defis.info/SeaCMS/seacms-auth" }, - "time": "2023-02-28T00:59:38+00:00" + "transport-options": { + "relative": true + } }, { "name": "seacms/seacms-theme",