|
1 | 1 | { |
2 | 2 | "name": "baserproject/basercms", |
3 | 3 | "description": "baserCMS plugin for CakePHP", |
4 | | - "homepage": "https://basercms.net", |
5 | 4 | "license": "MIT", |
6 | 5 | "type": "project", |
| 6 | + "homepage": "https://basercms.net", |
7 | 7 | "require": { |
8 | 8 | "php": ">=8.1", |
9 | 9 | "ext-gd": "*", |
|
31 | 31 | "vierge-noire/cakephp-fixture-factories": "^3.0", |
32 | 32 | "vierge-noire/cakephp-test-suite-light": "^3.0" |
33 | 33 | }, |
| 34 | + "replace": { |
| 35 | + "baserproject/baser-core": "5.1.7", |
| 36 | + "baserproject/bc-admin-third": "5.1.7", |
| 37 | + "baserproject/bc-blog": "5.1.7", |
| 38 | + "baserproject/bc-column": "5.1.7", |
| 39 | + "baserproject/bc-content-link": "5.1.7", |
| 40 | + "baserproject/bc-custom-content": "5.1.7", |
| 41 | + "baserproject/bc-editor-template": "5.1.7", |
| 42 | + "baserproject/bc-favorite": "5.1.7", |
| 43 | + "baserproject/bc-front": "5.1.7", |
| 44 | + "baserproject/bc-installer": "5.1.7", |
| 45 | + "baserproject/bc-mail": "5.1.7", |
| 46 | + "baserproject/bc-plugin-sample": "5.1.7", |
| 47 | + "baserproject/bc-search-index": "5.1.7", |
| 48 | + "baserproject/bc-theme-config": "5.1.7", |
| 49 | + "baserproject/bc-theme-file": "5.1.7", |
| 50 | + "baserproject/bc-theme-sample": "5.1.7", |
| 51 | + "baserproject/bc-uploader": "5.1.7", |
| 52 | + "baserproject/bc-widget-area": "5.1.7" |
| 53 | + }, |
| 54 | + "suggest": { |
| 55 | + "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.", |
| 56 | + "dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.", |
| 57 | + "phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.", |
| 58 | + "cakephp/repl": "Console tools for a REPL interface for CakePHP applications." |
| 59 | + }, |
34 | 60 | "autoload": { |
35 | 61 | "psr-4": { |
36 | 62 | "App\\": "src/", |
|
72 | 98 | "BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/" |
73 | 99 | } |
74 | 100 | }, |
| 101 | + "config": { |
| 102 | + "sort-packages": true, |
| 103 | + "allow-plugins": { |
| 104 | + "cakephp/plugin-installer": true, |
| 105 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 106 | + } |
| 107 | + }, |
75 | 108 | "scripts": { |
76 | 109 | "post-install-cmd": "App\\Console\\Installer::postInstall", |
77 | 110 | "post-update-cmd": "App\\Console\\Installer::postInstall", |
|
93 | 126 | "Composer\\Config::disableProcessTimeout", |
94 | 127 | "vendor/bin/phpunit --colors=always" |
95 | 128 | ] |
96 | | - }, |
97 | | - "suggest": { |
98 | | - "markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.", |
99 | | - "dereuromark/cakephp-ide-helper": "After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.", |
100 | | - "phpstan/phpstan": "PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.", |
101 | | - "cakephp/repl": "Console tools for a REPL interface for CakePHP applications." |
102 | | - }, |
103 | | - "config": { |
104 | | - "sort-packages": true, |
105 | | - "allow-plugins": { |
106 | | - "cakephp/plugin-installer": true, |
107 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
108 | | - } |
109 | | - }, |
110 | | - "replace": { |
111 | | - "baserproject/baser-core": "5.1.7", |
112 | | - "baserproject/bc-admin-third": "5.1.7", |
113 | | - "baserproject/bc-blog": "5.1.7", |
114 | | - "baserproject/bc-column": "5.1.7", |
115 | | - "baserproject/bc-content-link": "5.1.7", |
116 | | - "baserproject/bc-custom-content": "5.1.7", |
117 | | - "baserproject/bc-editor-template": "5.1.7", |
118 | | - "baserproject/bc-favorite": "5.1.7", |
119 | | - "baserproject/bc-front": "5.1.7", |
120 | | - "baserproject/bc-installer": "5.1.7", |
121 | | - "baserproject/bc-mail": "5.1.7", |
122 | | - "baserproject/bc-plugin-sample": "5.1.7", |
123 | | - "baserproject/bc-search-index": "5.1.7", |
124 | | - "baserproject/bc-theme-config": "5.1.7", |
125 | | - "baserproject/bc-theme-file": "5.1.7", |
126 | | - "baserproject/bc-theme-sample": "5.1.7", |
127 | | - "baserproject/bc-uploader": "5.1.7", |
128 | | - "baserproject/bc-widget-area": "5.1.7" |
129 | 129 | } |
130 | 130 | } |
0 commit comments