build(composer): 添加了 php8.1 的 polyfill,以修复 enum 库报错的问题

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-06-14 17:06:06 +08:00
parent b50775f722
commit 6c9e2d1120
2 changed files with 7517 additions and 7431 deletions

View File

@@ -29,11 +29,12 @@
"hyperf/redis": "^2.2",
"hyperf/resource": "^2.2",
"hyperf/translation": "^2.2",
"jetbrains/phpstorm-attributes": "^1.0",
"lmc/http-constants": "^1.2",
"myclabs/php-enum": "^1.8",
"roave/dont": "^1.5",
"teapot/status-code": "^1.1",
"jetbrains/phpstorm-attributes": "^1.0"
"symfony/polyfill-php81": "^1.26",
"teapot/status-code": "^1.1"
},
"require-dev": {
"hyperf/guzzle": "^2.2",

14943
composer.lock generated

File diff suppressed because it is too large Load Diff