From 004fd1457ee75f4f0142b8771144b8738b45dd99 Mon Sep 17 00:00:00 2001 From: Albert Casademont Date: Mon, 8 Jun 2020 17:29:40 +0200 Subject: [PATCH] fix psr-4 issues --- composer.json | 2 +- {Bootstraps => src/Bootstraps}/BootstrapInterface.php | 0 {Bootstraps => src/Bootstraps}/Drupal.php | 0 {Bootstraps => src/Bootstraps}/HooksInterface.php | 0 {Bootstraps => src/Bootstraps}/Laravel.php | 0 .../Bootstraps}/RequestClassProviderInterface.php | 0 {Bootstraps => src/Bootstraps}/Symfony.php | 0 {Bridges => src/Bridges}/HttpKernel.php | 0 {Laravel => src/Laravel}/SessionGuard.php | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename {Bootstraps => src/Bootstraps}/BootstrapInterface.php (100%) rename {Bootstraps => src/Bootstraps}/Drupal.php (100%) rename {Bootstraps => src/Bootstraps}/HooksInterface.php (100%) rename {Bootstraps => src/Bootstraps}/Laravel.php (100%) rename {Bootstraps => src/Bootstraps}/RequestClassProviderInterface.php (100%) rename {Bootstraps => src/Bootstraps}/Symfony.php (100%) rename {Bridges => src/Bridges}/HttpKernel.php (100%) rename {Laravel => src/Laravel}/SessionGuard.php (100%) 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