Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"name":"Cliff Parnitzky",
"email":"contao@cliff-parnitzky.de",
"role":"Developer"
},
{
"name":"Richard Henkenjohann",
"email":"richardhenkenjohann@googlemail.com",
"role":"Developer"
}
],
"support":{
Expand All @@ -18,10 +23,11 @@
},
"require":{
"php":">=5.3",
"contao/core":">=3.2.0,<3.5",
"contao/core":"~3.2",
"contao-community-alliance/composer-plugin":"~2.0",
"friends-of-contao/contao-associategroups":"~1.3",
"terminal42/notification_center":"~1.0"
"terminal42/notification_center":"~1.0",
"codefog/contao-haste":"~4.11"
},
"conflict": {
"contao/core":"3.4.0,3.4.1,3.4.2"
Expand All @@ -32,9 +38,7 @@
"extra":{
"contao":{
"sources":{
"system/modules/BirthdayMailer":"system/modules/BirthdayMailer",
"files/tiny_templates/birthdaymailer_default_de.html": "files/tiny_templates/birthdaymailer_default_de.html",
"files/tiny_templates/birthdaymailer_default_en.html": "files/tiny_templates/birthdaymailer_default_en.html"
"system/modules/BirthdayMailer":"system/modules/BirthdayMailer"
}
},
"branch-alias": {
Expand Down
4 changes: 0 additions & 4 deletions files/tiny_templates/birthdaymailer_default_de.html

This file was deleted.

4 changes: 0 additions & 4 deletions files/tiny_templates/birthdaymailer_default_en.html

This file was deleted.

Empty file modified system/modules/BirthdayMailer/assets/.htaccess
100644 → 100755
Empty file.
Empty file modified system/modules/BirthdayMailer/assets/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified system/modules/BirthdayMailer/assets/icon_1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified system/modules/BirthdayMailer/assets/icon_execute.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified system/modules/BirthdayMailer/assets/icon_root.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading