Update README.md

Incremented version numbers
This commit is contained in:
Travis Swientek 2014-11-19 14:43:11 -08:00
parent 45ec0c8f3a
commit fdba1b4db9

View File

@ -22,12 +22,12 @@ 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.1
php composer.phar require mailgun/mailgun-php:~1.7.2
```
**For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**
**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.1.zip).**
**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.2.zip).**
Next, require Composer's autoloader, in your application, to automatically
load the Mailgun SDK in your project: