diff --git a/composer.json b/composer.json index ea59d7d..5776660 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name":"scyfel/contao-formrecipient", + "name":"olli-contao/contao-formrecipient", "description":"Adds the function to take the email recipient from a form field", "keywords":["contao", "form", "recipient"], "type":"contao-module", @@ -18,8 +18,8 @@ "source":"https://github.com/scyfel/contao-formrecipient" }, "require":{ - "php":">=5.3", - "contao/core": ">=3.2,<4" + "php":">=5.6", + "contao/core-bundle": "~3.5 || ~4.6" }, "replace":{ "contao-legacy/formrecipient": "self.version" @@ -31,4 +31,4 @@ } } } -} \ No newline at end of file +}