htmly/composer.json
Danang Probo Sayekti 4c6d8c1a31 Image Upload Feature
Adding image upload to the markdown editor using
jQuery.AjaxFileUpload.js.
2015-07-10 02:13:18 +07:00

21 lines
442 B
JSON

{
"config": {
"vendor-dir": "system/vendor/",
"optimize-autoloader": true
},
"require": {
"michelf/php-markdown": "~1.4",
"suin/php-rss-writer": "~1",
"kanti/hub-updater": "~0.3",
"ircmaxell/password-compat": "^1.0"
},
"autoload": {
"files": [
"system/includes/dispatch.php",
"system/includes/functions.php",
"system/admin/admin.php",
"system/includes/session.php",
"system/includes/opml.php"
]
}
}