diff --git a/composer.json b/composer.json index a41db99..be508eb 100755 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ "karsonzhang/fastadmin-addons": "~1.4.0", "overtrue/pinyin": "^5.3", "phpoffice/phpspreadsheet": "^1.29.1", - "overtrue/wechat": "^6.11.5", "ext-json": "*", "ext-curl": "*", "ext-pdo": "*", @@ -33,7 +32,8 @@ "symfony/var-dumper": "^6.4", "gjc/thinkphp5-container": "^1.0.1", "alibabacloud/dyvmsapi-20170525": "^3.2", - "nesbot/carbon": "^3.8" + "nesbot/carbon": "^3.8", + "w7corp/easywechat": "^6.17" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 45ab247..6b2dee9 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": "174493c3b28b9b6b4bd66ceada3d27ee", + "content-hash": "de18d8b2aadf7dff471ee1cd65520159", "packages": [ { "name": "adbario/php-dot-notation", @@ -1539,73 +1539,6 @@ }, "time": "2024-10-08T16:23:14+00:00" }, - { - "name": "overtrue/wechat", - "version": "6.17.5", - "dist": { - "type": "zip", - "url": "https://mirrors.cloud.tencent.com/repository/composer/overtrue/wechat/6.17.5/overtrue-wechat-6.17.5.zip", - "reference": "ea6460149b20a0a31d614d18c5c8cbe77414c4ca", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-fileinfo": "*", - "ext-libxml": "*", - "ext-openssl": "*", - "ext-simplexml": "*", - "nyholm/psr7": "^1.5", - "nyholm/psr7-server": "^1.0", - "overtrue/socialite": "^3.5.4|^4.0.1", - "php": ">=8.0.2", - "psr/http-client": "^1.0", - "psr/simple-cache": "^1.0|^2.0|^3.0", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/polyfill-php81": "^1.25", - "symfony/psr-http-message-bridge": "^2.1.2|^6.4.0|^7.1", - "thenorthmemory/xml": "^1.0" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "^1.0", - "laravel/pint": "^1.2", - "mikey179/vfsstream": "^1.6", - "mockery/mockery": "^1.4.4", - "phpstan/phpstan": "^1.0 | ^2", - "phpunit/phpunit": "^9.5", - "symfony/var-dumper": "^5.2|^6|^7" - }, - "type": "library", - "autoload": { - "psr-4": { - "EasyWeChat\\": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "overtrue", - "email": "anzhengchao@gmail.com" - } - ], - "description": "微信SDK", - "keywords": [ - "easywechat", - "sdk", - "wechat", - "weixin", - "weixin-sdk" - ], - "support": { - "issues": "https://github.com/w7corp/easywechat/issues", - "source": "https://github.com/w7corp/easywechat/tree/6.17.5" - }, - "time": "2025-03-19T00:52:30+00:00" - }, { "name": "phpoffice/phpspreadsheet", "version": "1.29.10", @@ -1796,7 +1729,7 @@ "version": "2.0.2", "dist": { "type": "zip", - "url": "https://mirrors.tencent.com/repository/composer/psr/container/2.0.2/psr-container-2.0.2.zip", + "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/container/2.0.2/psr-container-2.0.2.zip", "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, @@ -3605,6 +3538,76 @@ "source": "https://github.com/txthinking/Mailer/tree/master" }, "time": "2018-10-09T10:47:23+00:00" + }, + { + "name": "w7corp/easywechat", + "version": "6.17.5", + "dist": { + "type": "zip", + "url": "https://mirrors.tencent.com/repository/composer/w7corp/easywechat/6.17.5/w7corp-easywechat-6.17.5.zip", + "reference": "ea6460149b20a0a31d614d18c5c8cbe77414c4ca", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-fileinfo": "*", + "ext-libxml": "*", + "ext-openssl": "*", + "ext-simplexml": "*", + "nyholm/psr7": "^1.5", + "nyholm/psr7-server": "^1.0", + "overtrue/socialite": "^3.5.4|^4.0.1", + "php": ">=8.0.2", + "psr/http-client": "^1.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/polyfill-php81": "^1.25", + "symfony/psr-http-message-bridge": "^2.1.2|^6.4.0|^7.1", + "thenorthmemory/xml": "^1.0" + }, + "conflict": { + "overtrue/wechat": "*" + }, + "require-dev": { + "jetbrains/phpstorm-attributes": "^1.0", + "laravel/pint": "^1.2", + "mikey179/vfsstream": "^1.6", + "mockery/mockery": "^1.4.4", + "phpstan/phpstan": "^1.0 | ^2", + "phpunit/phpunit": "^9.5", + "symfony/var-dumper": "^5.2|^6|^7" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyWeChat\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "overtrue", + "email": "anzhengchao@gmail.com" + } + ], + "description": "微信SDK", + "keywords": [ + "easywechat", + "sdk", + "wechat", + "weixin", + "weixin-sdk" + ], + "support": { + "issues": "https://github.com/w7corp/easywechat/issues", + "source": "https://github.com/w7corp/easywechat/tree/6.17.5" + }, + "time": "2025-03-19T00:52:30+00:00" } ], "packages-dev": [], diff --git a/vendor.zip b/vendor.zip index 5be3740..3ef2765 100644 Binary files a/vendor.zip and b/vendor.zip differ