Skip to content

Commit

Permalink
Updated README & CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Greuel <[email protected]>
  • Loading branch information
SoftCreatR committed Mar 12, 2024
1 parent fc12dee commit 4fef30e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 0.8.3
- Change `getData()` so that it can be mixed instead of array

### 0.8.2
- AccessHelper & RecursiveFilter now return a plain `object`, rather than an `ArrayAccess` object

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project aims to be a clean and simple implementation with the following goa
## Installation

```bash
composer require softcreatr/jsonpath:"^0.5 || ^0.7 || ^0.8"
composer require softcreatr/jsonpath:"^0.8"
```

## JSONPath Examples
Expand Down

0 comments on commit 4fef30e

Please sign in to comment.