From f0c54299bbd5bf6b372e1f6275d3ac2d0ce51619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 13 Mar 2023 13:34:13 +0100 Subject: [PATCH] shore(composer.son): update --- composer.json | 1 - composer.lock | 71 +++++++++++++++++++++++++++++---------------------- 2 files changed, 40 insertions(+), 32 deletions(-) diff --git a/composer.json b/composer.json index e63e85e..200e1a4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "ext-json": "*", "ext-mbstring": "*", "ext-pcre": "*", - "composer": "^2.4", "picocms/composer-installer": "dev-pico-3.0", "picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2", "seacms/seacms-api": "dev-master", diff --git a/composer.lock b/composer.lock index c60b6bb..523fc59 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "77d8920942512339025d289f92e06be9", + "content-hash": "be708ff9986d2fb174120f724aaf733a", "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,7 @@ "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": "seacms/seacms-api", @@ -264,7 +274,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/seacms-api", - "reference": "49055e46711590f78a6d72ecb389d65d0a28e7a8" + "reference": "f5b81d351454f2b7fe4c09d462f7802241ca94d1" }, "require": { "php": "^8.0" @@ -302,7 +312,7 @@ "issues": "https://git.defis.info/SeaCMS/seacms-api/issues", "source": "https://git.defis.info/SeaCMS/seacms-api" }, - "time": "2023-03-02T15:44:25+00:00" + "time": "2023-03-02T17:19:44+00:00" }, { "name": "seacms/seacms-auth", @@ -310,7 +320,7 @@ "source": { "type": "git", "url": "https://git.defis.info/SeaCMS/seacms-auth", - "reference": "245487ad7ffab6643360f0f87a72ca3710c4a7e8" + "reference": "eef1cad3ccb4deda8f9fbccf01880e0040be3c97" }, "require": { "php": "^8.0", @@ -346,7 +356,7 @@ "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" + "time": "2023-03-11T17:16:33+00:00" }, { "name": "symfony/polyfill-ctype", @@ -765,8 +775,7 @@ "ext-filter": "*", "ext-json": "*", "ext-mbstring": "*", - "ext-pcre": "*", - "composer": "^2.4" + "ext-pcre": "*" }, "platform-dev": [], "platform-overrides": {