summaryrefslogtreecommitdiff
path: root/composer.json
blob: afb50ed5c78f570408d930030fb70c290bf47e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"require" : {
		"ext-mbstring" : "*",
		"fguillot/simple-validator" : "0.0.2",
		"swiftmailer/swiftmailer" : "@stable",
		"fguillot/json-rpc" : "0.0.1",
		"fguillot/picodb" : "dev-master",
		"erusev/parsedown" : "1.5.1",
		"lusitanian/oauth" : "0.3.5",
		"pimple/pimple" : "~3.0",
		"symfony/console" : "@stable",
		"symfony/event-dispatcher" : "~2.6",
		"fguillot/simpleLogger" : "0.0.1"
	},
	"autoload" : {
		"psr-0" : {
			"" : "app/"
		},
		"files" : [
			"app/functions.php",
			"app/Libs/password.php"
		]
	},
	"require-dev" : {
		"symfony/stopwatch" : "~2.6"
	}
}