streams/composer.json
2019-07-26 14:08:48 +10:00

86 lines
2 KiB
JSON

{
"name" : "zot/zap",
"type" : "application",
"description" : "Zot social server",
"keywords" : [
"identity",
"decentralisation",
"permission",
"SSO",
"ZOT",
"ZOT6"
],
"homepage" : "http://framagit.org/zot/zap/",
"license" : "MIT",
"authors" : [{
"name" : "Mike Macgirvin",
"role" : "founder"
}
],
"support" : {
"issues" : "https://framagit.org/zot/zap/issues",
"source" : "https://framagit.org/zot/zap/"
},
"require" : {
"php" : ">=7.0",
"ext-curl" : "*",
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-xml" : "*",
"ext-openssl" : "*",
"sabre/dav" : "~3.2",
"michelf/php-markdown" : "^1.7",
"bshaffer/oauth2-server-php": "^1.9",
"ezyang/htmlpurifier": "^4.9",
"simplepie/simplepie": "~1.5",
"league/html-to-markdown": "^4.4",
"pear/text_languagedetect": "^1.0",
"commerceguys/intl": "~0.7",
"lukasreschke/id3parser": "^0.0.1",
"smarty/smarty": "~3.1",
"ramsey/uuid": "^3.8",
"twbs/bootstrap": "4.1.3",
"indieweb/rel-me": "dev-master",
"blueimp/jquery-file-upload": "^9.23",
"league/flysystem": "^1.0",
"simshaun/recurr": "^4.0",
"jbroadway/urlify": "^1.1",
"kzykhys/git": "^0.1.2",
"masterminds/html5": "^2.6",
"league/oauth2-client": "^2.4",
"league/oauth2-facebook": "^2.0",
"league/oauth2-github": "^2.0",
"league/oauth2-google": "^3.0",
"league/oauth2-instagram": "^2.0",
"league/oauth2-linkedin": "^5.1",
"forkawesome/fork-awesome": "^1.1"
},
"require-dev" : {
"phpunit/phpunit" : "@stable",
"behat/behat" : "@stable",
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
"php-mock/php-mock-phpunit": "@stable",
"phpunit/dbunit": "@stable"
},
"autoload" : {
"psr-4" : {
"Hubzilla\\" : "include/",
"Zotlabs\\" : "Zotlabs/"
}
},
"autoload-dev" : {
"psr-4" : {
"Zotlabs\\Tests\\Unit\\" : "tests/unit"
}
},
"minimum-stability" : "stable",
"config" : {
"notify-on-install" : false,
"optimize-autoloader" : true
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/simplepie/simplepie"
}]
}