Add composer.json

This commit is contained in:
Hypolite Petovan 2017-03-31 22:33:18 -04:00
parent c97b1d6c03
commit 8c49a7b68f
1 changed files with 32 additions and 0 deletions

32
composer.json Normal file
View File

@ -0,0 +1,32 @@
{
"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": {
},
"autoload": {
"psr-4": {
"Friendica\\": "include/"
}
},
"config": {
"autoloader-suffix": "Friendica",
"optimize-autoloader": true,
"preferred-install": "dist"
},
"archive": {
"exclude": [
"log", "cache", "/photo", "/proxy"
]
}
}