Skip to content

Commit

Permalink
Merge pull request #144 from mauri870/fix-default-version-number
Browse files Browse the repository at this point in the history
Fix latest version number in README
  • Loading branch information
mauri870 authored Oct 3, 2019
2 parents b1ec3c9 + 2e5ecfc commit db5fc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ or manually update your `composer.json` file
```json
{
"require": {
"artesaos/defender": "~0.8.0"
"artesaos/defender": "~0.9.0"
}
}
```

### 2. Provider

> If you are using Laravel 5.5+ skip this section since our package support auto-discovery.
> If you are using Laravel 5.5+(including Laravel 6) skip this section since our package support auto-discovery.
You need to update your application configuration in order to register the package, so it can be loaded by Laravel. Just update your `config/app.php` file adding the following code at the end of your `'providers'` section:

Expand Down

0 comments on commit db5fc22

Please sign in to comment.