Skip to content

Commit 2da0b79

Browse files
committed
Fix declared minimum PHP version
1 parent 174463a commit 2da0b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependencies>
5252
<required>
5353
<php>
54-
<min>5.4.0</min>
54+
<min>8.0.0</min>
5555
</php>
5656
<pearinstaller>
5757
<min>1.4.0b1</min>

0 commit comments

Comments
 (0)