Skip to content

Commit

Permalink
Using 4 or 5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoose committed Apr 21, 2015
1 parent 64c981f commit dcd788b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ In this example, the `foo` command will be run every minute if it is not already

$schedule->command('foo')->thenPing($url);

Using the `thenPing($url)` feature require that the Guzzle 4 HTTP library be installed into your application. You can add Guzzle 4 to your project by adding the following line to your `composer.json` file:
Using the `thenPing($url)` feature require that the Guzzle 4 or 5 HTTP library be installed into your application. You can add Guzzle 4 or 5 to your project by adding the following line to your `composer.json` file:

"guzzlehttp/guzzle": "~4.0"
// or
"guzzlehttp/guzzle": "~5.0"

0 comments on commit dcd788b

Please sign in to comment.