Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Mar 6, 2020
1 parent 432da1d commit 16c5193
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Laravel Make User
## v5.0.0
## v7.0.0

[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-make-user.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-make-user)
[![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)
Expand Down Expand Up @@ -28,6 +28,8 @@ Laravel | Package
5.7.* | 4.0.*
5.8.* | 5.0.*
6.x | 6.0.*
7.x | 7.0.*


## Code Samples

Expand All @@ -44,7 +46,7 @@ This package runs on the assumption that you are using Laravel's default `users`
This package is installed via [Composer](https://getcomposer.org/). To install, run the following command.

```bash
composer require "dyrynda/laravel-make-user:~4.0"
composer require dyrynda/laravel-make-user
```

## Support
Expand Down

0 comments on commit 16c5193

Please sign in to comment.