diff --git a/composer.json b/composer.json index fcc7e6f..dd40540 100755 --- a/composer.json +++ b/composer.json @@ -9,18 +9,15 @@ "type": "silverstripe-vendormodule", "require": { "php": "^8.1", - "silverstripe/cms": "^5", - "silverstripe/lumberjack": "^3.0", - "silverstripe/tagfield": "^3.0", - "silverstripe/assets": "^2.0", - "silverstripe/asset-admin": "^2.0" + "silverstripe/cms": "^6", + "silverstripe/lumberjack": "^4", + "silverstripe/tagfield": "^4", + "silverstripe/assets": "^3", + "silverstripe/asset-admin": "^3" }, "require-dev": { - "silverstripe/recipe-testing": "^3", + "silverstripe/recipe-testing": "^4", "squizlabs/php_codesniffer": "^3", - "silverstripe/widgets": "^3", - "silverstripe/comments": "^4", - "silverstripe/content-widget": "^3", "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3" }, @@ -44,10 +41,6 @@ "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": { "lint": "vendor/bin/phpcs src/ tests/", "lint-clean": "vendor/bin/phpcbf src/ tests/"