Skip to content

Commit

Permalink
Updated guzzle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Campbell committed May 30, 2015
1 parent 422eeca commit 062231e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Laravel provides a clean, simple API over the popular [SwiftMailer](https://swift

The API based drivers such as Mailgun and Mandrill are often simpler and faster than SMTP servers. Al of the API drivers require that the Guzzle HTTP library be installed for your application. You may install Guzzle 5 to your project by adding the following line to your `composer.json` file:

"guzzlehttp/guzzle": "~5.0"
"guzzlehttp/guzzle": "~5.3|~6.0"

#### Mailgun Driver

Expand Down
2 changes: 1 addition & 1 deletion scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ Using the `thenPing` method, the scheduler can automatically ping a given URL wh

Using the `thenPing($url)` feature requires the Guzzle HTTP library. You can add Guzzle 5 to your project by adding the following line to your `composer.json` file:

"guzzlehttp/guzzle": "~5.0"
"guzzlehttp/guzzle": "~5.3|~6.0"

0 comments on commit 062231e

Please sign in to comment.