Преглед изворни кода

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.
Daniel Rudolf пре 7 година
родитељ
комит
a231abc4c1
1 измењених фајлова са 6 додато и 3 уклоњено
  1. 6 3
      composer.json

+ 6 - 3
composer.json

@@ -28,9 +28,12 @@
         "ext-mbstring": "*",
         "ext-mbstring": "*",
         "twig/twig": "^1.18",
         "twig/twig": "^1.18",
         "symfony/yaml" : "^2.3",
         "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" : {
     "require-dev" : {
         "phpdocumentor/phpdocumentor": "^2.8",
         "phpdocumentor/phpdocumentor": "^2.8",