From 4b64e8ce70b6807fae9f47d4856d3a264352fe43 Mon Sep 17 00:00:00 2001 From: ryuring Date: Mon, 9 Oct 2023 13:08:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ucmitz の文字列が残っていたため調整 --- config/.env.example | 2 +- package.json | 10 +++++----- phpstan.neon | 10 ---------- plugins/baser-core/tests/TestCase/PluginTest.php | 2 +- plugins/bc-admin-third/package.json | 6 +++--- plugins/bc-front/package.json | 6 +++--- 6 files changed, 13 insertions(+), 23 deletions(-) delete mode 100644 phpstan.neon diff --git a/config/.env.example b/config/.env.example index 4685277c14..b3288bd1af 100644 --- a/config/.env.example +++ b/config/.env.example @@ -13,7 +13,7 @@ # In development .env files are parsed by PHP # and set into the environment. This provides a simpler # development workflow over standard environment variables. -export APP_NAME="ucmitz" +export APP_NAME="baserCMS" export DEBUG="false" export APP_ENCODING="UTF-8" export APP_DEFAULT_LOCALE="ja_JP" diff --git a/package.json b/package.json index b9b26cf6b4..cde42e4f42 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "ucmitz", + "name": "basercms", "version": "2.0.0", - "description": "Project to migrate baserCMS to CakePHP4", + "description": "baserCMS Project", "author": "NPO baser foundation", "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/baserproject/ucmitz.git" + "url": "git+https://github.com/baserproject/basercms.git" }, "bugs": { - "url": "https://github.com/baserproject/ucmitz/issues" + "url": "https://github.com/baserproject/basercms/issues" }, - "homepage": "https://github.com/baserproject/ucmitz#readme", + "homepage": "https://github.com/baserproject/basercms#readme", "workspaces": [ "plugins/bc-admin-third", "plugins/bc-front", diff --git a/phpstan.neon b/phpstan.neon deleted file mode 100644 index 5611decdd2..0000000000 --- a/phpstan.neon +++ /dev/null @@ -1,10 +0,0 @@ -parameters: - level: 7 - checkMissingIterableValueType: false - excludes_analyse: - - src/Console/Installer.php - ignoreErrors: - - - message: "#^Unreachable statement \\- code above always terminates\\.$#" - count: 1 - path: src/Controller/PagesController.php diff --git a/plugins/baser-core/tests/TestCase/PluginTest.php b/plugins/baser-core/tests/TestCase/PluginTest.php index 6d1f740a70..837463f581 100644 --- a/plugins/baser-core/tests/TestCase/PluginTest.php +++ b/plugins/baser-core/tests/TestCase/PluginTest.php @@ -119,7 +119,7 @@ public function testBootStrap(): void copy('config/.env','config/.env.bak'); $file = new File('config/.env'); - $file->write('export APP_NAME="ucmitz" + $file->write('export APP_NAME="baserCMS" export DEBUG="true" export APP_ENCODING="UTF-8" export APP_DEFAULT_LOCALE="en_US" diff --git a/plugins/bc-admin-third/package.json b/plugins/bc-admin-third/package.json index 52f62464f1..51d1080432 100644 --- a/plugins/bc-admin-third/package.json +++ b/plugins/bc-admin-third/package.json @@ -6,12 +6,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/baserproject/ucmitz.git" + "url": "git+https://github.com/baserproject/basercms.git" }, "bugs": { - "url": "https://github.com/baserproject/ucmitz/issues" + "url": "https://github.com/baserproject/basercms/issues" }, - "homepage": "https://github.com/baserproject/ucmitz#readme", + "homepage": "https://github.com/baserproject/basercms#readme", "scripts": { "dev": "gulp" }, diff --git a/plugins/bc-front/package.json b/plugins/bc-front/package.json index ac0e053777..ff563bf5c5 100755 --- a/plugins/bc-front/package.json +++ b/plugins/bc-front/package.json @@ -6,12 +6,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/baserproject/ucmitz.git" + "url": "git+https://github.com/baserproject/basercms.git" }, "bugs": { - "url": "https://github.com/baserproject/ucmitz/issues" + "url": "https://github.com/baserproject/basercms/issues" }, - "homepage": "https://github.com/baserproject/ucmitz#readme", + "homepage": "https://github.com/baserproject/basercms#readme", "scripts": { "dev": "gulp" },