diff --git a/composer.json b/composer.json index ed9ae7c..109c731 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "autoload": { "files": [ - "registration.php" + "src/registration.php" ], "psr-4": { "Coddin\\CartBridge\\": "src/" diff --git a/registration.php b/src/registration.php similarity index 100% rename from registration.php rename to src/registration.php