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": {
|
2018-01-17 10:35:54 -05:00
|
|
|
"php": ">5.6",
|
|
|
|
"ext-xml": "*",
|
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.*",
|
2018-01-16 16:55:14 -05:00
|
|
|
"pear/Text_Highlighter": "dev-master",
|
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",
|
2018-01-16 16:55:14 -05:00
|
|
|
"michelf/php-markdown": "^1.7",
|
2018-01-17 21:23:03 -05:00
|
|
|
"fxp/composer-asset-plugin": "~1.3",
|
2018-01-16 23:58:14 -05:00
|
|
|
"bower-asset/base64": "^1.0",
|
2018-01-17 19:40:59 -05:00
|
|
|
"npm-asset/jquery": "^1.11.2",
|
2018-01-16 23:58:14 -05:00
|
|
|
"npm-asset/jquery-colorbox": "^1.6"
|
2017-03-31 22:33:18 -04:00
|
|
|
},
|
2017-04-05 00:31:49 -04:00
|
|
|
"repositories": [
|
|
|
|
{
|
2018-01-16 16:55:14 -05:00
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/pear/Text_Highlighter"
|
2017-04-05 00:31:49 -04:00
|
|
|
}
|
|
|
|
],
|
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,
|
2018-01-16 16:55:14 -05:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"fxp-asset": {
|
|
|
|
"installer-paths": {
|
|
|
|
"npm-asset-library": "vendor/asset",
|
|
|
|
"bower-asset-library": "vendor/asset"
|
|
|
|
}
|
|
|
|
}
|
2017-03-31 22:33:18 -04:00
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"exclude": [
|
|
|
|
"log", "cache", "/photo", "/proxy"
|
|
|
|
]
|
|
|
|
}
|
2017-04-01 21:09:36 -04:00
|
|
|
}
|