Skip to content

Commit 314fa7e

Browse files
committed
Updated README
1 parent dbd7108 commit 314fa7e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,10 @@ This project aims to be a clean and simple implementation with the following goa
1919

2020
## Installation
2121

22-
**PHP >= 7.1+**
2322
```bash
24-
composer require softcreatr/jsonpath
23+
composer require softcreatr/jsonpath:"^0.5 || ^0.7"
2524
```
2625

27-
**PHP < 7.1**
28-
29-
1. Add to the `require`-section of your composer.json: `"softcreatr/jsonpath": "dev-oldphp"`
30-
2. Execute `composer install`
31-
32-
🔻 Please note, that this legacy branch (based on JSONPath 0.7.2) is protected. There are no intentions to make any updates here. Please consider upgrading to PHP 7.1 or newer.
33-
3426
## JSONPath Examples
3527

3628
JSONPath | Result

0 commit comments

Comments
 (0)