aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-27 15:28:52 -0800
committerzotlabs <mike@macgirvin.com>2016-12-27 15:28:52 -0800
commitdb9ea66069f2a2df6044e8267a68eae377c45911 (patch)
treeaa93597df2ee43ceeaa980db864b58143f2e06df /composer.json
parentef02464e3c3188563349bfda42585ce40cdb45ad (diff)
parentc2830c4a98cf3c9983b3c4b61024d52a6d7187df (diff)
downloadvolse-hubzilla-db9ea66069f2a2df6044e8267a68eae377c45911.tar.gz
volse-hubzilla-db9ea66069f2a2df6044e8267a68eae377c45911.tar.bz2
volse-hubzilla-db9ea66069f2a2df6044e8267a68eae377c45911.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..abf583875
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,55 @@
+{
+ "name" : "zotlabs/hubzilla",
+ "type" : "application",
+ "description" : "Hubzilla is a powerful platform for creating interconnected websites featuring a decentralized identity, communications, and permissions framework built using common webserver technology.",
+ "keywords" : [
+ "CMS",
+ "identity",
+ "decentralisation",
+ "permission",
+ "SSO",
+ "ZOT"
+ ],
+ "homepage" : "http://github.com/redmatrix/hubzilla",
+ "license" : "MIT",
+ "authors" : [{
+ "name" : "Mike Macgirvin",
+ "role" : "founder"
+ }
+ ],
+ "support" : {
+ "issues" : "https://github.com/redmatrix/hubzilla/issues",
+ "source" : "https://github.com/redmatrix/hubzilla"
+ },
+ "require" : {
+ "php" : ">=5.5",
+ "ext-curl" : "*",
+ "ext-gd" : "*",
+ "ext-mbstring" : "*",
+ "ext-xml" : "*",
+ "ext-openssl" : "*",
+ "sabre/dav" : "~3.2"
+ },
+ "require-dev" : {
+ "php" : ">=5.6",
+ "phpunit/phpunit" : "^5.6",
+ "behat/behat" : "@stable",
+ "behat/mink-extension": "@stable",
+ "behat/mink-goutte-driver": "@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
+ }
+} \ No newline at end of file