diff options
-rw-r--r-- | app/Library/password.php (renamed from app/Libs/password.php) | 0 | ||||
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | composer.lock | 2 |
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", |