Skip to content

Commit 5d5293b

Browse files
committed
update metadata
1 parent edf0bdb commit 5d5293b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ A utility for traversing PHP arrays with an XPath-like syntax.
99

1010
## Requirements
1111

12-
* PHP 7.2+ (php72, 1.x)
13-
* PHP 7.4+ (main, 2.x)
12+
* PHP 7.2, 7.3, 7.4 (1.x)
13+
* PHP 7.4 (main, 2.x)
1414

1515
## Installation
1616

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"issues": "https://github.com/modethirteen/XArray.php/issues"
1515
},
1616
"require": {
17-
"php": ">=7.2.0",
17+
"php": "~7.2.0",
1818
"ext-json": "*"
1919
},
2020
"require-dev": {
21-
"phpstan/phpstan": "~0.12",
22-
"phpunit/phpunit": "~7.4.3"
21+
"phpstan/phpstan": "~0.12.0",
22+
"phpunit/phpunit": "~7.4.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)