summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-18 21:55:08 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-18 21:55:08 -0500
commit2bdd6a6b35f391d8281e3217e1c31ed469381c3e (patch)
tree1124677e9892660d0ff802daf86cf0b973d98cd6 /composer.json
parent4b89b90df253e5120341ce88c4bd1ae3f16b563b (diff)
Make Kanboard compatible with PHP 5.3.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 30530ed8..8ae49653 100644
--- a/composer.json
+++ b/composer.json
@@ -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": {