Compare commits

..

1 Commits

Author SHA1 Message Date
4de9a31039
Update README.md 2024-02-29 15:28:32 +08:00
2 changed files with 16 additions and 11 deletions

View File

@ -3,7 +3,7 @@ # LaeCloud 莱云 v3
### 这是第三代莱云的系统 ### 这是第三代莱云的系统
它具有 天生分布式,可集群化,方便部署,高性能 等特点。美中不足的是,它的周期计费做的不是很好。 它具有 天生分布式,可集群化,方便部署,高性能 等特点。美中不足的是,它的周期计费做的不是很好。
(在 laecloud.com 上查看 莱云 v3)[https://www.laecloud.com/lae_v3/] [在 laecloud.com 上查看 莱云 v3](https://www.laecloud.com/lae_v3)
功能列表 功能列表
用户端 用户端

25
composer.lock generated
View File

@ -2487,17 +2487,23 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v3.3.2", "version": "v3.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "e1a272893bec13cf135627f7e156030b3afe1e60" "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/e1a272893bec13cf135627f7e156030b3afe1e60", "url": "https://api.github.com/repos/laravel/sanctum/zipball/bf5cb6c256d19a108bdfaca121b2594da063fbd5",
"reference": "e1a272893bec13cf135627f7e156030b3afe1e60", "reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5",
"shasum": "" "shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -2509,9 +2515,8 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^7.28.2|^8.8.3", "orchestra/testbench": "^7.0|^8.0",
"phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2549,7 +2554,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2023-11-03T13:42:14+00:00" "time": "2023-01-06T15:43:53+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -12809,5 +12814,5 @@
"ext-zip": "^1.19" "ext-zip": "^1.19"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }