Skip to content

Commit

Permalink
Merge pull request #3 from olli-contao/master
Browse files Browse the repository at this point in the history
volle Contao 4 Kombatibilität
  • Loading branch information
christianbarkowsky committed Aug 27, 2018
2 parents b753fae + 6226d14 commit cadf634
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -31,4 +31,4 @@
}
}
}
}
}

0 comments on commit cadf634

Please sign in to comment.