Skip to content

Commit

Permalink
unlock for Contao 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored Sep 19, 2018
1 parent 7e459c3 commit 0a1c423
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 0a1c423

Please sign in to comment.