Updated composer.json
This commit is contained in:
parent
fe9436a16f
commit
2a4001f77c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/.project
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user