diff --git a/composer.json b/composer.json index 14c01a9..391bec6 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name" : "bsr/config", + "name" : "bsr/utils", "description" : "Bsr configuration module", "authors" : [ { diff --git a/src/Config/Configuration.php b/src/Utils/Configuration/Configuration.php similarity index 98% rename from src/Config/Configuration.php rename to src/Utils/Configuration/Configuration.php index acb0b3e..6568007 100644 --- a/src/Config/Configuration.php +++ b/src/Utils/Configuration/Configuration.php @@ -1,5 +1,5 @@ defaultConfig = array('session' => array('save_path' => session_save_path())); - $this->dummyConfigFilePath = realpath(dirname(__FILE__) . '/../../config/configuration.local.php'); + $this->dummyConfigFilePath = realpath(dirname(__FILE__) . '/../../../config/configuration.local.php'); } public function testConfigurationInstanceIsTheSame()