Kanboard-Prod/composer.json

34 lines
913 B
JSON

{
"require" : {
"php" : ">=5.3",
"ext-mbstring" : "*",
"ext-gd" : "*",
"christian-riesen/otp" : "1.4",
"eluceo/ical": "0.8.0",
"erusev/parsedown" : "1.5.3",
"fabiang/xmpp" : "0.6.1",
"fguillot/json-rpc" : "1.0.1",
"fguillot/picodb" : "1.0.1",
"fguillot/simpleLogger" : "0.0.2",
"fguillot/simple-validator" : "0.0.3",
"nickcernis/html-to-markdown" : "2.2.1",
"pimple/pimple" : "~3.0",
"swiftmailer/swiftmailer" : "@stable",
"symfony/console" : "@stable",
"symfony/event-dispatcher" : "~2.6",
"gregwar/captcha": "1.*"
},
"autoload" : {
"psr-0" : {
"" : "app/"
},
"files" : [
"app/functions.php",
"app/Library/password.php"
]
},
"require-dev" : {
"symfony/stopwatch" : "~2.6"
}
}