Skip to content

Commit

Permalink
Merge pull request #4 from fritzmg/patch-1
Browse files Browse the repository at this point in the history
unlock for Contao 4
  • Loading branch information
stefanheimes authored Oct 17, 2018
2 parents 07d9d92 + 0a1c423 commit 36d8d41
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
Expand Up @@ -3,7 +3,7 @@
"description":"Send a customized email if an new user register or activate an account or the login flag of an account has changed.",
"keywords":["contao", "registration", "registration_info_mailer"],
"type":"contao-module",
"license":"LGPL-3.0+",
"license":"LGPL-3.0-or-later",
"authors":[
{
"name":"Andreas Isaak",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"require":{
"php":">=5.3",
"contao/core":">3.2,<4",
"contao-community-alliance/composer-installer":"*",
"terminal42/notification_center":"1.*"
"contao/core-bundle":"^3.2 || ^4.4",
"contao-community-alliance/composer-plugin":"^2.4 || ^3.0",
"terminal42/notification_center":"^1.0"
},
"autoload":{
"classmap":["system/"]
Expand Down

0 comments on commit 36d8d41

Please sign in to comment.