Skip to content

Commit db5fc22

Browse files
authored
Merge pull request #144 from mauri870/fix-default-version-number
Fix latest version number in README
2 parents b1ec3c9 + 2e5ecfc commit db5fc22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ or manually update your `composer.json` file
4545
```json
4646
{
4747
"require": {
48-
"artesaos/defender": "~0.8.0"
48+
"artesaos/defender": "~0.9.0"
4949
}
5050
}
5151
```
5252

5353
### 2. Provider
5454

55-
> If you are using Laravel 5.5+ skip this section since our package support auto-discovery.
55+
> If you are using Laravel 5.5+(including Laravel 6) skip this section since our package support auto-discovery.
5656
5757
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:
5858

0 commit comments

Comments
 (0)