From c73910f1aa34a6d2da04c90142482fdf9fba6177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Fri, 17 Feb 2023 02:03:35 +0100 Subject: [PATCH] feat(seacms-them): use it from git --- composer.json | 11 ++--------- composer.lock | 13 ++++++------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 3fb6bfb..0dcfc41 100644 --- a/composer.json +++ b/composer.json @@ -42,15 +42,8 @@ "url": "https://git.defis.info/SeaCMS/seacms-manager" }, { - "type": "path", - "url": "../seacms-theme", - "options": { - "name": "seacms/seacms-theme", - "versions": { - "seacms/seacms-theme": "dev-master", - "symlink": true - } - } + "type": "vcs", + "url": "https://git.defis.info/SeaCMS/seacms-theme" }, { "type": "package", diff --git a/composer.lock b/composer.lock index e60d896..63b573a 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": "897f15b189b0dd918abc0a9899ad2896", + "content-hash": "7ac556fbfefc2d3112da78e8a96230d8", "packages": [ { "name": "erusev/parsedown", @@ -311,14 +311,15 @@ { "name": "seacms/seacms-theme", "version": "dev-master", - "dist": { - "type": "path", - "url": "../seacms-theme", + "source": { + "type": "git", + "url": "https://git.defis.info/SeaCMS/seacms-theme", "reference": "7e1c0927f4164d4edf448c0be80e207af34770fa" }, "require": { "seacms/manager": "dev-master" }, + "default-branch": true, "type": "pico-theme", "extra": { "installer-name": "seacms" @@ -335,9 +336,7 @@ "seacms", "seacms-theme" ], - "transport-options": { - "relative": true - } + "time": "2023-02-17T22:36:41+00:00" }, { "name": "symfony/polyfill-ctype",