Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Sep 5, 2024
1 parent 0982c36 commit a2a00a6
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "baserproject/basercms",
"description": "baserCMS plugin for CakePHP",
"homepage": "https://basercms.net",
"license": "MIT",
"type": "project",
"homepage": "https://basercms.net",
"require": {
"php": ">=8.1",
"ext-gd": "*",
Expand Down Expand Up @@ -31,32 +31,6 @@
"vierge-noire/cakephp-fixture-factories": "^3.0",
"vierge-noire/cakephp-test-suite-light": "^3.0"
},
"replace": {
"baserproject/baser-core": "5.1.0",
"baserproject/bc-admin-third": "5.1.0",
"baserproject/bc-blog": "5.1.0",
"baserproject/bc-column": "5.1.0",
"baserproject/bc-content-link": "5.1.0",
"baserproject/bc-custom-content": "5.1.0",
"baserproject/bc-editor-template": "5.1.0",
"baserproject/bc-favorite": "5.1.0",
"baserproject/bc-front": "5.1.0",
"baserproject/bc-installer": "5.1.0",
"baserproject/bc-mail": "5.1.0",
"baserproject/bc-plugin-sample": "5.1.0",
"baserproject/bc-search-index": "5.1.0",
"baserproject/bc-theme-config": "5.1.0",
"baserproject/bc-theme-file": "5.1.0",
"baserproject/bc-theme-sample": "5.1.0",
"baserproject/bc-uploader": "5.1.0",
"baserproject/bc-widget-area": "5.1.0"
},
"suggest": {
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
"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.",
"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.",
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
},
"autoload": {
"psr-4": {
"App\\": "src/",
Expand Down Expand Up @@ -98,13 +72,6 @@
"BcWidgetArea\\Test\\": "plugins/bc-widget-area/tests/"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
"post-update-cmd": "App\\Console\\Installer::postInstall",
Expand All @@ -126,5 +93,38 @@
"Composer\\Config::disableProcessTimeout",
"vendor/bin/phpunit --colors=always"
]
},
"suggest": {
"markstory/asset_compress": "An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.",
"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.",
"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.",
"cakephp/repl": "Console tools for a REPL interface for CakePHP applications."
},
"config": {
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"replace": {
"baserproject/baser-core": "5.1.1",
"baserproject/bc-admin-third": "5.1.1",
"baserproject/bc-blog": "5.1.1",
"baserproject/bc-column": "5.1.1",
"baserproject/bc-content-link": "5.1.1",
"baserproject/bc-custom-content": "5.1.1",
"baserproject/bc-editor-template": "5.1.1",
"baserproject/bc-favorite": "5.1.1",
"baserproject/bc-front": "5.1.1",
"baserproject/bc-installer": "5.1.1",
"baserproject/bc-mail": "5.1.1",
"baserproject/bc-plugin-sample": "5.1.1",
"baserproject/bc-search-index": "5.1.1",
"baserproject/bc-theme-config": "5.1.1",
"baserproject/bc-theme-file": "5.1.1",
"baserproject/bc-theme-sample": "5.1.1",
"baserproject/bc-uploader": "5.1.1",
"baserproject/bc-widget-area": "5.1.1"
}
}

0 comments on commit a2a00a6

Please sign in to comment.