You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-12Lines changed: 38 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,17 @@ This project aims to be a clean and simple implementation with the following goa
19
19
20
20
## Installation
21
21
22
-
**PHP 7.1+**
22
+
**PHP >= 7.1+**
23
23
```bash
24
24
composer require softcreatr/jsonpath
25
25
```
26
26
27
27
**PHP < 7.1**
28
28
29
-
Support for PHP < 7.1 has been dropped. However, legacy branches exist for PHP 5.6 and 7.0 and can be composer-installed as follows:
29
+
1. Add to the `require`-section of your composer.json: `"softcreatr/jsonpath": "dev-oldphp"`
30
+
2. Execute `composer install`
30
31
31
-
* PHP 7.0: `"softcreatr/jsonpath": "dev-php-70"`
32
-
* PHP 5.6: `"softcreatr/jsonpath": "dev-php-56"`
33
-
34
-
🔻 Please note, that these legacy branches (based on JSONPath 0.6.2) are protected. There are no intentions to make any updates here. Please consider upgrading to PHP 7.1 or newer.
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.
0 commit comments