We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1b8f commit 5f3ce72Copy full SHA for 5f3ce72
README.md
@@ -32,7 +32,7 @@ require block of your composer.json file:
32
33
{
34
"require": {
35
- "jrean/laravel-user-verification": "dev-master"
+ "jrean/laravel-user-verification": "^5.0"
36
}
37
38
@@ -42,7 +42,7 @@ package and have the autoloader updated.
42
43
Or run the following command:
44
45
- composer require jrean/laravel-user-verification:dev-master
+ composer require jrean/laravel-user-verification:^5.0
46
47
### Add the Service Provider & Facade/Alias
48
0 commit comments