|
18 | 18 | "cakephp/plugin-installer": "^2.0", |
19 | 19 | "doctrine/annotations": "^1.12", |
20 | 20 | "firebase/php-jwt": "6.1.0", |
21 | | - "mobiledetect/mobiledetectlib": "^3.74" |
| 21 | + "josegonzalez/dotenv": "^4.0", |
| 22 | + "mobiledetect/mobiledetectlib": "^3.74", |
| 23 | + "psr/http-message": "^1.0" |
22 | 24 | }, |
23 | 25 | "require-dev": { |
24 | 26 | "ext-xdebug": "*", |
25 | 27 | "cakephp/bake": "^3.0.0", |
26 | 28 | "cakephp/cakephp-codesniffer": "^5.0", |
27 | 29 | "cakephp/debug_kit": "^5.0.0", |
28 | | - "josegonzalez/dotenv": "^4.0", |
29 | 30 | "phpunit/phpunit": "10.5.31", |
30 | 31 | "symplify/monorepo-builder": "^11.2", |
31 | 32 | "vierge-noire/cakephp-fixture-factories": "^3.0", |
|
47 | 48 | "BcMail\\": "plugins/bc-mail/src/", |
48 | 49 | "BcPluginSample\\": "plugins/BcPluginSample/src/", |
49 | 50 | "BcSearchIndex\\": "plugins/bc-search-index/src/", |
| 51 | + "BcSeo\\": "plugins/bc-seo/src/", |
50 | 52 | "BcThemeConfig\\": "plugins/bc-theme-config/src/", |
51 | 53 | "BcThemeFile\\": "plugins/bc-theme-file/src/", |
52 | 54 | "BcThemeSample\\": "plugins/BcThemeSample/src/", |
|
66 | 68 | "BcInstaller\\Test\\": "plugins/bc-installer/tests/", |
67 | 69 | "BcMail\\Test\\": "plugins/bc-mail/tests/", |
68 | 70 | "BcSearchIndex\\Test\\": "plugins/bc-search-index/tests/", |
| 71 | + "BcSeo\\Test\\": "plugins/bc-seo/tests/", |
69 | 72 | "BcThemeConfig\\Test\\": "plugins/bc-theme-config/tests/", |
70 | 73 | "BcThemeFile\\Test\\": "plugins/bc-theme-file/tests/", |
71 | 74 | "BcUploader\\Test\\": "plugins/bc-uploader/tests/", |
|
83 | 86 | "cs-check": "phpcs --colors -p src/ tests/", |
84 | 87 | "cs-fix": "phpcbf --colors -p src/ tests/", |
85 | 88 | "stan": "phpstan analyse", |
86 | | - "install": [ |
| 89 | + "app-install": [ |
87 | 90 | "composer install --no-plugins", |
88 | 91 | "bin/cake setup install", |
89 | 92 | "bin/cake install https://localhost [email protected] baserCMS1234 basercms --host bc-db --username root --password root" |
|
108 | 111 | } |
109 | 112 | }, |
110 | 113 | "replace": { |
111 | | - "baserproject/baser-core": "5.1.1", |
112 | | - "baserproject/bc-admin-third": "5.1.1", |
113 | | - "baserproject/bc-blog": "5.1.1", |
114 | | - "baserproject/bc-column": "5.1.1", |
115 | | - "baserproject/bc-content-link": "5.1.1", |
116 | | - "baserproject/bc-custom-content": "5.1.1", |
117 | | - "baserproject/bc-editor-template": "5.1.1", |
118 | | - "baserproject/bc-favorite": "5.1.1", |
119 | | - "baserproject/bc-front": "5.1.1", |
120 | | - "baserproject/bc-installer": "5.1.1", |
121 | | - "baserproject/bc-mail": "5.1.1", |
122 | | - "baserproject/bc-plugin-sample": "5.1.1", |
123 | | - "baserproject/bc-search-index": "5.1.1", |
124 | | - "baserproject/bc-theme-config": "5.1.1", |
125 | | - "baserproject/bc-theme-file": "5.1.1", |
126 | | - "baserproject/bc-theme-sample": "5.1.1", |
127 | | - "baserproject/bc-uploader": "5.1.1", |
128 | | - "baserproject/bc-widget-area": "5.1.1" |
| 114 | + "baserproject/baser-core": "5.2.0", |
| 115 | + "baserproject/bc-admin-third": "5.2.0", |
| 116 | + "baserproject/bc-blog": "5.2.0", |
| 117 | + "baserproject/bc-column": "5.2.0", |
| 118 | + "baserproject/bc-content-link": "5.2.0", |
| 119 | + "baserproject/bc-custom-content": "5.2.0", |
| 120 | + "baserproject/bc-editor-template": "5.2.0", |
| 121 | + "baserproject/bc-favorite": "5.2.0", |
| 122 | + "baserproject/bc-front": "5.2.0", |
| 123 | + "baserproject/bc-installer": "5.2.0", |
| 124 | + "baserproject/bc-mail": "5.2.0", |
| 125 | + "baserproject/bc-plugin-sample": "5.2.0", |
| 126 | + "baserproject/bc-search-index": "5.2.0", |
| 127 | + "baserproject/bc-seo": "5.2.0", |
| 128 | + "baserproject/bc-theme-config": "5.2.0", |
| 129 | + "baserproject/bc-theme-file": "5.2.0", |
| 130 | + "baserproject/bc-theme-sample": "5.2.0", |
| 131 | + "baserproject/bc-uploader": "5.2.0", |
| 132 | + "baserproject/bc-widget-area": "5.2.0" |
129 | 133 | } |
130 | 134 | } |
0 commit comments