From f229e1257c41983ec3be3e694360b98374e09139 Mon Sep 17 00:00:00 2001 From: Christian Spoo Date: Fri, 30 Oct 2015 13:47:16 +0100 Subject: [PATCH] Use a bound version constraint for mailgun/mailgun-php --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57ec6ec..eab4731 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3", "swiftmailer/swiftmailer" : "~5.0, >=4.0", - "mailgun/mailgun-php" : ">=1.7" + "mailgun/mailgun-php" : "~1.7" }, "suggest": { "azine/mailgunwebhooks-bundle": "Allows to handle Mailgun event webhooks"