From 7df5be904f9755fe94b617cf13e29f8a2b398ed3 Mon Sep 17 00:00:00 2001 From: User Date: Sat, 7 Oct 2023 23:11:28 +0300 Subject: [PATCH] 20231007#1 --- composer.json | 2 +- src/Main/Repository/{Mysql => DTO}/.gitkeep | 0 src/Main/Services/{ => DTO}/.gitkeep | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/Main/Repository/{Mysql => DTO}/.gitkeep (100%) rename src/Main/Services/{ => DTO}/.gitkeep (100%) 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