Skip to content

Commit 99019e8

Browse files
committed
fix php Version
1 parent 54c2760 commit 99019e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": ">=7.2",
2020
"ext-curl": "*",
2121
"ext-dom": "*",
2222
"ext-json": "*",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ class Version {
2121
/**
2222
* 版本号
2323
*/
24-
const VERSION = '0.4.2';
24+
const VERSION = '0.4.3';
2525
}

0 commit comments

Comments
 (0)