Skip to content

Commit 5f3ce72

Browse files
committed
Documentation
1 parent 82d1b8f commit 5f3ce72

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
@@ -32,7 +32,7 @@ require block of your composer.json file:
3232

3333
{
3434
"require": {
35-
"jrean/laravel-user-verification": "dev-master"
35+
"jrean/laravel-user-verification": "^5.0"
3636
}
3737

3838
}
@@ -42,7 +42,7 @@ package and have the autoloader updated.
4242

4343
Or run the following command:
4444

45-
composer require jrean/laravel-user-verification:dev-master
45+
composer require jrean/laravel-user-verification:^5.0
4646

4747
### Add the Service Provider & Facade/Alias
4848

0 commit comments

Comments
 (0)