fix(composer): migrate to accolades

This commit is contained in:
Jérémy Dufraisse 2023-12-25 17:27:05 +01:00
parent dcd68b4aca
commit 84e0107ab5
2 changed files with 8 additions and 182 deletions

View File

@ -3,7 +3,7 @@
"type": "pico-plugin",
"description": "A WYSIWYG content editor plugin for SeaCMS",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-content-editor", "editor"],
"homepage": "https://git.defis.info/SeaCMS/pico-content-editor",
"homepage": "https://git.accolades.coop/SeaCMS/pico-content-editor",
"license": "EUPL-1.2",
"readme": "README.md",
"authors": [
@ -14,19 +14,19 @@
},
{
"name": "Jérémy Dufraisse",
"homepage": "https://github.com/J9rem",
"homepage": "https://git.accolades.coop/jeremy",
"role": "SeaCMS developer"
},
{
"name": "Thatoo",
"homepage": "https://github.com/Thatoo",
"homepage": "https://git.accolades.coop/nathanael",
"role": "SeaCMS developer"
}
],
"support": {
"docs": "https://git.defis.info/SeaCMS/pico-content-editor/src/branch/master/README.md",
"issues": "https://git.defis.info/SeaCMS/pico-content-editor/issues",
"source": "https://git.defis.info/SeaCMS/pico-content-editor"
"docs": "https://git.accolades.coop/SeaCMS/pico-content-editor/src/branch/master/README.md",
"issues": "https://git.accolades.coop/SeaCMS/pico-content-editor/issues",
"source": "https://git.accolades.coop/SeaCMS/pico-content-editor"
},
"require": {
"php": "^7.2.5||^8.0",
@ -49,11 +49,11 @@
"repositories": [
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-api"
"url": "https://git.accolades.coop/SeaCMS/seacms-api"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-auth"
"url": "https://git.accolades.coop/SeaCMS/seacms-auth"
}
]
}

174
composer.lock generated
View File

@ -1,174 +0,0 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bf7d4cf3a7cc15f2e1df190dbd956241",
"packages": [
{
"name": "pixel418/markdownify",
"version": "v2.3.1",
"source": {
"type": "git",
"url": "https://github.com/Elephant418/Markdownify.git",
"reference": "891be2176858712c6c4581da410e96fc2019e3f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Elephant418/Markdownify/zipball/891be2176858712c6c4581da410e96fc2019e3f0",
"reference": "891be2176858712c6c4581da410e96fc2019e3f0",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"type": "lib",
"autoload": {
"psr-4": {
"Markdownify\\": "src",
"Test\\Markdownify\\": "test"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Milian Wolff",
"email": "mail@milianw.de",
"homepage": "http://milianw.de"
},
{
"name": "Thomas Zilliox",
"email": "hello@tzi.fr",
"homepage": "https://tzi.fr"
}
],
"description": "The HTML to Markdown converter for PHP ",
"homepage": "https://github.com/elephant418/Markdownify",
"keywords": [
"converter",
"html",
"markdown",
"markdownify"
],
"support": {
"issues": "https://github.com/Elephant418/Markdownify/issues",
"source": "https://github.com/Elephant418/Markdownify/tree/master"
},
"time": "2019-01-22T16:33:43+00:00"
},
{
"name": "seacms/seacms-api",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-api",
"reference": "f3574dd6d68d1ef31fa3534c4d9b96aac4ef2bc1"
},
"require": {
"php": "^7.2.5||^8.0"
},
"default-branch": true,
"type": "pico-plugin",
"autoload": {
"psr-4": {
"SeaCMS\\Api\\": "src"
},
"classmap": [
"SeacmsApi.php"
]
},
"license": [
"EUPL-1.2"
],
"authors": [
{
"name": "Jérémy Dufraisse",
"homepage": "https://github.com/J9rem",
"role": "SeaCMS developer"
}
],
"description": "API route for SeaCMS",
"homepage": "https://git.defis.info/SeaCMS/seacms-api",
"keywords": [
"api",
"pico",
"picocms",
"picocms-plugin"
],
"support": {
"docs": "https://git.defis.info/SeaCMS/seacms-api/src/branch/master/README.md",
"issues": "https://git.defis.info/SeaCMS/seacms-api/issues",
"source": "https://git.defis.info/SeaCMS/seacms-api"
},
"time": "2023-03-23T10:38:49+00:00"
},
{
"name": "seacms/seacms-auth",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-auth",
"reference": "1955005a69850591e5f95732f6ddfa00a88e77dc"
},
"require": {
"php": "^7.2.5||^8.0",
"seacms/seacms-api": "dev-master"
},
"default-branch": true,
"type": "pico-plugin",
"autoload": {
"classmap": [
"SeacmsAuth.php"
]
},
"license": [
"EUPL-1.2"
],
"authors": [
{
"name": "Jérémy Dufraisse",
"homepage": "https://github.com/J9rem",
"role": "SeaCMS developer"
}
],
"description": "API route for SeaCMS",
"homepage": "https://git.defis.info/SeaCMS/seacms-auth",
"keywords": [
"auth",
"pico",
"picocms",
"picocms-plugin"
],
"support": {
"docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md",
"issues": "https://git.defis.info/SeaCMS/seacms-auth/issues",
"source": "https://git.defis.info/SeaCMS/seacms-auth"
},
"time": "2023-03-23T10:39:38+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"seacms/seacms-api": 20,
"seacms/seacms-auth": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.2.5||^8.0"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
},
"plugin-api-version": "2.3.0"
}