Skip to content

Commit 262d2e1

Browse files
update readme for 3.0
1 parent 968b683 commit 262d2e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Make User
2-
## v2.0.0
2+
## v3.0.0
33

44
[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-make-user.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-make-user)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-make-user/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-make-user/?branch=master)
@@ -23,6 +23,7 @@ Laravel | Package
2323
:-------|:--------
2424
5.4.* | 1.0.*
2525
5.5.* | 2.0.*
26+
5.6.* | 3.0.*
2627

2728
## Code Samples
2829

@@ -47,7 +48,7 @@ This will create a new user with the email address `[email protected]`, a randoml
4748
This package is installed via [Composer](https://getcomposer.org/). To install, run the following command.
4849

4950
```bash
50-
composer require "dyrynda/laravel-make-user:~2.0"
51+
composer require "dyrynda/laravel-make-user:~3.0"
5152
```
5253

5354
Then add the service provider to your `config/app.php` file:

0 commit comments

Comments
 (0)