From a039c0a162f82852a5308e49b3f80323ae7da2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 25 Dec 2023 17:29:16 +0100 Subject: [PATCH] fix(composer): remove dependency on pico forked --- composer.json | 6 +- composer.lock | 882 -------------------------------------------------- 2 files changed, 1 insertion(+), 887 deletions(-) delete mode 100644 composer.lock diff --git a/composer.json b/composer.json index b0b915b..3a340d0 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "ext-mbstring": "*", "ext-pcre": "*", "picocms/composer-installer": "dev-pico-3.0", - "picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2", + "picocms/pico": "dev-pico-3.0", "seacms/composer-plugin": "dev-master", "seacms/seacms-api": "dev-master", "seacms/seacms-auth": "dev-master" @@ -56,10 +56,6 @@ "exclude": ["vendor","node_modules","/archives","/*.zip","/*.gz","/*.bz2"] }, "repositories": [ - { - "type": "vcs", - "url": "https://git.defis.info/SeaCMS/pico" - }, { "type": "vcs", "url": "https://git.defis.info/SeaCMS/seacms-api" diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 20b799f..0000000 --- a/composer.lock +++ /dev/null @@ -1,882 +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": "8c6acb90dd7429741534e63b22acbbf9", - "packages": [ - { - "name": "erusev/parsedown", - "version": "v2.0.0-beta-1", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown.git", - "reference": "32278afaf36c758de026b66661d3afd6dfbea743" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/32278afaf36c758de026b66661d3afd6dfbea743", - "reference": "32278afaf36c758de026b66661d3afd6dfbea743", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "^7.1||^8.0" - }, - "require-dev": { - "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-4": { - "Erusev\\Parsedown\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "Parser for Markdown.", - "homepage": "http://parsedown.org", - "keywords": [ - "markdown", - "parser" - ], - "support": { - "issues": "https://github.com/erusev/parsedown/issues", - "source": "https://github.com/erusev/parsedown/tree/v2.0.0-beta-1" - }, - "time": "2022-05-21T21:40:24+00:00" - }, - { - "name": "erusev/parsedown-extra", - "version": "v2.0.0-beta-1", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown-extra.git", - "reference": "aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef", - "reference": "aaed6a888230a9ffb5ef35e9f403ba2b5e4e21ef", - "shasum": "" - }, - "require": { - "erusev/parsedown": "^2.0.0|^2.0.0-beta-1", - "ext-mbstring": "*", - "php": "^7.1||^8.0" - }, - "require-dev": { - "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-4": { - "Erusev\\ParsedownExtra\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "An extension of Parsedown that adds support for Markdown Extra.", - "homepage": "https://github.com/erusev/parsedown-extra", - "keywords": [ - "markdown", - "markdown extra", - "parsedown", - "parser" - ], - "support": { - "issues": "https://github.com/erusev/parsedown-extra/issues", - "source": "https://github.com/erusev/parsedown-extra/tree/v2.0.0-beta-1" - }, - "time": "2022-05-21T21:46:56+00:00" - }, - { - "name": "picocms/composer-installer", - "version": "dev-pico-3.0", - "source": { - "type": "git", - "url": "https://github.com/picocms/composer-installer.git", - "reference": "8e59c0f0ab55af384b4a788179de4e169bb1f60e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/picocms/composer-installer/zipball/8e59c0f0ab55af384b4a788179de4e169bb1f60e", - "reference": "8e59c0f0ab55af384b4a788179de4e169bb1f60e", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^2.1", - "php": ">=7.2" - }, - "type": "composer-plugin", - "extra": { - "class": "picocms\\ComposerInstaller\\Plugin", - "branch-alias": { - "dev-master": "1.0.x-dev", - "dev-pico-3.0": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "picocms\\ComposerInstaller\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Daniel Rudolf", - "email": "picocms.org@daniel-rudolf.de", - "role": "Lead Developer" - }, - { - "name": "The Pico Community", - "homepage": "https://picocms.org/" - }, - { - "name": "Contributors", - "homepage": "https://github.com/picocms/composer-installer/graphs/contributors" - } - ], - "description": "A composer plugin responsible for installing plugins and themes for Pico, a stupidly simple, blazing fast, flat file CMS.", - "homepage": "https://picocms.org/", - "keywords": [ - "composer", - "composer-installer", - "composer-plugin", - "pico", - "pico-cms", - "picocms", - "picocms-installer", - "picocms-plugin", - "picocms-theme" - ], - "support": { - "issues": "https://github.com/picocms/composer-installer/issues", - "source": "https://github.com/picocms/composer-installer" - }, - "time": "2022-02-27T16:50:04+00:00" - }, - { - "name": "picocms/pico", - "version": "dev-fix-compatibility-php8", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/pico", - "reference": "4342526f6d60fe72c87f7c2fd02c0b9bf4513db5" - }, - "require": { - "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", - "twig/twig": "^2.12" - }, - "suggest": { - "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.", - "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", - "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-pico-3.0": "3.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pico": "lib/", - "PicoPluginInterface": "lib/", - "AbstractPicoPlugin": "lib/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gilbert Pellegrom", - "email": "gilbert@pellegrom.me", - "role": "Project Founder" - }, - { - "name": "Daniel Rudolf", - "email": "picocms.org@daniel-rudolf.de", - "role": "Lead Developer" - }, - { - "name": "The Pico Community", - "homepage": "http://picocms.org/" - }, - { - "name": "Contributors", - "homepage": "https://github.com/picocms/Pico/graphs/contributors" - } - ], - "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.", - "homepage": "http://picocms.org/", - "keywords": [ - "cms", - "content-management", - "flat-file", - "markdown", - "markdown-to-html", - "php", - "pico", - "pico-cms", - "picocms", - "simple", - "twig", - "website", - "yaml" - ], - "support": { - "docs": "http://picocms.org/docs", - "issues": "https://github.com/picocms/Pico/issues", - "source": "https://github.com/picocms/Pico" - }, - "time": "2023-03-21T07:53:30+00:00" - }, - { - "name": "seacms/composer-plugin", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://git.defis.info/SeaCMS/composer-plugin", - "reference": "adc22cdee66306b9392435bf5407cf455b508608" - }, - "require": { - "composer-plugin-api": "^2.3", - "picocms/pico": "*", - "topfloor/composer-cleanup-vcs-dirs": "^1.1" - }, - "replace": { - "symfony/finder": "*" - }, - "require-dev": { - "phpunit/phpunit": "^8.5" - }, - "default-branch": true, - "type": "composer-plugin", - "extra": { - "class": "Seacms\\ComposerInstaller\\Plugin", - "plugin-modifies-downloads": true - }, - "autoload": { - "psr-4": { - "Seacms\\ComposerInstaller\\": "src/installer/", - "Seacms\\Command\\": "src/commands/" - } - }, - "license": [ - "EUPL-1.2" - ], - "authors": [ - { - "name": "Jérémy Dufraisse", - "homepage": "https://github.com/J9rem", - "role": "SeaCMS developer" - } - ], - "description": "Composer plugin SeaCMS", - "homepage": "https://git.defis.info/SeaCMS/composer-plugin", - "keywords": [ - "composer-plugin", - "seacma" - ], - "support": { - "docs": "https://git.defis.info/SeaCMS/composer-plugin/src/branch/master/README.md", - "issues": "https://git.defis.info/SeaCMS/composer-plugin/issues", - "source": "https://git.defis.info/SeaCMS/composer-plugin" - }, - "time": "2023-03-23T10:42:37+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" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", - "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.27.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-11-03T14:55:06+00:00" - }, - { - "name": "symfony/yaml", - "version": "v3.4.47", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "88289caa3c166321883f67fe5130188ebbb47094" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", - "reference": "88289caa3c166321883f67fe5130188ebbb47094", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" - }, - "require-dev": { - "symfony/console": "~3.4|~4.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/yaml/tree/v3.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "topfloor/composer-cleanup-vcs-dirs", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs.git", - "reference": "dfa7c8c0fe22e048310d00f133f7df14f0b2f57a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/VolantisDev/composer-cleanup-vcs-dirs/zipball/dfa7c8c0fe22e048310d00f133f7df14f0b2f57a", - "reference": "dfa7c8c0fe22e048310d00f133f7df14f0b2f57a", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1 | ^2", - "php": ">=5.5", - "symfony/finder": "*" - }, - "require-dev": { - "composer/composer": "dev-master" - }, - "type": "composer-plugin", - "extra": { - "class": "TopFloor\\ComposerCleanupVcsDirs\\Plugin" - }, - "autoload": { - "psr-4": { - "TopFloor\\ComposerCleanupVcsDirs\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "description": "Automatically deletes .git directories in newly installed or updated dependencies.", - "support": { - "issues": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs/issues", - "source": "https://github.com/VolantisDev/composer-cleanup-vcs-dirs/tree/1.1.0" - }, - "time": "2021-07-09T16:11:23+00:00" - }, - { - "name": "twig/twig", - "version": "v2.15.4", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e059001d6d597dd50ea7c74dd2464b4adea48d3", - "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.15-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - }, - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.4" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "time": "2022-12-27T12:26:20+00:00" - } - ], - "packages-dev": [], - "aliases": [ - { - "package": "picocms/pico", - "version": "dev-fix-compatibility-php8", - "alias": "v3.0.0-alpha.2", - "alias_normalized": "3.0.0.0-alpha2" - } - ], - "minimum-stability": "dev", - "stability-flags": { - "picocms/composer-installer": 20, - "picocms/pico": 20, - "seacms/composer-plugin": 20, - "seacms/seacms-api": 20, - "seacms/seacms-auth": 20 - }, - "prefer-stable": true, - "prefer-lowest": false, - "platform": { - "php": "^7.2.5||^8.0", - "ext-dom": "*", - "ext-filter": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-pcre": "*" - }, - "platform-dev": [], - "platform-overrides": { - "php": "7.2.5" - }, - "plugin-api-version": "2.3.0" -}