Switch to composer

This commit is contained in:
Frédéric Guillot
2014-11-04 21:33:05 -05:00
parent 850645dd6b
commit 135b921db7
288 changed files with 26 additions and 33663 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"require": {
"ircmaxell/password-compat": "1.0.3",
"fguillot/simple-validator": "dev-master",
"swiftmailer/swiftmailer": "@stable",
"fguillot/json-rpc": "dev-master",
"fguillot/picodb": "dev-master",
"erusev/parsedown": "1.1.1",
"lusitanian/oauth": "0.3.5"
},
"autoload": {
"psr-0": {"": "app/"},
"files": [
"app/helpers.php",
"app/functions.php"
]
}
}