Commit 3fbacaa2 authored by 谢宇轩's avatar 谢宇轩 😅

Merge branch '1-fix-uuid-php' into 'master'

Resolve "fix: 降低uuid版本,兼容低版本PHP"

Closes #1

See merge request back-end/easy-http-sdk!1
parents 7cdf8e78 36a85455
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"symfony/cache": "^5.4", "symfony/cache": "^5.4",
"yosymfony/toml": "^1.0", "yosymfony/toml": "^1.0",
"guzzlehttp/guzzle": "^7.5", "guzzlehttp/guzzle": "^7.5",
"ramsey/uuid": "^4.2", "ramsey/uuid": "~3.8.0",
"ext-json": "*" "ext-json": "*"
}, },
"require-dev": { "require-dev": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment