feat(seacms-app): can use local

dufraissejeremy 2 years ago
parent 5b8ae8eac2
commit 5fef97890d
  1. 11
      composer.json
  2. 13
      composer.lock

@ -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",

13
composer.lock generated

@ -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",

Loading…
Cancel
Save