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 7e6638e commit 66a27b5Copy full SHA for 66a27b5
README.md
@@ -34,7 +34,7 @@ require block of your composer.json file:
34
35
{
36
"require": {
37
- "jrean/laravel-user-verification": "^4.1"
+ "jrean/laravel-user-verification": "dev-master"
38
}
39
40
@@ -44,7 +44,7 @@ package and have the autoloader updated.
44
45
Or run the following command:
46
47
- composer require jrean/laravel-user-verification:^4.1
+ composer require jrean/laravel-user-verification:dev-master
48
49
### Add the Service Provider & Facade/Alias
50
0 commit comments