feat(seacms-them): use it from git

This commit is contained in:
Jérémy Dufraisse 2023-02-17 02:03:35 +01:00
parent 5a3d36d1ad
commit c73910f1aa
2 changed files with 8 additions and 16 deletions

View File

@ -42,15 +42,8 @@
"url": "https://git.defis.info/SeaCMS/seacms-manager" "url": "https://git.defis.info/SeaCMS/seacms-manager"
}, },
{ {
"type": "path", "type": "vcs",
"url": "../seacms-theme", "url": "https://git.defis.info/SeaCMS/seacms-theme"
"options": {
"name": "seacms/seacms-theme",
"versions": {
"seacms/seacms-theme": "dev-master",
"symlink": true
}
}
}, },
{ {
"type": "package", "type": "package",

13
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "897f15b189b0dd918abc0a9899ad2896", "content-hash": "7ac556fbfefc2d3112da78e8a96230d8",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -311,14 +311,15 @@
{ {
"name": "seacms/seacms-theme", "name": "seacms/seacms-theme",
"version": "dev-master", "version": "dev-master",
"dist": { "source": {
"type": "path", "type": "git",
"url": "../seacms-theme", "url": "https://git.defis.info/SeaCMS/seacms-theme",
"reference": "7e1c0927f4164d4edf448c0be80e207af34770fa" "reference": "7e1c0927f4164d4edf448c0be80e207af34770fa"
}, },
"require": { "require": {
"seacms/manager": "dev-master" "seacms/manager": "dev-master"
}, },
"default-branch": true,
"type": "pico-theme", "type": "pico-theme",
"extra": { "extra": {
"installer-name": "seacms" "installer-name": "seacms"
@ -335,9 +336,7 @@
"seacms", "seacms",
"seacms-theme" "seacms-theme"
], ],
"transport-options": { "time": "2023-02-17T22:36:41+00:00"
"relative": true
}
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",