Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Dec 21, 2022
1 parent bfbf757 commit 99e9e27
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-pdo": "*",
"cakephp/authentication": "^2.9",
"cakephp/cakephp": "4.3.*",
"cakephp/migrations": "^3.2",
"doctrine/annotations": "^1.12",
"firebase/php-jwt": "6.1.0",
"imo-tikuwa/cakephp-soft-delete": "^2.0",
"josegonzalez/dotenv": "^3.2",
"mobiledetect/mobiledetectlib": "^2.8",
"ext-pdo": "*"
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"cakephp/bake": "^2.6",
Expand Down Expand Up @@ -68,18 +68,18 @@
}
},
"replace": {
"baserproject/baser-core": "self.version",
"baserproject/bc-admin-third": "self.version",
"baserproject/bc-blog": "self.version",
"baserproject/bc-content-link": "self.version",
"baserproject/bc-editor-template": "self.version",
"baserproject/bc-favorite": "self.version",
"baserproject/bc-front": "self.version",
"baserproject/bc-installer": "self.version",
"baserproject/bc-search-index": "self.version",
"baserproject/bc-theme-config": "self.version",
"baserproject/bc-theme-file": "self.version",
"baserproject/bc-widget-area": "self.version"
"baserproject/baser-core": "3.0.0",
"baserproject/bc-admin-third": "3.0.0",
"baserproject/bc-blog": "3.0.0",
"baserproject/bc-content-link": "3.0.0",
"baserproject/bc-editor-template": "3.0.0",
"baserproject/bc-favorite": "3.0.0",
"baserproject/bc-front": "3.0.0",
"baserproject/bc-installer": "3.0.0",
"baserproject/bc-search-index": "3.0.0",
"baserproject/bc-theme-config": "3.0.0",
"baserproject/bc-theme-file": "3.0.0",
"baserproject/bc-widget-area": "3.0.0"
},
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
Expand Down
2 changes: 1 addition & 1 deletion plugins/BcSpaSample/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/baser-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"josegonzalez/dotenv": "^3.2",
"mobiledetect/mobiledetectlib": "^2.8",
"ext-json": "*",
"baserproject/bc-admin-third": "^2.1",
"baserproject/bc-front": "^2.1",
"baserproject/bc-admin-third": "^3.0",
"baserproject/bc-front": "^3.0",
"imo-tikuwa/cakephp-soft-delete": "^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-blog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-content-link/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-editor-template/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-favorite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-front/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-installer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-search-index/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-theme-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-theme-file/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-uploader/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bc-widget-area/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vendor-dir": "../../vendor",
"require": {
"php": ">=8.1",
"baserproject/baser-core": "^2.1"
"baserproject/baser-core": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99e9e27

Please sign in to comment.