From a231abc4c1f3954c4b60bdc5166b9893638dc863 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 13 Oct 2017 22:06:02 +0200 Subject: [PATCH] Remove picocms/pico-deprecated and picocms/pico-theme dependencies In the future we'll use picocms/pico-composer to create Pico's release packages (and picocms/pico-composer depends on picocms/pico-deprecated and picocms/pico-theme by default). Installing picocms/pico-deprecated and picocms/pico-theme is no longer required, but rather suggested. You simply don't need them in any case. You need picocms/pico-deprecated only if you're using old plugins, and picocms/pico-theme is obsolete when using a 3rd-party theme. --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f9b90a2..37e0d80 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,12 @@ "ext-mbstring": "*", "twig/twig": "^1.18", "symfony/yaml" : "^2.3", - "erusev/parsedown-extra": "^0.7", - "picocms/pico-theme": "self.version", - "picocms/pico-deprecated": "self.version" + "erusev/parsedown-extra": "^0.7" + }, + "suggest": { + "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.", + "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.", + "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager." }, "require-dev" : { "phpdocumentor/phpdocumentor": "^2.8",