Make Kanboard compatible with PHP 5.3.3

This commit is contained in:
Frederic Guillot
2015-01-18 21:55:08 -05:00
parent 4b89b90df2
commit 2bdd6a6b35
7 changed files with 242 additions and 48 deletions

View File

@@ -1,7 +1,6 @@
{
"require": {
"ext-mbstring": "*",
"ircmaxell/password-compat": "1.0.3",
"fguillot/simple-validator": "0.0.1",
"swiftmailer/swiftmailer": "@stable",
"fguillot/json-rpc": "0.0.1",
@@ -16,7 +15,8 @@
"autoload": {
"psr-0": {"": "app/"},
"files": [
"app/functions.php"
"app/functions.php",
"app/Libs/password.php"
]
},
"require-dev": {