Skip to content

Commit a3ef47d

Browse files
committed
fix minimal version
1 parent 12674e6 commit a3ef47d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Example output:
258258

259259
## PHP versions
260260

261-
The current branch supports PHP 7 and PHP 8.
261+
The current branch supports PHP 7.1 to PHP 8.
262262

263263
The php5 branch supports PHP 5.
264264

package2.xml renamed to package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
<dependencies>
4040
<required>
4141
<php>
42-
<min>7.0.0</min>
42+
<min>7.1.0</min>
4343
</php>
4444
<pearinstaller>
45-
<min>1.4.8</min>
45+
<min>1.10.0</min>
4646
</pearinstaller>
4747
</required>
4848
</dependencies>

0 commit comments

Comments
 (0)