Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit b149326

Browse files
committed
Changelog and readme
1 parent a4f4dcc commit b149326

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# ChangeLog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.2.0] - 2018-09-12
5+
### Added
6+
- Tests
7+
48
## [2.1.0] - 2017-06-14
59
### Added
610
- 'skip_ip' in recaptcha.php configuration file

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ $v = Validator::make(request()->all(), [
106106

107107
Print form errors
108108
```php
109-
dd($v->errors());
109+
$errors = $v->errors();
110+
```
111+
112+
## Test
113+
114+
```sh
115+
composer test
110116
```
111117

112118
## Changelog

0 commit comments

Comments
 (0)