|
1 | 1 | { |
2 | 2 | "name": "baserproject/basercms", |
3 | 3 | "description": "baserCMS plugin for CakePHP", |
| 4 | + "homepage": "https://basercms.net", |
4 | 5 | "license": "MIT", |
5 | 6 | "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.6", |
36 | | - "baserproject/bc-admin-third": "5.1.6", |
37 | | - "baserproject/bc-blog": "5.1.6", |
38 | | - "baserproject/bc-column": "5.1.6", |
39 | | - "baserproject/bc-content-link": "5.1.6", |
40 | | - "baserproject/bc-custom-content": "5.1.6", |
41 | | - "baserproject/bc-editor-template": "5.1.6", |
42 | | - "baserproject/bc-favorite": "5.1.6", |
43 | | - "baserproject/bc-front": "5.1.6", |
44 | | - "baserproject/bc-installer": "5.1.6", |
45 | | - "baserproject/bc-mail": "5.1.6", |
46 | | - "baserproject/bc-plugin-sample": "5.1.6", |
47 | | - "baserproject/bc-search-index": "5.1.6", |
48 | | - "baserproject/bc-theme-config": "5.1.6", |
49 | | - "baserproject/bc-theme-file": "5.1.6", |
50 | | - "baserproject/bc-theme-sample": "5.1.6", |
51 | | - "baserproject/bc-uploader": "5.1.6", |
52 | | - "baserproject/bc-widget-area": "5.1.6" |
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 | | - }, |
60 | 34 | "autoload": { |
61 | 35 | "psr-4": { |
62 | 36 | "App\\": "src/", |
|
98 | 72 | "BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/" |
99 | 73 | } |
100 | 74 | }, |
101 | | - "config": { |
102 | | - "sort-packages": true, |
103 | | - "allow-plugins": { |
104 | | - "cakephp/plugin-installer": true, |
105 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
106 | | - } |
107 | | - }, |
108 | 75 | "scripts": { |
109 | 76 | "post-install-cmd": "App\\Console\\Installer::postInstall", |
110 | 77 | "post-update-cmd": "App\\Console\\Installer::postInstall", |
|
126 | 93 | "Composer\\Config::disableProcessTimeout", |
127 | 94 | "vendor/bin/phpunit --colors=always" |
128 | 95 | ] |
| 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