diff --git a/composer.json b/composer.json index e6b679d..7883753 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "symfony/dotenv": "^6.2", "rmphp/kernel": "^2.0", "rmphp/router": "^1.0", - "rmphp/content": "^1.0", + "rmphp/content": "^2.0", "rmphp/storage": "^1.0" }, "autoload": { diff --git a/src/Main/Repository/Mysql/.gitkeep b/src/Main/Repository/DTO/.gitkeep similarity index 100% rename from src/Main/Repository/Mysql/.gitkeep rename to src/Main/Repository/DTO/.gitkeep diff --git a/src/Main/Services/.gitkeep b/src/Main/Services/DTO/.gitkeep similarity index 100% rename from src/Main/Services/.gitkeep rename to src/Main/Services/DTO/.gitkeep