Skip to content

Commit

Permalink
Merge pull request #33 from mailjet/bugfix/29055_Drupal8_Resubsribing…
Browse files Browse the repository at this point in the history
…_unsubscribed_contacts_doesnt_work

Composer integration and added use of new mailjet API and iFrame wrap…
  • Loading branch information
Ferhan Ismailov authored Jan 16, 2019
2 parents 8791a79 + f8b990b commit 339540e
Show file tree
Hide file tree
Showing 168 changed files with 22,542 additions and 855 deletions.
32 changes: 31 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,37 @@
"issues": "https://www.drupal.org/project/issues/mailjet",
"source": "http://cgit.drupalcode.org/mailjet"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:mailjet/mailjet-apiv3-php.git"
},
{
"type": "vcs",
"url": "[email protected]:mailjet/Mailjet-iframe-v3.git"
}
],
"require": {
"phpmailer/phpmailer": "~5.2"
"phpmailer/phpmailer": "~5.2",
"mailjet/mailjet-apiv3-php": "dev-master",
"mailjet/Mailjet-iframe-v3": "dev-master"
},
"autoload": {
"psr-4": {
"MailjetTools\\": "lib/mailjet-api-php/src/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-install-cmd": [
"find ./vendor -name '.git' | xargs rm -rf",
"find ./vendor -name '.gitignore' | xargs rm -rf"
],
"post-update-cmd": [
"find ./vendor -name '.git' | xargs rm -rf",
"find ./vendor -name '.gitignore' | xargs rm -rf"
]
}
}
Loading

0 comments on commit 339540e

Please sign in to comment.