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