From aa0940760bbccb85c8391f8d4f5130ce4d699f1b Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Tue, 1 Aug 2017 22:16:38 +0200 Subject: [PATCH 1/3] Update version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76595a4..28c56ff 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ https://github.com/friends-of-contao/contao-php-info/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 From 917c4391f168c1e150edf9c51299455c25c3f122 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Tue, 1 Aug 2017 22:16:50 +0200 Subject: [PATCH 2/3] Update composer dependencies for Contao 4 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6e3dbdf..5ed6803 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,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 440b6dcb6a0fee2304cf39a6c21c010d6f6174c9 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Tue, 1 Aug 2017 22:30:17 +0200 Subject: [PATCH 3/3] Update composer dependencies for Contao 4 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 5ed6803..b8b760e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ }, "require":{ "php":">=5.3", - "contao/core":">=3.2.0,<3.6", "contao/core-bundle":"~3.2 || ~4.4", "contao-community-alliance/composer-plugin":"~2.4 || ~3.0" },