mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +03:00
Update README.md
Updated version.
This commit is contained in:
parent
522f731929
commit
8ae1e8af1e
@ -6,7 +6,7 @@ This is the Mailgun PHP SDK. This SDK contains methods for easily interacting wi
|
|||||||
Below are examples to get you started. For additional examples, please see our official documentation
|
Below are examples to get you started. For additional examples, please see our official documentation
|
||||||
at http://documentation.mailgun.com
|
at http://documentation.mailgun.com
|
||||||
|
|
||||||
Current Release: 0.4-Beta
|
Current Release: 0.7
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
@ -18,7 +18,7 @@ If you aren't using Composer yet, it's really simple! Here's how to install comp
|
|||||||
curl -sS https://getcomposer.org/installer | php
|
curl -sS https://getcomposer.org/installer | php
|
||||||
|
|
||||||
# Add Mailgun as a dependency
|
# Add Mailgun as a dependency
|
||||||
php composer.phar require mailgun/mailgun-php-sdk:~0.1
|
php composer.phar require mailgun/mailgun-php-sdk:~0.7
|
||||||
```
|
```
|
||||||
|
|
||||||
For shared hosts with SSH access, you might need to run this instead (contact your shared host for assistance):
|
For shared hosts with SSH access, you might need to run this instead (contact your shared host for assistance):
|
||||||
|
Loading…
Reference in New Issue
Block a user