diff --git a/composer.json b/composer.json index 5e355a6..2b60ce5 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Related articles for News4ward", "keywords": ["news", "blog", "related"], "type": "contao-module", - "license": "LGPL-3.0+", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "Christoph Wiechert", @@ -21,15 +21,13 @@ }, "require": { "php": ">=5.3", - "contao/core": ">=3.1,<4", + "contao/core-bundle": "^3.2.1 || ^4.4", + "contao-community-alliance/composer-plugin": "^2.4 || ^3.0", "psi/news4ward": "~2" }, "replace": { "contao-legacy/news4ward_related": "*" }, - "conflict": { - "contao/core": "3.0.*" - }, "extra": { "contao": { "sources": {