34 lines
910 B
JSON
34 lines
910 B
JSON
{
|
|
"require" : {
|
|
"php" : ">=5.3",
|
|
"ext-mbstring" : "*",
|
|
"ext-gd" : "*",
|
|
"christian-riesen/otp" : "1.4",
|
|
"eluceo/ical": "*",
|
|
"erusev/parsedown" : "1.5.1",
|
|
"fabiang/xmpp" : "0.6.1",
|
|
"fguillot/json-rpc" : "0.0.3",
|
|
"fguillot/picodb" : "0.0.3",
|
|
"fguillot/simpleLogger" : "0.0.1",
|
|
"fguillot/simple-validator" : "0.0.3",
|
|
"lusitanian/oauth" : "0.3.5",
|
|
"nickcernis/html-to-markdown" : "2.2.1",
|
|
"pimple/pimple" : "~3.0",
|
|
"swiftmailer/swiftmailer" : "@stable",
|
|
"symfony/console" : "@stable",
|
|
"symfony/event-dispatcher" : "~2.6"
|
|
},
|
|
"autoload" : {
|
|
"psr-0" : {
|
|
"" : "app/"
|
|
},
|
|
"files" : [
|
|
"app/functions.php",
|
|
"app/Libs/password.php"
|
|
]
|
|
},
|
|
"require-dev" : {
|
|
"symfony/stopwatch" : "~2.6"
|
|
}
|
|
}
|