diff --git a/composer.json b/composer.json index e5f63f6..a0396b7 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "autoload": { "psr-4": { - "PHPPM\\": "" + "PHPPM\\": "src" } }, "autoload-dev": { diff --git a/Bootstraps/BootstrapInterface.php b/src/Bootstraps/BootstrapInterface.php similarity index 100% rename from Bootstraps/BootstrapInterface.php rename to src/Bootstraps/BootstrapInterface.php diff --git a/Bootstraps/Drupal.php b/src/Bootstraps/Drupal.php similarity index 100% rename from Bootstraps/Drupal.php rename to src/Bootstraps/Drupal.php diff --git a/Bootstraps/HooksInterface.php b/src/Bootstraps/HooksInterface.php similarity index 100% rename from Bootstraps/HooksInterface.php rename to src/Bootstraps/HooksInterface.php diff --git a/Bootstraps/Laravel.php b/src/Bootstraps/Laravel.php similarity index 100% rename from Bootstraps/Laravel.php rename to src/Bootstraps/Laravel.php diff --git a/Bootstraps/RequestClassProviderInterface.php b/src/Bootstraps/RequestClassProviderInterface.php similarity index 100% rename from Bootstraps/RequestClassProviderInterface.php rename to src/Bootstraps/RequestClassProviderInterface.php diff --git a/Bootstraps/Symfony.php b/src/Bootstraps/Symfony.php similarity index 100% rename from Bootstraps/Symfony.php rename to src/Bootstraps/Symfony.php diff --git a/Bridges/HttpKernel.php b/src/Bridges/HttpKernel.php similarity index 100% rename from Bridges/HttpKernel.php rename to src/Bridges/HttpKernel.php diff --git a/Laravel/SessionGuard.php b/src/Laravel/SessionGuard.php similarity index 100% rename from Laravel/SessionGuard.php rename to src/Laravel/SessionGuard.php