2017-03-31 22:33:18 -04:00
|
|
|
{
|
|
|
|
"name": "friendica/friendica",
|
|
|
|
"description": "A decentralized social network part of The Federation",
|
|
|
|
"type": "project",
|
|
|
|
"keywords": [
|
|
|
|
"social network",
|
|
|
|
"dfrn",
|
|
|
|
"ostatus",
|
|
|
|
"diaspora"
|
|
|
|
],
|
2018-01-03 19:18:14 -05:00
|
|
|
"license": "AGPL-3.0+",
|
2017-03-31 22:33:18 -04:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/friendica/friendica/issues"
|
|
|
|
},
|
|
|
|
"require": {
|
2017-03-31 23:05:07 -04:00
|
|
|
"ezyang/htmlpurifier": "~4.7.0",
|
2017-04-05 00:31:49 -04:00
|
|
|
"mobiledetect/mobiledetectlib": "2.8.*",
|
2017-04-06 23:33:12 -04:00
|
|
|
"league/html-to-markdown": "~4.4.1",
|
2017-11-09 03:19:26 -05:00
|
|
|
"defuse/php-encryption": "1.*",
|
2017-11-05 08:34:02 -05:00
|
|
|
"pear/Text_LanguageDetect": "1.*",
|
2017-11-25 18:42:00 -05:00
|
|
|
"pear-pear.php.net/Text_Highlighter": "*",
|
2018-01-14 13:35:25 -05:00
|
|
|
"paragonie/random_compat": "^2.0",
|
2018-01-14 10:05:51 -05:00
|
|
|
"smarty/smarty": "^3.1",
|
|
|
|
"michelf/php-markdown": "^1.7"
|
2017-03-31 22:33:18 -04:00
|
|
|
},
|
2017-04-05 00:31:49 -04:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "pear",
|
|
|
|
"url": "https://pear.php.net"
|
|
|
|
}
|
|
|
|
],
|
2017-03-31 22:33:18 -04:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-31 23:02:38 -04:00
|
|
|
"Friendica\\": "src/"
|
2017-03-31 22:33:18 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"autoloader-suffix": "Friendica",
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"exclude": [
|
|
|
|
"log", "cache", "/photo", "/proxy"
|
|
|
|
]
|
|
|
|
}
|
2017-04-01 21:09:36 -04:00
|
|
|
}
|