We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c2760 commit 99019e8Copy full SHA for 99019e8
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2",
+ "php": ">=7.2",
20
"ext-curl": "*",
21
"ext-dom": "*",
22
"ext-json": "*",
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
* 版本号
23
*/
24
- const VERSION = '0.4.2';
+ const VERSION = '0.4.3';
25
0 commit comments