DEP Dependencies for CMS 6

This commit is contained in:
Steve Boyd 2024-02-20 15:34:00 +13:00
parent 37d2ccff76
commit 9a99901b63
1 changed files with 6 additions and 13 deletions

View File

@ -9,18 +9,15 @@
"type": "silverstripe-vendormodule", "type": "silverstripe-vendormodule",
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"silverstripe/cms": "^5", "silverstripe/cms": "^6",
"silverstripe/lumberjack": "^3.0", "silverstripe/lumberjack": "^4",
"silverstripe/tagfield": "^3.0", "silverstripe/tagfield": "^4",
"silverstripe/assets": "^2.0", "silverstripe/assets": "^3",
"silverstripe/asset-admin": "^2.0" "silverstripe/asset-admin": "^3"
}, },
"require-dev": { "require-dev": {
"silverstripe/recipe-testing": "^3", "silverstripe/recipe-testing": "^4",
"squizlabs/php_codesniffer": "^3", "squizlabs/php_codesniffer": "^3",
"silverstripe/widgets": "^3",
"silverstripe/comments": "^4",
"silverstripe/content-widget": "^3",
"silverstripe/standards": "^1", "silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3" "phpstan/extension-installer": "^1.3"
}, },
@ -44,10 +41,6 @@
"email": "github@michaelstrong.co.uk" "email": "github@michaelstrong.co.uk"
} }
], ],
"suggest": {
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
"silverstripe/comments": "This module adds comments to your blog."
},
"scripts": { "scripts": {
"lint": "vendor/bin/phpcs src/ tests/", "lint": "vendor/bin/phpcs src/ tests/",
"lint-clean": "vendor/bin/phpcbf src/ tests/" "lint-clean": "vendor/bin/phpcbf src/ tests/"