Skip to content

Commit c7e2e9e

Browse files
committed
Documentation + clean
1 parent 995c34d commit c7e2e9e

File tree

8 files changed

+8
-149
lines changed

8 files changed

+8
-149
lines changed

.php_cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

.styleci.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ easily handle a user verification and validate the e-mail.
77

88
**This package is Laravel 5.4 compliant.**
99

10-
A few minor changes remain to be updated for the email markdown support + queue methods.
11-
A 2.3 ; 3.1 ; 4.1 update is coming soon with several improvements.
12-
13-
| laravel/branch | [2.2](https://github.com/jrean/laravel-user-verification/tree/2.2) | [3.0](https://github.com/jrean/laravel-user-verification/tree/3.0) | [4.0](https://github.com/jrean/laravel-user-verification/tree/4.0) | [master](https://github.com/jrean/laravel-user-verification/tree/master) |
14-
|---------|-----|-----|-----|--------|
15-
| 5.0.* | x | | | |
16-
| 5.1.* | x | | | |
17-
| 5.2.* | x | | | |
18-
| 5.3.* | | x | | |
19-
| 5.4.* | | | x | x |
10+
| laravel/branch | [2.2](https://github.com/jrean/laravel-user-verification/tree/2.2) | [3.0](https://github.com/jrean/laravel-user-verification/tree/3.0) | [4.0](https://github.com/jrean/laravel-user-verification/tree/4.0) | [4.1](https://github.com/jrean/laravel-user-verification/tree/4.1) | [master](https://github.com/jrean/laravel-user-verification/tree/master) |
11+
|---------|-----|-----|-----|-----|--------|
12+
| 5.0.* | x | | | | |
13+
| 5.1.* | x | | | | |
14+
| 5.2.* | x | | | | |
15+
| 5.3.* | | x | | | |
16+
| 5.4.* | | | x | x | x |
17+
2018

2119
## ABOUT
2220

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@
3333
},
3434
"autoload-dev": {
3535
"psr-4": {
36-
"Jrean\\UserVerification\\Tests\\": "tests"
3736
}
3837
},
3938
"scripts": {
40-
"test": "phpunit --colors=always; ./vendor/bin/php-cs-fixer fix src --dry-run --diff --ansi",
41-
"travis": "phpunit --coverage-clover build/logs/clover.xml",
42-
"fix": "./vendor/bin/php-cs-fixer fix src --diff --ansi"
4339
}
4440
}

tests/TestCase.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/TestUser.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/TraitUserVerificationTest.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)