3 Commits
3.0.1 ... 3.1.0

Author SHA1 Message Date
0129999dd0 composer.json angepasst 2018-02-14 06:38:56 +01:00
849e933e44 Updated composer.json 2018-02-14 05:25:44 +01:00
f111ddcf2b Update composer.json 2018-02-14 05:23:17 +01:00

View File

@ -19,14 +19,11 @@
},
"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"
},
"conflict": {
"contao/core": "2.11.*"
"cgo-it/xls_export": "3.0.0"
},
"extra":{
"contao": {
@ -35,4 +32,4 @@
}
}
}
}
}