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-21 00:25:34 +03:00
"name": "flextype/flextype",
2018-03-09 13:11:52 +03:00
"type": "library",
2018-03-21 00:25:34 +03:00
"description": "Flextype is Modern Open Source Flat-File Content Management System",
"keywords": ["Flextype", "php", "cms", "flat-file", "markdown"],
"homepage": "http://flextype.org",
2018-03-09 13:11:52 +03:00
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
2018-03-13 22:45:57 +03:00
"email": "awilum@yandex.ru",
2018-03-09 13:11:52 +03:00
"homepage": "https://github.com/Awilum"
}
],
"support": {
2018-03-21 00:25:34 +03:00
"issues": "https://github.com/flextype/flextype/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/filesystem": "4.0.4",
"symfony/finder": "4.0.4",
"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": [
2018-03-21 00:25:34 +03:00
"flextype"
2018-03-09 13:11:52 +03:00
],
"files": [
2018-03-21 00:25:34 +03:00
"flextype/boot/defines.php",
"flextype/boot/shortcodes.php",
"flextype/boot/events.php"
2018-03-09 13:11:52 +03:00
]
}
}