diff --git a/bin/Bedrock.php b/Bin/Bedrock.php similarity index 100% rename from bin/Bedrock.php rename to Bin/Bedrock.php diff --git a/bin/autoload.php b/Bin/autoload.php similarity index 100% rename from bin/autoload.php rename to Bin/autoload.php diff --git a/config/config.json b/Config/config.json similarity index 100% rename from config/config.json rename to Config/config.json diff --git a/config/constants.php b/Config/constants.php similarity index 100% rename from config/constants.php rename to Config/constants.php diff --git a/functions/Check.php b/Functions/Check.php similarity index 100% rename from functions/Check.php rename to Functions/Check.php diff --git a/functions/Code.php b/Functions/Code.php similarity index 100% rename from functions/Code.php rename to Functions/Code.php diff --git a/functions/Cookie.php b/Functions/Cookie.php similarity index 100% rename from functions/Cookie.php rename to Functions/Cookie.php diff --git a/functions/Date.php b/Functions/Date.php similarity index 100% rename from functions/Date.php rename to Functions/Date.php diff --git a/functions/Hash.php b/Functions/Hash.php similarity index 100% rename from functions/Hash.php rename to Functions/Hash.php diff --git a/functions/Input.php b/Functions/Input.php similarity index 100% rename from functions/Input.php rename to Functions/Input.php diff --git a/functions/Sanitize.php b/Functions/Sanitize.php similarity index 100% rename from functions/Sanitize.php rename to Functions/Sanitize.php diff --git a/functions/Session.php b/Functions/Session.php similarity index 100% rename from functions/Session.php rename to Functions/Session.php diff --git a/functions/Token.php b/Functions/Token.php similarity index 100% rename from functions/Token.php rename to Functions/Token.php diff --git a/functions/Upload.php b/Functions/Upload.php similarity index 100% rename from functions/Upload.php rename to Functions/Upload.php diff --git a/resources/htaccess.html b/Resources/htaccess.html similarity index 100% rename from resources/htaccess.html rename to Resources/htaccess.html diff --git a/resources/nginx.html b/Resources/nginx.html similarity index 100% rename from resources/nginx.html rename to Resources/nginx.html diff --git a/composer.json b/composer.json index 8492552..ee4af13 100644 --- a/composer.json +++ b/composer.json @@ -30,13 +30,13 @@ { "psr-4": { - "TheTempusProject\\Bedroock\\Classes\\": "classes", - "TheTempusProject\\Bedroock\\Functions\\": "functions" + "TheTempusProject\\Bedroock\\Classes\\": "Classes", + "TheTempusProject\\Bedroock\\Functions\\": "Functions" }, "files": [ - "config/constants.php", - "bin/bedrock.php" + "Config/constants.php", + "Bin/Bedrock.php" ] } } \ No newline at end of file