diff --git a/composer.json b/composer.json index f0ce69d..df91504 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ "ext-pcre": "*", "composer": "^2.4", "picocms/composer-installer": "dev-pico-3.0", - "picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2", - "picocms/pico-theme": "^3.0" + "picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2" }, "config": { "optimize-autoloader": true, @@ -27,6 +26,9 @@ "picocms/composer-installer": true } }, + "suggest": { + "picocms/pico-theme": "Default pico theme : revision ^3.0" + }, "extra": { "pico-plugin-dir": "vendor/picocms/plugins/", "pico-theme-dir": "vendor/picocms/themes/" diff --git a/composer.lock b/composer.lock index 8d3f0d6..639bbff 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fee7b47b4ef8a3572dd9e559129b5311", + "content-hash": "07d7187731428bd478b4d17aa1a498bb", "packages": [ { "name": "erusev/parsedown", @@ -257,66 +257,6 @@ "source": "https://github.com/picocms/Pico" } }, - { - "name": "picocms/pico-theme", - "version": "v3.0.0-alpha.2", - "source": { - "type": "git", - "url": "https://github.com/picocms/pico-theme.git", - "reference": "2abf36b6621e667798420d6dc91d73bef7792365" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/picocms/pico-theme/zipball/2abf36b6621e667798420d6dc91d73bef7792365", - "reference": "2abf36b6621e667798420d6dc91d73bef7792365", - "shasum": "" - }, - "require": { - "picocms/pico": "self.version" - }, - "type": "pico-theme", - "extra": { - "installer-name": "default", - "branch-alias": { - "dev-master": "2.1.x-dev", - "dev-pico-3.0": "3.0.x-dev" - } - }, - "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": "http://picocms.org/" - }, - { - "name": "Contributors", - "homepage": "https://github.com/picocms/pico-theme/graphs/contributors" - } - ], - "description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.", - "homepage": "http://picocms.org/", - "keywords": [ - "default-theme", - "pico", - "pico-theme", - "picocms", - "picocms-theme" - ], - "support": { - "docs": "http://picocms.org/themes/default/", - "issues": "https://github.com/picocms/pico-theme/issues", - "source": "https://github.com/picocms/pico-theme" - }, - "time": "2020-12-24T16:56:05+00:00" - }, { "name": "symfony/polyfill-ctype", "version": "v1.27.0",