7c5f371b9a
Makes no big difference... Using PSR-4 breaks BC.
27 lines
789 B
JSON
27 lines
789 B
JSON
{
|
|
"name": "picocms/pico",
|
|
"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.",
|
|
"keywords": ["cms"],
|
|
"homepage": "http://picocms.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Gilbert Pellegrom",
|
|
"email": "gilbert@pellegrom.me"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.6",
|
|
"twig/twig": "1.18.*",
|
|
"erusev/parsedown-extra": "0.7.*",
|
|
"symfony/yaml" : "2.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pico": "lib/",
|
|
"PicoPluginInterface": "lib/",
|
|
"AbstractPicoPlugin": "lib/"
|
|
}
|
|
}
|
|
}
|