From 849e6b92a56004500373ac378068602da560c35b Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 9 Aug 2024 04:03:53 +0000 Subject: [PATCH] and more renaming --- {bin => Bin}/Bedrock.php | 0 {bin => Bin}/autoload.php | 0 {config => Config}/config.json | 0 {config => Config}/constants.php | 0 {functions => Functions}/Check.php | 0 {functions => Functions}/Code.php | 0 {functions => Functions}/Cookie.php | 0 {functions => Functions}/Date.php | 0 {functions => Functions}/Hash.php | 0 {functions => Functions}/Input.php | 0 {functions => Functions}/Sanitize.php | 0 {functions => Functions}/Session.php | 0 {functions => Functions}/Token.php | 0 {functions => Functions}/Upload.php | 0 {resources => Resources}/htaccess.html | 0 {resources => Resources}/nginx.html | 0 composer.json | 8 ++++---- 17 files changed, 4 insertions(+), 4 deletions(-) rename {bin => Bin}/Bedrock.php (100%) rename {bin => Bin}/autoload.php (100%) rename {config => Config}/config.json (100%) rename {config => Config}/constants.php (100%) rename {functions => Functions}/Check.php (100%) rename {functions => Functions}/Code.php (100%) rename {functions => Functions}/Cookie.php (100%) rename {functions => Functions}/Date.php (100%) rename {functions => Functions}/Hash.php (100%) rename {functions => Functions}/Input.php (100%) rename {functions => Functions}/Sanitize.php (100%) rename {functions => Functions}/Session.php (100%) rename {functions => Functions}/Token.php (100%) rename {functions => Functions}/Upload.php (100%) rename {resources => Resources}/htaccess.html (100%) rename {resources => Resources}/nginx.html (100%) 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