Skip to content

Commit 66a27b5

Browse files
committed
Laravel 5.5
1 parent 7e6638e commit 66a27b5

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

3535
{
3636
"require": {
37-
"jrean/laravel-user-verification": "^4.1"
37+
"jrean/laravel-user-verification": "dev-master"
3838
}
3939

4040
}
@@ -44,7 +44,7 @@ package and have the autoloader updated.
4444

4545
Or run the following command:
4646

47-
composer require jrean/laravel-user-verification:^4.1
47+
composer require jrean/laravel-user-verification:dev-master
4848

4949
### Add the Service Provider & Facade/Alias
5050

0 commit comments

Comments
 (0)