Skip to content

Commit 39711a2

Browse files
authored
Update PHP version requirement to >=7.2.0
1 parent a26515b commit 39711a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A collection of global `array_*` functions appending to the native PHP set.
99

1010
## Requirements
1111

12-
- **php**: >=5.3.0
12+
- **php**: >=7.2.0
1313

1414
## Installing
1515

@@ -105,4 +105,4 @@ function array_key_refill(array $array, array $keys [, $fill = array()])
105105

106106
- ***array***
107107

108-
Given a keyed array, fills any missing values.
108+
Given a keyed array, fills any missing values.

0 commit comments

Comments
 (0)