Skip to content

Commit 5f6e365

Browse files
Require php >= 7.4 instead of >7.4 (#32)
1 parent 419f871 commit 5f6e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": ">7.4",
11+
"php": ">=7.4",
1212
"pear/pear_exception": "1.0.1 || 1.0.2"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)