From fb5620d51114e8b61de5960bceb68b6e40e74480 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Wed, 28 Jun 2017 22:56:31 +0200 Subject: [PATCH 1/2] Update composer dependencies for Contao 4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 811cf9f..1c35322 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ }, "require":{ "php":">=5.3", - "contao/core":">=3.2.0,<3.6", - "contao-community-alliance/composer-plugin":"~2.0" + "contao/core-bundle":"~3.2 || ~4.4", + "contao-community-alliance/composer-plugin":"~2.4 || ~3.0" }, "conflict": { "contao/core":"3.4.0,3.4.1,3.4.2" From 87470e997899019d75e6f36c8477bba181d3e9a4 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Wed, 28 Jun 2017 22:56:43 +0200 Subject: [PATCH 2/2] Update version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a473f0..35687cd 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ https://github.com/cliffparnitzky/BackendCustomStartpage/issues Compatibility ------------- -- min. Contao version: >= 3.2.0 -- max. Contao version: < 3.6.0 +- Contao version >= 3.2.0 ... < 3.6.0 +- Contao version >= 4.4.0 Dependency