mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-03-29 16:10:17 +08:00
fix : update cors and admin user cache
This commit is contained in:
69
composer.lock
generated
69
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ab3bf1b529644b23090f06e38ff6037a",
|
||||
"content-hash": "d2802d82e4914e3e7c928d7a3aa7923d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "carbonphp/carbon-doctrine-types",
|
||||
@@ -1892,6 +1892,73 @@
|
||||
],
|
||||
"time": "2025-09-04T02:14:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hyperf/database-pgsql",
|
||||
"version": "v3.1.66",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyperf/database-pgsql.git",
|
||||
"reference": "f6cc86dea8910e555f17f37629cc27dd07ccb532"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/hyperf/database-pgsql/zipball/f6cc86dea8910e555f17f37629cc27dd07ccb532",
|
||||
"reference": "f6cc86dea8910e555f17f37629cc27dd07ccb532",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/stringable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"hyperf": {
|
||||
"config": "Hyperf\\Database\\PgSQL\\ConfigProvider"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "3.1-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Hyperf\\Database\\PgSQL\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A pgsql handler for hyperf/database.",
|
||||
"homepage": "https://hyperf.io",
|
||||
"keywords": [
|
||||
"database",
|
||||
"hyperf",
|
||||
"pgsql",
|
||||
"php",
|
||||
"swoole"
|
||||
],
|
||||
"support": {
|
||||
"docs": "https://hyperf.wiki",
|
||||
"issues": "https://github.com/hyperf/hyperf/issues",
|
||||
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
||||
"source": "https://github.com/hyperf/hyperf"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://hyperf.wiki/#/zh-cn/donate",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://opencollective.com/hyperf",
|
||||
"type": "open_collective"
|
||||
}
|
||||
],
|
||||
"time": "2026-01-25T04:50:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hyperf/db-connection",
|
||||
"version": "v3.1.57",
|
||||
|
||||
Reference in New Issue
Block a user