From a100bc8abd77fbf7bcd09ae86c77f17c844e62b4 Mon Sep 17 00:00:00 2001 From: ryuring Date: Thu, 10 Oct 2024 19:19:35 +0900 Subject: [PATCH] =?UTF-8?q?basre-core=E3=81=8C=E4=BE=9D=E5=AD=98=E3=81=99?= =?UTF-8?q?=E3=82=8B=E4=BB=96=E3=81=AE=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E5=9B=BA=E5=AE=9A=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/baser-core/composer.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/baser-core/composer.json b/plugins/baser-core/composer.json index f2d219e6cc..aa4d3c0a4c 100644 --- a/plugins/baser-core/composer.json +++ b/plugins/baser-core/composer.json @@ -15,20 +15,20 @@ "josegonzalez/dotenv": "^3.2", "mobiledetect/mobiledetectlib": "^2.8", "ext-json": "*", - "baserproject/bc-admin-third": "^5.0.5", - "baserproject/bc-blog": "^5.0.5", - "baserproject/bc-content-link": "^5.0.5", - "baserproject/bc-custom-content": "^5.0.5", - "baserproject/bc-editor-template": "^5.0.5", - "baserproject/bc-favorite": "^5.0.5", - "baserproject/bc-front": "^5.0.5", - "baserproject/bc-installer": "^5.0.5", - "baserproject/bc-mail": "^5.0.5", - "baserproject/bc-search-index": "^5.0.5", - "baserproject/bc-theme-config": "^5.0.5", - "baserproject/bc-theme-file": "^5.0.5", - "baserproject/bc-uploader": "^5.0.5", - "baserproject/bc-widget-area": "^5.0.5", + "baserproject/bc-admin-third": "5.0.5", + "baserproject/bc-blog": "5.0.5", + "baserproject/bc-content-link": "5.0.5", + "baserproject/bc-custom-content": "5.0.5", + "baserproject/bc-editor-template": "5.0.5", + "baserproject/bc-favorite": "5.0.5", + "baserproject/bc-front": "5.0.5", + "baserproject/bc-installer": "5.0.5", + "baserproject/bc-mail": "5.0.5", + "baserproject/bc-search-index": "5.0.5", + "baserproject/bc-theme-config": "5.0.5", + "baserproject/bc-theme-file": "5.0.5", + "baserproject/bc-uploader": "5.0.5", + "baserproject/bc-widget-area": "5.0.5", "imo-tikuwa/cakephp-soft-delete": "^2.0", "ext-mbstring": "*" },