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.
 
 
 

25 lines
507 B

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