aboutsummaryrefslogblamecommitdiffstats
path: root/composer.json
blob: 792c0881034deaab0ac8adf30e0c91fbda581424 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                                                                                                                                      
                                                          






                                                  

                                                                       






                                     
                                    
                                     
                                                
                                                     
                                              
                                              
                                                  
                                                   
                                            

                                                   

                         
                                              

                                                  
                                                      

                                                       






                                                  




                                                               

                                       

                                            




                                                               
 
{
	"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://framagit.org/hubzilla/core/",
	"license" : "MIT",
	"authors" : [{
			"name" : "Mike Macgirvin",
			"role" : "founder"
		}
	],
	"support" : {
		"issues" : "https://framagit.org/hubzilla/core/issues",
		"source" : "https://framagit.org/hubzilla/core/"
	},
	"require" : {
		"php" : ">=5.5",
		"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"
	},
	"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"
	}]
}