Update composer.json

This commit is contained in:
Carsten Götzinger 2018-02-14 05:23:17 +01:00
parent cbd4e2863b
commit f111ddcf2b
1 changed files with 4 additions and 4 deletions

View File

@ -19,14 +19,14 @@
},
"require":{
"php":">=5.3",
"contao/core":">=3.0",
"contao/core":">=3.0||<5",
"contao-community-alliance/composer-plugin": "~2.0"
},
"replace": {
"cgo-it/xls_export": "self.version"
"cgo-it/xls_export": "3.0.0"
},
"conflict": {
"contao/core": "2.11.*"
"contao/core": "<=2.11.*"
},
"extra":{
"contao": {
@ -35,4 +35,4 @@
}
}
}
}
}