diff --git a/composer.json b/composer.json index b71a24042c8a5b4c73209a3d01302c53037a076c..3fcaa510b9536e2fc6eb1b183c7be3ebc7783a77 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "autoload": { "psr-4": { - "Library\\": "src/library" + "Library\\": "src/Library" } }, "require-dev": { diff --git a/src/library/LoggerTrait.php b/src/Library/LoggerTrait.php similarity index 100% rename from src/library/LoggerTrait.php rename to src/Library/LoggerTrait.php diff --git a/src/library/Webquery.php b/src/Library/Webquery.php similarity index 100% rename from src/library/Webquery.php rename to src/Library/Webquery.php diff --git a/tests/library/WebqueryTest.php b/tests/Library/WebqueryTest.php similarity index 100% rename from tests/library/WebqueryTest.php rename to tests/Library/WebqueryTest.php