订单、纠纷

This commit is contained in:
cano
2024-03-11 02:21:52 +08:00
parent 6d242ae973
commit 1161f06aeb
15 changed files with 855 additions and 53 deletions

68
composer.lock generated
View File

@ -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": "779c2c416d83ff65448d583b525c3691",
"content-hash": "8d1357294fac8e18aa387c5c5f295c8e",
"packages": [
{
"name": "brick/math",
@ -627,6 +627,69 @@
],
"time": "2023-10-12T05:21:21+00:00"
},
{
"name": "godruoyi/php-snowflake",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/godruoyi/php-snowflake.git",
"reference": "bf77419d3ac657ee4e4375d5436ba0c8a7ac8c65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/godruoyi/php-snowflake/zipball/bf77419d3ac657ee4e4375d5436ba0c8a7ac8c65",
"reference": "bf77419d3ac657ee4e4375d5436ba0c8a7ac8c65",
"shasum": ""
},
"require": {
"php-64bit": ">=8.1"
},
"require-dev": {
"laravel/pint": "^1.10",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10"
},
"type": "library",
"autoload": {
"psr-4": {
"Godruoyi\\Snowflake\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Godruoyi",
"email": "g@godruoyi.com"
}
],
"description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
"homepage": "https://github.com/godruoyi/php-snowflake",
"keywords": [
"Unique ID",
"laravel snowflake",
"order id",
"php snowflake",
"php sonyflake",
"php unique id",
"snowflake algorithm",
"sonyflake",
"unique order id"
],
"support": {
"issues": "https://github.com/godruoyi/php-snowflake/issues",
"source": "https://github.com/godruoyi/php-snowflake/tree/3.0.0"
},
"funding": [
{
"url": "https://images.godruoyi.com/wechat.png",
"type": "custom"
}
],
"time": "2023-08-28T12:37:25+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.1.2",
@ -8208,7 +8271,8 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.1"
"php": "^8.1",
"ext-bcmath": "*"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"