From 44629a6eb68c5b06397c1710ea2c6a6bd31546fc Mon Sep 17 00:00:00 2001 From: Jesse Spears Date: Fri, 1 Apr 2016 17:13:43 -0700 Subject: [PATCH] Bumped mg-php ver in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51df3bb..52955dc 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.7.2 +php composer.phar require mailgun/mailgun-php:~2.0 ``` You do also need to choose what library to use when you are sending http messages. Consult the