From 2a4001f77c04a0072f19f0b1cc7a4a53b2eb6551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Wed, 14 Feb 2018 05:16:50 +0100 Subject: [PATCH] Updated composer.json --- .gitignore | 1 + composer.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8fe4fa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.project diff --git a/composer.json b/composer.json index d68058b..12721be 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ ], "support": { "email": "info@cgo-it.de", - "issues": "https://bitbucket.org/cgo-it/contao-rate-it/issues?status=new&status=open", + "issues": "https://git.cgo-it.de/contao/rate-it/issues", "forum": "https://community.contao.org/de/showthread.php?38471-Rate-It", - "source": "https://bitbucket.org/cgo-it/contao-rate-it/src" + "source": "https://git.cgo-it.de/contao/rate-it.git" }, "require":{ - "php":">=5.3", - "contao/core":">=3.0", + "php":">=5.6", + "contao/core":">=3.0||<5", "contao-community-alliance/composer-plugin": "~2.0", "cgo-it/xls_export":"3.0.0" }, @@ -28,7 +28,7 @@ "cgo-it/rate-it": "<3.5.4" }, "conflict": { - "contao/core": "2.11.*" + "contao/core": "<3.0" }, "extra":{ "contao": {