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