shore(composer): update

This commit is contained in:
Jérémy Dufraisse 2023-03-11 00:39:22 +01:00
parent 4c37172f60
commit 198d8b4e82
2 changed files with 274 additions and 39 deletions

View File

@ -49,6 +49,18 @@
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/pico"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-api"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-auth"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/pico-content-editor"
}
],
"require-dev": {

301
composer.lock generated
View File

@ -4,33 +4,37 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "490299b11b80bb11ef4a90bdfaf855b7",
"content-hash": "acd75993fdb60664bd88d52c3c7d115d",
"packages": [
{
"name": "erusev/parsedown",
"version": "1.7.4",
"version": "v2.0.0-beta-1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
"reference": "32278afaf36c758de026b66661d3afd6dfbea743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/32278afaf36c758de026b66661d3afd6dfbea743",
"reference": "32278afaf36c758de026b66661d3afd6dfbea743",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
"php": "^7.1||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
"friendsofphp/php-cs-fixer": "^3.0.0",
"infection/infection": "^0.25.0",
"phpunit/phpunit": "^9.3.11||^8.5.21||^7.5.20",
"roave/infection-static-analysis-plugin": "^1.10.0",
"vimeo/psalm": "^4.10.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
"psr-4": {
"Erusev\\Parsedown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -52,34 +56,40 @@
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
"source": "https://github.com/erusev/parsedown/tree/v2.0.0-beta-1"
},
"time": "2019-12-30T22:54:17+00:00"
"time": "2022-05-21T21:40:24+00:00"
},
{
"name": "erusev/parsedown-extra",
"version": "0.8.1",
"version": "v2.0.0-beta-1",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
"reference": "aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
"reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef",
"reference": "aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef",
"shasum": ""
},
"require": {
"erusev/parsedown": "^1.7.4"
"erusev/parsedown": "^2.0.0|^2.0.0-beta-1",
"ext-mbstring": "*",
"php": "^7.1||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
"friendsofphp/php-cs-fixer": "^3.0.0",
"infection/infection": "^0.25.0",
"phpunit/phpunit": "^9.3.11||^8.5.21||^7.5.20",
"roave/infection-static-analysis-plugin": "^1.10.0",
"vimeo/psalm": "^4.10.0"
},
"type": "library",
"autoload": {
"psr-0": {
"ParsedownExtra": ""
"psr-4": {
"Erusev\\ParsedownExtra\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -103,9 +113,9 @@
],
"support": {
"issues": "https://github.com/erusev/parsedown-extra/issues",
"source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
"source": "https://github.com/erusev/parsedown-extra/tree/v2.0.0-beta-1"
},
"time": "2019-12-30T23:20:37+00:00"
"time": "2022-05-21T21:46:56+00:00"
},
{
"name": "picocms/composer-installer",
@ -182,11 +192,11 @@
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/pico",
"reference": "61283bdba7c2ca2133f3e485642ffeaedb25128e"
"reference": "0187138622d9c8776be3324ed904abd6371c256f"
},
"require": {
"erusev/parsedown": "1.7.4",
"erusev/parsedown-extra": "0.8.1",
"erusev/parsedown": "^2.0.0-beta-1",
"erusev/parsedown-extra": "^2.0.0-beta-1",
"ext-mbstring": "*",
"php": "^7.0.8 || ^8.0",
"symfony/yaml": "^3.4",
@ -256,7 +266,64 @@
"issues": "https://github.com/picocms/Pico/issues",
"source": "https://github.com/picocms/Pico"
},
"time": "2023-01-24T10:20:23+00:00"
"time": "2023-03-10T23:35:40+00:00"
},
{
"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/app",
@ -264,7 +331,7 @@
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-app",
"reference": "1a75dad626a585e25aa5c744ef8ae9fdeadaf68b"
"reference": "38dea6765b59940e276884619f059ca990af9057"
},
"require": {
"composer": "^2.4",
@ -275,7 +342,9 @@
"ext-pcre": "*",
"php": "^8.0",
"picocms/composer-installer": "dev-pico-3.0",
"picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2"
"picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2",
"seacms/seacms-api": "dev-master",
"seacms/seacms-auth": "dev-master"
},
"suggest": {
"picocms/pico-theme": "Default pico theme : revision ^3.0"
@ -288,8 +357,12 @@
},
"autoload": {
"classmap": [
"App.php"
]
"App.php",
"SeacmsAppPlugin.php"
],
"psr-4": {
"SeaCMS\\App\\": "src"
}
},
"archive": {
"exclude": [
@ -312,7 +385,156 @@
"license": [
"EUPL-1.2"
],
"time": "2023-02-23T10:43:01+00:00"
"time": "2023-03-02T17:34:36+00:00"
},
{
"name": "seacms/pico-content-editor",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/pico-content-editor",
"reference": "1258377ed81edc492f1b7fb79cf76f18ab65a7fc"
},
"require": {
"php": "^8.0",
"pixel418/markdownify": "^2.3",
"seacms/seacms-api": "dev-master"
},
"default-branch": true,
"type": "pico-plugin",
"autoload": {
"psr-4": {
"PicoContentEditor\\": "src/"
},
"classmap": [
"PicoContentEditor.php"
]
},
"license": [
"EUPL-1.2"
],
"authors": [
{
"name": "Nicolas Liautaud",
"homepage": "https://github.com/nliautaud",
"role": "Lead Developer for fork"
},
{
"name": "Jérémy Dufraisse",
"homepage": "https://github.com/J9rem",
"role": "SeaCMS developer"
},
{
"name": "Thatoo",
"homepage": "https://github.com/Thatoo",
"role": "SeaCMS developer"
}
],
"description": "A WYSIWYG content editor plugin for SeaCMS",
"homepage": "https://git.defis.info/SeaCMS/pico-content-editor",
"keywords": [
"editor",
"pico",
"pico-content-editor",
"picocms",
"picocms-plugin"
],
"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"
},
"time": "2023-03-10T23:05:57+00:00"
},
{
"name": "seacms/seacms-api",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-api",
"reference": "f5b81d351454f2b7fe4c09d462f7802241ca94d1"
},
"require": {
"php": "^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-02T17:19:44+00:00"
},
{
"name": "seacms/seacms-auth",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-auth",
"reference": "245487ad7ffab6643360f0f87a72ca3710c4a7e8"
},
"require": {
"php": "^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-02-28T00:59:38+00:00"
},
{
"name": "seacms/seacms-theme",
@ -320,10 +542,11 @@
"source": {
"type": "git",
"url": "https://git.defis.info/SeaCMS/seacms-theme",
"reference": "810e39fafdfbd0d2b72e2a024810d1f4feacfdb2"
"reference": "89dfb914e435c91327fbeab11b05c9594fc9201f"
},
"require": {
"seacms/app": "dev-master"
"seacms/app": "dev-master",
"seacms/pico-content-editor": "dev-master"
},
"default-branch": true,
"type": "pico-theme",
@ -342,7 +565,7 @@
"seacms",
"seacms-theme"
],
"time": "2023-02-21T22:58:33+00:00"
"time": "2023-03-10T23:17:57+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -807,16 +1030,16 @@
},
{
"name": "symfony/finder",
"version": "v5.4.19",
"version": "v5.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f"
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f",
"url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19",
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19",
"shasum": ""
},
"require": {
@ -850,7 +1073,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.19"
"source": "https://github.com/symfony/finder/tree/v5.4.21"
},
"funding": [
{
@ -866,7 +1089,7 @@
"type": "tidelift"
}
],
"time": "2023-01-14T19:14:44+00:00"
"time": "2023-02-16T09:33:00+00:00"
},
{
"name": "symfony/polyfill-php80",