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"
} ,
{
"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" ,
2017-05-26 19:43:48 +00:00
"ext-dom" : "*" ,
2017-12-27 20:36:56 +00:00
"twig/twig" : "^1.35" ,
2017-10-28 20:52:18 +00:00
"symfony/yaml" : "^2.8" ,
2019-03-11 22:28:09 +00:00
"erusev/parsedown" : "~1.8.0|1.8.0@beta" ,
"erusev/parsedown-extra" : "~0.8.0|0.8.0@beta"
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
} ,
2015-11-21 05:28:09 +00:00
"require-dev" : {
2015-11-27 18:40:26 +00:00
"phpdocumentor/phpdocumentor" : "^2.8" ,
"squizlabs/php_codesniffer" : "^2.4"
2015-11-21 05:28:09 +00:00
} ,
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" : {
2019-03-11 22:02:02 +00:00
"dev-master" : "2.0.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
}