1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 21:38:25 +01:00
php-typemill/composer.json

32 lines
889 B
JSON
Raw Normal View History

2017-04-14 21:45:15 +02:00
{
2017-07-02 19:18:48 +02:00
"name": "trendschau/typemill",
2017-04-14 21:45:15 +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"],
2017-07-02 19:18:48 +02:00
"homepage": "http://typemill.net",
2017-04-14 21:45:15 +02:00
"license": "MIT",
"config": {
"vendor-dir": "system/vendor"
},
"require": {
2017-11-14 21:15:14 +01:00
"slim/slim": "~3.7",
"twig/twig": "~1.18",
"slim/twig-view": "~2.3",
"slim/flash": "~0.4",
"Slim/csrf": "~0.8",
2017-04-14 21:45:15 +02:00
"symfony/yaml": "~2.8",
2017-11-17 17:44:02 +01:00
"symfony/event-dispatcher": "~3.3",
2017-04-14 21:45:15 +02:00
"erusev/parsedown": "~1.4",
"erusev/parsedown-extra": "dev-master",
"jbroadway/urlify": "~1.1",
"vlucas/valitron": "dev-master"
2017-04-14 21:45:15 +02:00
},
"autoload": {
"psr-4": {
"Typemill\\": "system/",
"Plugins\\": "plugins/"
2017-04-14 21:45:15 +02:00
}
},
"minimum-stability": "dev",
"prefer-stable": true
2017-04-14 21:45:15 +02:00
}