Skip to content

Commit

Permalink
インストーラープラグイン実装 fix #1438
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Nov 16, 2022
1 parent 0343e5f commit b9ca357
Show file tree
Hide file tree
Showing 74 changed files with 3,340 additions and 3,045 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,18 @@ node_modules
/webroot/bc_search_index
/webroot/bc_spa_sample
/webroot/bc_theme_sample
/webroot/bc_installer
/webroot/debug_kit
# jwt
/config/jwt.key
/config/jwt.pem
/config/setting.php
/config/install.php
# composer
/composer/*
!/composer/.gitkeep
# vendor
!/vendor/.gitkeep
# etc
LOCAL_TODO.md
LOCAL_Q&A.md
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"firebase/php-jwt": "6.1.0",
"imo-tikuwa/cakephp-soft-delete": "^2.0",
"josegonzalez/dotenv": "^3.2",
"mobiledetect/mobiledetectlib": "^2.8"
"mobiledetect/mobiledetectlib": "^2.8",
"ext-pdo": "*"
},
"require-dev": {
"cakephp/bake": "^2.6",
Expand Down Expand Up @@ -42,7 +43,6 @@
"BcInstaller\\": "plugins/bc-installer/src/",
"BcMail\\": "plugins/bc-mail/src/",
"BcSearchIndex\\": "plugins/bc-search-index/src/",
"BcContentLink\\": "plugins/bc-content-link/src/",
"BcSpaSample\\": "plugins/BcSpaSample/src/",
"BcThemeConfig\\": "plugins/bc-theme-config/src/",
"BcThemeFile\\": "plugins/bc-theme-file/src/",
Expand All @@ -61,7 +61,6 @@
"BcInstaller\\Test\\": "plugins/bc-installer/tests/",
"BcMail\\Test\\": "plugins/bc-mail/tests/",
"BcSearchIndex\\Test\\": "plugins/bc-search-index/tests/",
"BcContentLink\\Test\\": "plugins/bc-content-link/tests/",
"BcThemeConfig\\Test\\": "plugins/bc-theme-config/tests/",
"BcThemeFile\\Test\\": "plugins/bc-theme-file/tests/",
"BcUploader\\Test\\": "plugins/bc-uploader/tests/",
Expand All @@ -78,7 +77,6 @@
"baserproject/bc-front": "self.version",
"baserproject/bc-installer": "self.version",
"baserproject/bc-search-index": "self.version",
"baserproject/bc-content-link": "self.version",
"baserproject/bc-theme-config": "self.version",
"baserproject/bc-theme-file": "self.version",
"baserproject/bc-widget-area": "self.version"
Expand Down
Loading

0 comments on commit b9ca357

Please sign in to comment.