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.
This commit is contained in:
Daniel Rudolf 2017-10-13 22:06:02 +02:00
parent 709416328a
commit a231abc4c1
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -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",