You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
485 B

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