2019-10-20 12:09:45 +02:00
|
|
|
{
|
2019-11-03 15:49:55 +01:00
|
|
|
"name": "typemill/typemill",
|
2019-10-20 12:09:45 +02:00
|
|
|
"type": "project",
|
|
|
|
"description": "A crazy simple tool to create web-documentations and online manuals with markdown files.",
|
|
|
|
"keywords": ["documentations","manuals","flat-file","Markdown","php"],
|
2019-11-03 15:49:55 +01:00
|
|
|
"homepage": "https://typemill.net",
|
2019-10-20 12:09:45 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"config": {
|
|
|
|
"vendor-dir": "system/vendor"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"slim/slim": "~3.7",
|
2020-10-12 21:07:55 +02:00
|
|
|
"twig/twig": "~1.18",
|
|
|
|
"slim/twig-view": "~2.3",
|
|
|
|
"slim/flash": "~0.4",
|
2019-10-21 21:36:35 +02:00
|
|
|
"slim/csrf": "~0.8",
|
2019-10-20 12:09:45 +02:00
|
|
|
"symfony/yaml": "~2.8",
|
2020-10-12 21:07:55 +02:00
|
|
|
"symfony/event-dispatcher": "~3.3",
|
|
|
|
"erusev/parsedown": "~1.4",
|
|
|
|
"erusev/parsedown-extra": "dev-master",
|
|
|
|
"jbroadway/urlify": "1.1.3",
|
|
|
|
"vlucas/valitron": "dev-master",
|
2020-10-07 11:37:22 +02:00
|
|
|
"laminas/laminas-permissions-acl": "^2.7",
|
|
|
|
"akrabat/proxy-detection-middleware": "^0.4.0"
|
2019-10-20 12:09:45 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Typemill\\": "system/",
|
|
|
|
"Plugins\\": "plugins/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2020-01-01 19:59:29 +01:00
|
|
|
}
|