2013-04-26 16:22:30 +00:00
{
2014-03-25 15:05:40 +00:00
"name" : "picocms/pico" ,
2013-11-28 16:48:48 +00:00
"type" : "library" ,
"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." ,
2017-05-01 18:39:11 +00:00
"keywords" : [ "pico" , "picocms" , "pico-cms" , "simple" , "flat-file" , "cms" , "content-management" , "website" , "markdown-to-html" , "php" , "markdown" , "yaml" , "twig" ] ,
2014-03-25 15:05:40 +00:00
"homepage" : "http://picocms.org/" ,
2013-11-28 16:48:48 +00:00
"license" : "MIT" ,
"authors" : [
{
"name" : "Gilbert Pellegrom" ,
2015-11-22 13:08:06 +00:00
"email" : "gilbert@pellegrom.me" ,
"role" : "Project Founder"
} ,
2019-11-11 17:33:22 +00:00
{
"name" : "Daniel Rudolf" ,
"email" : "picocms.org@daniel-rudolf.de" ,
"role" : "Lead Developer"
} ,
2015-11-22 13:08:06 +00:00
{
"name" : "The Pico Community" ,
2017-10-19 19:55:41 +00:00
"homepage" : "http://picocms.org/"
} ,
{
"name" : "Contributors" ,
"homepage" : "https://github.com/picocms/Pico/graphs/contributors"
2013-11-28 16:48:48 +00:00
}
] ,
2015-11-22 13:08:06 +00:00
"support" : {
"docs" : "http://picocms.org/docs" ,
"issues" : "https://github.com/picocms/Pico/issues" ,
"source" : "https://github.com/picocms/Pico"
} ,
2013-04-26 16:22:30 +00:00
"require" : {
2015-10-02 14:53:29 +00:00
"php" : ">=5.3.6" ,
2020-09-09 15:52:11 +00:00
"ext-mbstring" : "*" ,
2019-07-14 13:07:12 +00:00
"twig/twig" : "^1.36" ,
2017-10-28 20:52:18 +00:00
"symfony/yaml" : "^2.8" ,
2019-12-31 15:25:52 +00:00
"erusev/parsedown" : "1.8.0-beta-7" ,
"erusev/parsedown-extra" : "0.8.0-beta-1"
2017-10-13 20:06:02 +00:00
} ,
"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."
2013-11-28 16:48:48 +00:00
} ,
"autoload" : {
2015-10-08 12:19:59 +00:00
"psr-0" : {
"Pico" : "lib/" ,
"PicoPluginInterface" : "lib/" ,
"AbstractPicoPlugin" : "lib/"
}
2019-01-02 23:23:26 +00:00
} ,
"extra" : {
"branch-alias" : {
2020-03-29 14:04:38 +00:00
"dev-master" : "2.1.x-dev" ,
"dev-pico-3.0" : "3.0.x-dev"
2019-01-02 23:23:26 +00:00
}
2013-04-26 16:22:30 +00:00
}
2013-07-10 13:12:44 +00:00
}