master
root 5 years ago
parent ef673ee824
commit 0860cd57e5

@ -0,0 +1 @@
open_basedir=/data/www/tiantian2.langye.net/:/tmp/:/proc/

@ -23,7 +23,6 @@
"simplesoftwareio/simple-qrcode": "~2",
"spatie/laravel-permission": "^3.11",
"tymon/jwt-auth": "^1.0",
"yansongda/laravel-pay": "^2.3",
"zircote/swagger-php": "^3.0"
},
"require-dev": {

186
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": "ec8d438a46d0fc9690586d847ee24dae",
"content-hash": "b8ff78bfb22a69de3e425d40b2699815",
"packages": [
{
"name": "alicfeng/identity-card",
@ -5914,187 +5914,6 @@
],
"time": "2020-11-12T00:07:28+00:00"
},
{
"name": "yansongda/laravel-pay",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/yansongda/laravel-pay.git",
"reference": "855fb1df11d639b037685939c576a5d140fd7a75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/yansongda/laravel-pay/zipball/855fb1df11d639b037685939c576a5d140fd7a75",
"reference": "855fb1df11d639b037685939c576a5d140fd7a75",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0",
"yansongda/pay": "^2.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Yansongda\\LaravelPay\\PayServiceProvider"
],
"aliases": {
"Pay": "Yansongda\\LaravelPay\\Facades\\Pay"
}
}
},
"autoload": {
"psr-4": {
"Yansongda\\LaravelPay\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "yansongda",
"email": "me@yansongda.cn"
}
],
"description": "专注 Alipay 和 WeChat 的 laravel 支付扩展包",
"keywords": [
"alipay",
"laravel",
"package",
"pay",
"wechat"
],
"time": "2020-09-10T03:27:56+00:00"
},
{
"name": "yansongda/pay",
"version": "v2.10.2",
"source": {
"type": "git",
"url": "https://github.com/yansongda/pay.git",
"reference": "8c258853b142c6d7589629b047ca5cb21232b509"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/yansongda/pay/zipball/8c258853b142c6d7589629b047ca5cb21232b509",
"reference": "8c258853b142c6d7589629b047ca5cb21232b509",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-bcmath": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"php": ">=7.1.3",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"symfony/http-foundation": "^4.0 || ^5.0.7",
"yansongda/supports": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Yansongda\\Pay\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "yansongda",
"email": "me@yansongda.cn"
}
],
"description": "专注 Alipay 和 WeChat 的支付扩展包",
"keywords": [
"alipay",
"pay",
"wechat"
],
"time": "2021-01-18T01:48:43+00:00"
},
{
"name": "yansongda/supports",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/yansongda/supports.git",
"reference": "de9a8d38b0461ddf9c12f27390dad9a40c9b4e3b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/yansongda/supports/zipball/de9a8d38b0461ddf9c12f27390dad9a40c9b4e3b",
"reference": "de9a8d38b0461ddf9c12f27390dad9a40c9b4e3b",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"monolog/monolog": "^1.23 || ^2.0",
"php": ">=7.1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^7.5",
"predis/predis": "^1.1"
},
"suggest": {
"predis/predis": "Allows to use throttle feature"
},
"type": "library",
"autoload": {
"psr-4": {
"Yansongda\\Supports\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "yansongda",
"email": "me@yansongda.cn"
}
],
"description": "common components",
"keywords": [
"Guzzle",
"array",
"collection",
"config",
"http",
"support",
"throttle"
],
"time": "2020-10-14T08:17:18+00:00"
},
{
"name": "zircote/swagger-php",
"version": "3.1.0",
@ -9335,5 +9154,6 @@
"platform": {
"php": "^7.2.5"
},
"platform-dev": []
"platform-dev": [],
"plugin-api-version": "2.0.0"
}

@ -0,0 +1 @@
202103040544051txgbn56g96ty1ykjegkimjoy7xyihfthtqkvlv6kc88toiu6o
Loading…
Cancel
Save