1
0
mirror of https://github.com/flextype/flextype.git synced 2025-03-12 22:59:45 +01:00
php-flextype/composer.json

44 lines
1.2 KiB
JSON
Raw Normal View History

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",
"pimple/pimple": "3.2.3",
"force/session" : "*",
"force/arr" : "*",
"force/http" : "*",
"force/token" : "*",
2018-03-10 20:26:58 +03:00
"force/errorhandler" : "*",
2018-03-09 13:11:52 +03:00
"force/url" : "*"
},
"autoload": {
"classmap": [
"Rawilum"
],
"files": [
"rawilum/boot/defines.php"
]
}
}