You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/01/05 13:54:24 UTC

airavata-php-gateway git commit: AIRAVATA-2297 Upgrade PHPMailer and swiftmailer

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop b7d80b118 -> 166f18a9b


AIRAVATA-2297 Upgrade PHPMailer and swiftmailer

Note: for the upgrade to take effect, `composer update` must be run in
an existing PGA installation.


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/166f18a9
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/166f18a9
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/166f18a9

Branch: refs/heads/develop
Commit: 166f18a9bfaef8aa8d8c1f436034c99c77c18e19
Parents: b7d80b1
Author: Marcus Christie <ma...@apache.org>
Authored: Thu Jan 5 08:49:24 2017 -0500
Committer: Marcus Christie <ma...@apache.org>
Committed: Thu Jan 5 08:53:37 2017 -0500

----------------------------------------------------------------------
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/166f18a9/composer.json
----------------------------------------------------------------------
diff --git a/composer.json b/composer.json
index 2b07d51..5569af2 100755
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
     "require": {
         "laravel/framework": "4.2.*",
         "teepluss/theme": "1.*@dev",
-        "phpmailer/phpmailer": "v5.2.13",
+        "phpmailer/phpmailer": "v5.2.*",
         "moon/properties": "0.1",
         "graham-campbell/markdown": "*"
     },