We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf0bdb commit 5d5293bCopy full SHA for 5d5293b
2 files changed
README.md
@@ -9,8 +9,8 @@ A utility for traversing PHP arrays with an XPath-like syntax.
9
10
## Requirements
11
12
-* PHP 7.2+ (php72, 1.x)
13
-* PHP 7.4+ (main, 2.x)
+* PHP 7.2, 7.3, 7.4 (1.x)
+* PHP 7.4 (main, 2.x)
14
15
## Installation
16
composer.json
@@ -14,12 +14,12 @@
"issues": "https://github.com/modethirteen/XArray.php/issues"
},
"require": {
17
- "php": ">=7.2.0",
+ "php": "~7.2.0",
18
"ext-json": "*"
19
20
"require-dev": {
21
- "phpstan/phpstan": "~0.12",
22
- "phpunit/phpunit": "~7.4.3"
+ "phpstan/phpstan": "~0.12.0",
+ "phpunit/phpunit": "~7.4.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments