You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Add the following to your `composer.json` file.
45
45
```json
46
46
{
47
47
"require": {
48
-
"sendgrid/smtpapi": "^0.6.3"
48
+
"sendgrid/smtpapi": "^0.6.4"
49
49
}
50
50
}
51
51
```
@@ -58,9 +58,9 @@ require 'vendor/autoload.php';
58
58
59
59
#### Alternative: Install package from zip
60
60
61
-
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.3/smtpapi-php.zip)**.
61
+
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.4/smtpapi-php.zip)**.
0 commit comments