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