From 3eb5501ca0cfc11e774514a4169c718d1e54854d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 May 2015 17:41:30 -0400 Subject: [PATCH] Rename directory app/Libs --- app/{Libs => Library}/password.php | 0 composer.json | 2 +- composer.lock | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename app/{Libs => Library}/password.php (100%) 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",