From 0860cd57e58c44187f2a54110ff2c7252ba0d426 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Apr 2021 13:18:23 +0800 Subject: [PATCH] tostash --- .htaccess | 1 + .user.ini | 1 + composer.json | 1 - composer.lock | 186 +----------------- .../.well-known/pki-validation/fileauth.txt | 1 + 5 files changed, 6 insertions(+), 184 deletions(-) create mode 100755 .htaccess create mode 100644 .user.ini create mode 100755 public/.well-known/pki-validation/fileauth.txt diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..0519ecb --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.user.ini b/.user.ini new file mode 100644 index 0000000..6d64819 --- /dev/null +++ b/.user.ini @@ -0,0 +1 @@ +open_basedir=/data/www/tiantian2.langye.net/:/tmp/:/proc/ \ No newline at end of file diff --git a/composer.json b/composer.json index c5fb171..a37317c 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index c35b668..7cc860b 100644 --- a/composer.lock +++ b/composer.lock @@ -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" } diff --git a/public/.well-known/pki-validation/fileauth.txt b/public/.well-known/pki-validation/fileauth.txt new file mode 100755 index 0000000..9bb4098 --- /dev/null +++ b/public/.well-known/pki-validation/fileauth.txt @@ -0,0 +1 @@ +202103040544051txgbn56g96ty1ykjegkimjoy7xyihfthtqkvlv6kc88toiu6o \ No newline at end of file