2018-03-09 13:11:52 +03:00
|
|
|
{
|
2018-03-09 13:42:39 +03:00
|
|
|
"name": "rawilum/rawilum",
|
2018-03-09 13:11:52 +03:00
|
|
|
"type": "library",
|
|
|
|
"description": "Rawilum is Modern Open Source Flat-File Content Management System",
|
|
|
|
"keywords": ["Rawilum", "php", "cms", "flat-file", "markdown"],
|
|
|
|
"homepage": "http://rawilum.org",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sergey Romanenko",
|
|
|
|
"email": "awilum@msn.com",
|
|
|
|
"homepage": "https://github.com/Awilum"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2018-03-09 13:42:39 +03:00
|
|
|
"issues": "https://github.com/rawilum/rawilum/issues"
|
2018-03-09 13:11:52 +03:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.3",
|
|
|
|
"erusev/parsedown": "1.7.0",
|
|
|
|
"erusev/parsedown-extra": "0.7.1",
|
|
|
|
"doctrine/cache": "1.7.1",
|
|
|
|
"symfony/yaml": "4.0.4",
|
|
|
|
"symfony/console": "4.0.4",
|
|
|
|
"symfony/filesystem": "4.0.4",
|
|
|
|
"symfony/finder": "4.0.4",
|
|
|
|
"symfony/event-dispatcher": "4.0.5",
|
|
|
|
"pimple/pimple": "3.2.3",
|
|
|
|
"force/session" : "*",
|
|
|
|
"force/shortcode" : "*",
|
|
|
|
"force/arr" : "*",
|
|
|
|
"force/http" : "*",
|
|
|
|
"force/token" : "*",
|
|
|
|
"force/url" : "*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"Rawilum"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"rawilum/boot/defines.php"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|