From 0018d4f6ad271c418bc87d4c664ef07df0c85fad Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Thu, 5 Dec 2013 13:23:38 -0800 Subject: [PATCH] Version bump to 1.5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4abdb5..12b19fe7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ composer and the Mailgun SDK. curl -sS https://getcomposer.org/installer | php # Add Mailgun as a dependency -php composer.phar require mailgun/mailgun-php:~1.4 +php composer.phar require mailgun/mailgun-php:~1.5 ``` **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**