1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-09-01 17:12:46 +02:00
Files
php-monstra/composer.json
2018-03-05 01:41:26 +03:00

45 lines
1.2 KiB
JSON
Executable File

{
"name": "monstra-cms/monstra",
"type": "library",
"description": "Monstra is Modern Open Source Flat-File Content Management System",
"keywords": ["Monstra", "php", "cms", "flat-file", "markdown"],
"homepage": "http://monstra.org",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "awilum@msn.com",
"homepage": "https://github.com/Awilum"
}
],
"support": {
"issues": "https://github.com/monstra-cms/monstra/issues"
},
"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": [
"Monstra"
],
"files": [
"monstra/boot/defines.php"
]
}
}