feat(dependencies); use local

feat/use-default-theme
dufraissejeremy 2 years ago
parent d2e4cbc239
commit a0bc52d6da
  1. 57
      composer.json
  2. 56
      composer.lock

@ -39,12 +39,26 @@
}, },
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/seacms-app" "url": "../seacms-app",
"options": {
"name": "seacms/seacms-app",
"versions": {
"seacms/seacms-app": "dev-master",
"symlink": true
}
}
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/pico-content-editor" "url": "../pico-content-editor",
"options": {
"name": "seacms/pico-content-editor",
"versions": {
"seacms/pico-content-editor": "dev-master",
"symlink": true
}
}
}, },
{ {
"type": "path", "type": "path",
@ -58,16 +72,37 @@
} }
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/pico" "url": "../pico",
"options": {
"name": "picocms/pico",
"versions": {
"picocms/pico": "dev-fix-compatibility-php8",
"symlink": true
}
}
}, },
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/seacms-api" "url": "../seacms-api",
}, "options": {
"name": "seacms/seacms-api",
"versions": {
"seacms/seacms-api": "dev-master",
"symlink": true
}
}
},
{ {
"type": "vcs", "type": "path",
"url": "https://git.defis.info/SeaCMS/seacms-auth" "url": "../seacms-auth",
"options": {
"name": "seacms/seacms-auth",
"versions": {
"seacms/seacms-auth": "dev-master",
"symlink": true
}
}
} }
] ]
} }

56
composer.lock generated

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

Loading…
Cancel
Save