Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilson committed Mar 30, 2017
1 parent 6d6b0dd commit eea72c9
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 128 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
All Notable changes to `EloquentMeta` will be documented in this file

## NEXT
- Make compatible with Laravel 5.4
- More tests (especially for validation)

## v1.6.1 - 3.30.2017
- Use correct Translator in `validate()`

## v1.5.1 - 3.30.2017
- Replace `list()` with `pluck()` for collections
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install through Composer.
}
```

Please not only php `5.6` and `7`+ are supported.
Please note only php `5.6` and `7`+ are supported.

If you are using EloquentMeta and Eloquent **without** using Laravel,
you will also have to setup Eloquent as detailed in its [documentation](https://github.com/illuminate/database).
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.3.*",
"illuminate/support": "5.4.*",
"nesbot/carbon": "1.*",
"illuminate/database": "5.3.*",
"illuminate/validation": "5.3.*",
"illuminate/translation": "5.3.*"
"illuminate/database": "5.4.*",
"illuminate/validation": "5.4.*",
"illuminate/translation": "5.4.*"
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
Expand Down
Loading

0 comments on commit eea72c9

Please sign in to comment.