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.*",
|
2018-01-16 22:55:14 +01:00
|
|
|
"pear/Text_Highlighter": "dev-master",
|
2018-01-14 19:35:25 +01:00
|
|
|
"paragonie/random_compat": "^2.0",
|
2018-01-14 16:05:51 +01:00
|
|
|
"smarty/smarty": "^3.1",
|
2018-01-16 22:55:14 +01:00
|
|
|
"michelf/php-markdown": "^1.7",
|
|
|
|
"fxp/composer-asset-plugin": "~1.3"
|
2017-04-01 04:33:18 +02:00
|
|
|
},
|
2017-04-05 06:31:49 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
2018-01-16 22:55:14 +01:00
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/pear/Text_Highlighter"
|
2017-04-05 06:31:49 +02:00
|
|
|
}
|
|
|
|
],
|
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,
|
2018-01-16 22:55:14 +01:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"fxp-asset": {
|
|
|
|
"installer-paths": {
|
|
|
|
"npm-asset-library": "vendor/asset",
|
|
|
|
"bower-asset-library": "vendor/asset"
|
|
|
|
}
|
|
|
|
}
|
2017-04-01 04:33:18 +02:00
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"exclude": [
|
|
|
|
"log", "cache", "/photo", "/proxy"
|
|
|
|
]
|
|
|
|
}
|
2017-04-02 03:09:36 +02:00
|
|
|
}
|