Skip to content

Commit 5c0210b

Browse files
committed
Updated README
Updated install instructions
1 parent b1810a6 commit 5c0210b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 0.8.0
4+
🔻 Breaking changes ahead:
5+
6+
- Dropped support for PHP < 8.0
7+
- Removed deprecated method `JSONPath->data()`
8+
9+
310
### 0.7.5
411
- Added support for $.length
512
- Added trim to explode to support both 1,2,3 and 1, 2, 3 inputs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project aims to be a clean and simple implementation with the following goa
2020
## Installation
2121

2222
```bash
23-
composer require softcreatr/jsonpath:"^0.5 || ^0.7"
23+
composer require softcreatr/jsonpath:"^0.5 || ^0.7 || ^0.8"
2424
```
2525

2626
## JSONPath Examples

0 commit comments

Comments
 (0)