Skip to content

Commit

Permalink
パッケージ整理
Browse files Browse the repository at this point in the history
ucmitz の文字列が残っていたため調整
  • Loading branch information
ryuring committed Oct 9, 2023
1 parent 74778d4 commit 4b64e8c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion config/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 0 additions & 10 deletions phpstan.neon

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/baser-core/tests/TestCase/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions plugins/bc-admin-third/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions plugins/bc-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 4b64e8c

Please sign in to comment.