删除文件

This commit is contained in:
2020-11-27 10:56:37 +08:00
parent 86a0ad3724
commit 20d44d864d
38 changed files with 486 additions and 2798 deletions

97
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": "62a374df68be5012e10762e1763bc43c",
"content-hash": "13d36c80a80c6a5377c75bac63e5ee5a",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -5905,6 +5905,99 @@
}
],
"time": "2020-07-14T19:04:52+00:00"
},
{
"name": "xuanchen/coupon",
"version": "1.01",
"source": {
"type": "git",
"url": "https://github.com/xuanchen120/coupon.git",
"reference": "96fb631176e5308a207d932e1f89b4d105d46165"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/xuanchen120/coupon/zipball/96fb631176e5308a207d932e1f89b4d105d46165",
"reference": "96fb631176e5308a207d932e1f89b4d105d46165",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"laravel/framework": "*",
"php": ">=7.1.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"XuanChen\\Coupon\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"XuanChen\\Coupon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "玄尘",
"email": "122383162@qq.com"
}
],
"description": "卡券核销相关",
"homepage": "https://github.com/xuanchen120/coupon.git",
"support": {
"issues": "https://github.com/xuanchen120/coupon/issues",
"source": "https://github.com/xuanchen120/coupon/tree/1.01"
},
"time": "2020-11-27T01:57:16+00:00"
},
{
"name": "xuanchen/unionpay",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://gitee.com/xdeepu/unionpay.git",
"reference": "519227eebfc06c20c2de954fdbf1b959bcdcbe9b"
},
"require": {
"laravel/framework": "*",
"php": ">=7.1.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"XuanChen\\UnionPay\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"XuanChen\\UnionPay\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "玄尘",
"email": "122383162@qq.com"
}
],
"description": "第三方银联对接",
"time": "2020-11-11T07:24:20+00:00"
}
],
"packages-dev": [
@@ -8248,5 +8341,5 @@
"php": "^7.2"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
"plugin-api-version": "2.0.0"
}