friendica/composer.json

45 lines
967 B
JSON
Raw Normal View History

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"
],
"licence": "GNU-Affero",
"support": {
"issues": "https://github.com/friendica/friendica/issues"
},
"require": {
"ezyang/htmlpurifier": "~4.7.0",
"mobiledetect/mobiledetectlib": "2.8.*",
"league/html-to-markdown": "~4.4.1",
"defuse/php-encryption": "2.*",
"pear/Text_LanguageDetect": "1.*",
2017-10-05 11:58:18 +02:00
"pear-pear.php.net/Text_Highlighter": "*"
2017-04-01 04:33:18 +02:00
},
"repositories": [
{
"type": "pear",
"url": "https://pear.php.net"
}
],
2017-04-01 04:33:18 +02:00
"autoload": {
"psr-4": {
"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
}