Skip to content

Commit

Permalink
Contao 3.5 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffparnitzky committed Feb 22, 2016
1 parent 94c30f6 commit 37bf6ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contao Extension: BirthdayMailer
================================

Sends a birthday e-mail to all the members having their birthday on the current day.
Sends a birthday email to all the members having their birthday on the current day.


Installation
Expand All @@ -26,7 +26,7 @@ Compatibility
-------------

- min. Contao version: >= 3.2.0
- max. Contao version: < 3.5.0
- max. Contao version: < 3.6.0


Dependency
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"cliffparnitzky/birthday-mailer",
"description":"Sends a birthday e-mail to all the members having their birthday on the current day.",
"keywords":["contao", "birthday", "birthdaymail", "members", "e-mail"],
"description":"Sends a birthday email to all the members having their birthday on the current day.",
"keywords":["contao", "birthday", "birthdaymail", "members", "email"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
Expand All @@ -18,7 +18,7 @@
},
"require":{
"php":">=5.3",
"contao/core":">=3.2.0,<3.5",
"contao/core":">=3.2.0,<3.6",
"contao-community-alliance/composer-plugin":"~2.0",
"contao-legacy/associategroups":">=1.2.1"
},
Expand Down

0 comments on commit 37bf6ce

Please sign in to comment.