From 9db4b09bd99bb71e4d7d8898d29a484666800070 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Tue, 19 Jul 2016 15:34:36 +0600 Subject: [PATCH] Fixes after rebase (Login providers) --- .../PHPCI}/Migrations/20150308074509_add_user_providers.php | 0 .../Security}/Security/Authentication/LoginPasswordProvider.php | 0 {PHPCI => src/PHPCI/Security}/Security/Authentication/Service.php | 0 .../PHPCI/Security}/Security/Authentication/UserProvider.php | 0 .../Security/Authentication/UserProvider/AbstractProvider.php | 0 .../Security}/Security/Authentication/UserProvider/Internal.php | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {PHPCI => src/PHPCI}/Migrations/20150308074509_add_user_providers.php (100%) rename {PHPCI => src/PHPCI/Security}/Security/Authentication/LoginPasswordProvider.php (100%) rename {PHPCI => src/PHPCI/Security}/Security/Authentication/Service.php (100%) rename {PHPCI => src/PHPCI/Security}/Security/Authentication/UserProvider.php (100%) rename {PHPCI => src/PHPCI/Security}/Security/Authentication/UserProvider/AbstractProvider.php (100%) rename {PHPCI => src/PHPCI/Security}/Security/Authentication/UserProvider/Internal.php (100%) diff --git a/PHPCI/Migrations/20150308074509_add_user_providers.php b/src/PHPCI/Migrations/20150308074509_add_user_providers.php similarity index 100% rename from PHPCI/Migrations/20150308074509_add_user_providers.php rename to src/PHPCI/Migrations/20150308074509_add_user_providers.php diff --git a/PHPCI/Security/Authentication/LoginPasswordProvider.php b/src/PHPCI/Security/Security/Authentication/LoginPasswordProvider.php similarity index 100% rename from PHPCI/Security/Authentication/LoginPasswordProvider.php rename to src/PHPCI/Security/Security/Authentication/LoginPasswordProvider.php diff --git a/PHPCI/Security/Authentication/Service.php b/src/PHPCI/Security/Security/Authentication/Service.php similarity index 100% rename from PHPCI/Security/Authentication/Service.php rename to src/PHPCI/Security/Security/Authentication/Service.php diff --git a/PHPCI/Security/Authentication/UserProvider.php b/src/PHPCI/Security/Security/Authentication/UserProvider.php similarity index 100% rename from PHPCI/Security/Authentication/UserProvider.php rename to src/PHPCI/Security/Security/Authentication/UserProvider.php diff --git a/PHPCI/Security/Authentication/UserProvider/AbstractProvider.php b/src/PHPCI/Security/Security/Authentication/UserProvider/AbstractProvider.php similarity index 100% rename from PHPCI/Security/Authentication/UserProvider/AbstractProvider.php rename to src/PHPCI/Security/Security/Authentication/UserProvider/AbstractProvider.php diff --git a/PHPCI/Security/Authentication/UserProvider/Internal.php b/src/PHPCI/Security/Security/Authentication/UserProvider/Internal.php similarity index 100% rename from PHPCI/Security/Authentication/UserProvider/Internal.php rename to src/PHPCI/Security/Security/Authentication/UserProvider/Internal.php