From 92d28cea2ff047c25d9a0ba0588333ae12115dea Mon Sep 17 00:00:00 2001 From: sizta Date: Wed, 30 Jan 2019 15:09:53 +0100 Subject: [PATCH] unlock composer installation for Contao 3 & 4 --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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": {