diff --git a/app/Libs/password.php b/app/Library/password.php similarity index 100% rename from app/Libs/password.php rename to app/Library/password.php diff --git a/composer.json b/composer.json index b330aa737..3dea99ed1 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 11f1e0f60..31db7e808 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",