summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-24 17:41:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-24 17:41:30 -0400
commit3eb5501ca0cfc11e774514a4169c718d1e54854d (patch)
tree104216107929a326a067d991bb2aaffac2c881ba
parent9ce55e1f9e1fec26b44a367263cd6c9a73c270a4 (diff)
Rename directory app/Libs
-rw-r--r--app/Library/password.php (renamed from app/Libs/password.php)0
-rw-r--r--composer.json2
-rw-r--r--composer.lock2
3 files changed, 2 insertions, 2 deletions
diff --git a/app/Libs/password.php b/app/Library/password.php
index c6e84cbd..c6e84cbd 100644
--- a/app/Libs/password.php
+++ b/app/Library/password.php
diff --git a/composer.json b/composer.json
index b330aa73..3dea99ed 100644
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
},
"files" : [
"app/functions.php",
- "app/Libs/password.php"
+ "app/Library/password.php"
]
},
"require-dev" : {
diff --git a/composer.lock b/composer.lock
index 11f1e0f6..31db7e80 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "3610e6ed82392eda9699a9332158c12e",
+ "hash": "d9fb1c5d3bbca8db5851cef5bb5473e5",
"packages": [
{
"name": "christian-riesen/base32",