Skip to content

Commit 2867e34

Browse files
authored
PHPC-2230: Require PHP 7.4 in package.xml template (#1462)
This was omitted in 2ab1e4b
1 parent 790e20b commit 2867e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/package.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ necessary to build a fully-functional MongoDB driver.
5858
<dependencies>
5959
<required>
6060
<php>
61-
<min>7.2.0</min>
61+
<min>7.4.0</min>
6262
<max>8.99.99</max>
6363
</php>
6464
<pearinstaller>

0 commit comments

Comments
 (0)