Skip to content

Commit

Permalink
update docs for guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 15, 2017
1 parent 2f0b171 commit d1ba6f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@

Update your `laravel/framework` dependency to `5.4.*` in your `composer.json` file.

#### Laravel Tinker

In order to continue using the `tinker` Artisan command, you should also install the `laravel/tinker` package:

composer require laravel/tinker

Once the package has been installed, you should add the `Laravel\Tinker\TinkerServiceProvider` to your `config/app.php` configuration file.

#### Guzzle

Laravel 5.4 requires Guzzle 6.0 or greater.

### Authorization

#### The `getPolicyFor` Method
Expand Down

0 comments on commit d1ba6f8

Please sign in to comment.