Updated composer.json

This commit is contained in:
Carsten Götzinger 2018-02-14 05:16:50 +01:00
parent fe9436a16f
commit 2a4001f77c
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.project

View File

@ -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": {