diff --git a/composer.json b/composer.json index 670bbd1..d047a15 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "dev", "autoload": { "psr-4": { - "Reflect\\": "src/" + "Reflect\\": "src/Reflect/" } }, "require": {} diff --git a/src/Client.php b/src/Reflect/Client.php similarity index 99% rename from src/Client.php rename to src/Reflect/Client.php index 8fc2c7c..cb73d49 100644 --- a/src/Client.php +++ b/src/Reflect/Client.php @@ -1,5 +1,7 @@