From f2d689766e39db2d6ed55b1154db9e3d2c026401 Mon Sep 17 00:00:00 2001 From: liushoukun Date: Fri, 15 Nov 2024 17:14:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(payment):=20=E6=96=B0=E5=A2=9E=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=B3=BB=E7=BB=9F=E7=9B=B8=E5=85=B3=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=92=8C=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增支付应用、支付渠道应用、支付商户等模型 - 创建支付单、退款单等迁移 - 添加支付状态、商户类型等枚举- 更新领域模型图 --- composer.json | 4 +- composer.lock | 3985 +++++++++++++---- packages/payment/composer.json | 2 +- .../payment/config/red-jasmine-payment.php | 5 + .../migrations/create_payment_apps_table.php | 12 +- .../create_payment_channel_apps_table.php | 21 +- .../create_payment_channels_table.php | 4 +- .../migrations/create_payment_isvs_table.php | 28 + .../create_payment_merchants_table.php | 21 +- .../create_payment_orders_table.php | 43 +- .../create_payment_refunds_table.php | 7 +- .../create_payment_transfers_table.php | 24 + .../Domain/Models/Enums/MerchantTypeEnum.php | 30 + packages/payment/src/Domain/Models/Model.php | 13 + .../src/Domain/Models/PaymentChannel.php | 2 +- .../src/Domain/Models/PaymentChannelApp.php | 2 +- .../payment/src/Domain/Models/PaymentIsv.php | 21 + .../src/Domain/Models/PaymentMerchant.php | 2 +- .../src/Domain/Models/PaymentMerchantApp.php | 2 +- .../src/Domain/Models/PaymentOrder.php | 2 +- .../src/Domain/Models/PaymentRefund.php | 2 +- .../src/PaymentPackageServiceProvider.php | 11 + ...\345\237\237\346\250\241\345\236\213.puml" | 108 +- 23 files changed, 3375 insertions(+), 976 deletions(-) create mode 100644 packages/payment/database/migrations/create_payment_isvs_table.php create mode 100644 packages/payment/database/migrations/create_payment_transfers_table.php create mode 100644 packages/payment/src/Domain/Models/Enums/MerchantTypeEnum.php create mode 100644 packages/payment/src/Domain/Models/Model.php create mode 100644 packages/payment/src/Domain/Models/PaymentIsv.php diff --git a/composer.json b/composer.json index c87baabc..83336ed4 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "red-jasmine/support": "*", "red-jasmine/filament-core": "*", "red-jasmine/order": "*", + "red-jasmine/payment": "*", "nunomaduro/collision": "^7.9", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.30", @@ -63,7 +64,8 @@ }, "config": { "allow-plugins": { - "pestphp/pest-plugin": true + "pestphp/pest-plugin": true, + "php-http/discovery": true } } } diff --git a/composer.lock b/composer.lock index 21789542..0ce56c5c 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": "51b97cf5e47fe19d316b80785744010c", + "content-hash": "68ee45d564c1625f4f2f31cb756d4ea1", "packages": [], "packages-dev": [ { @@ -19,7 +19,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.1" @@ -108,7 +114,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc", "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2", @@ -179,7 +191,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0", "reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2", @@ -253,7 +271,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/parallel-functions/zipball/04e92fcacfc921a56dfe12c23b3265e62593a7cb", "reference": "04e92fcacfc921a56dfe12c23b3265e62593a7cb", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2.0.3", @@ -312,7 +336,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7", "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.4" @@ -375,7 +405,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/process/zipball/1949d85b6d71af2818ff68144304a98495628f19", "reference": "1949d85b6d71af2818ff68144304a98495628f19", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2", @@ -440,7 +476,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/serialization/zipball/21116dcd1221e0d1817e02a6e2b0c52a9a317327", "reference": "21116dcd1221e0d1817e02a6e2b0c52a9a317327", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.4" @@ -508,7 +550,13 @@ "type": "zip", "url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf", "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2.2", @@ -576,7 +624,13 @@ "type": "zip", "url": "https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/6d7a868ae4218b9d7796334ff9a17e1539bad48a", "reference": "6d7a868ae4218b9d7796334ff9a17e1539bad48a", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "laravel/framework": "^8.0|^9.0|^10.0|^11.0", @@ -636,16 +690,22 @@ "source": { "type": "git", "url": "https://github.com/awcodes/filament-table-repeater.git", - "reference": "5140e21290a99dea460cec85f1ef015aedbbcf57" + "reference": "beaa9cdb25b4211b00c675bbcbf2584cd777536c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/awcodes/filament-table-repeater/zipball/5140e21290a99dea460cec85f1ef015aedbbcf57", - "reference": "5140e21290a99dea460cec85f1ef015aedbbcf57", - "shasum": "" + "url": "https://api.github.com/repos/awcodes/filament-table-repeater/zipball/beaa9cdb25b4211b00c675bbcbf2584cd777536c", + "reference": "beaa9cdb25b4211b00c675bbcbf2584cd777536c", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "filament/forms": "^3.1", + "filament/forms": "^3.2.116", "php": "^8.1", "spatie/laravel-package-tools": "^1.13.5" }, @@ -696,7 +756,7 @@ ], "support": { "issues": "https://github.com/awcodes/filament-table-repeater/issues", - "source": "https://github.com/awcodes/filament-table-repeater/tree/v3.0.5" + "source": "https://github.com/awcodes/filament-table-repeater/tree/v3.1.0" }, "funding": [ { @@ -704,7 +764,7 @@ "type": "github" } ], - "time": "2024-07-18T16:02:26+00:00" + "time": "2024-11-13T18:07:04+00:00" }, { "name": "blade-ui-kit/blade-heroicons", @@ -718,7 +778,13 @@ "type": "zip", "url": "https://api.github.com/repos/blade-ui-kit/blade-heroicons/zipball/a7c377a4ef88cd54712e3e15cbed30446820da0b", "reference": "a7c377a4ef88cd54712e3e15cbed30446820da0b", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "blade-ui-kit/blade-icons": "^1.6", @@ -787,7 +853,13 @@ "type": "zip", "url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/e39d9afe3c9a6cb5eabd0f6882fa02e7c164de6f", "reference": "e39d9afe3c9a6cb5eabd0f6882fa02e7c164de6f", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", @@ -859,47 +931,55 @@ }, { "name": "brianium/paratest", - "version": "7.4.x-dev", + "version": "v7.3.1", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "cf16fcbb9b8107a7df6b97e497fc91e819774d8b" + "reference": "551f46f52a93177d873f3be08a1649ae886b4a30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/cf16fcbb9b8107a7df6b97e497fc91e819774d8b", - "reference": "cf16fcbb9b8107a7df6b97e497fc91e819774d8b", - "shasum": "" + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/551f46f52a93177d873f3be08a1649ae886b4a30", + "reference": "551f46f52a93177d873f3be08a1649ae886b4a30", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-simplexml": "*", - "fidry/cpu-core-counter": "^1.2.0", - "jean85/pretty-package-versions": "^2.0.6", - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", - "phpunit/php-code-coverage": "^10.1.16", + "fidry/cpu-core-counter": "^0.5.1 || ^1.0.0", + "jean85/pretty-package-versions": "^2.0.5", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "phpunit/php-code-coverage": "^10.1.7", "phpunit/php-file-iterator": "^4.1.0", - "phpunit/php-timer": "^6.0.0", - "phpunit/phpunit": "^10.5.36", - "sebastian/environment": "^6.1.0", - "symfony/console": "^6.4.7 || ^7.1.5", - "symfony/process": "^6.4.7 || ^7.1.5" + "phpunit/php-timer": "^6.0", + "phpunit/phpunit": "^10.4.2", + "sebastian/environment": "^6.0.1", + "symfony/console": "^6.3.4 || ^7.0.0", + "symfony/process": "^6.3.4 || ^7.0.0" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", - "phpstan/phpstan": "^1.12.6", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "squizlabs/php_codesniffer": "^3.10.3", - "symfony/filesystem": "^6.4.3 || ^7.1.5" + "infection/infection": "^0.27.6", + "phpstan/phpstan": "^1.10.40", + "phpstan/phpstan-deprecation-rules": "^1.1.4", + "phpstan/phpstan-phpunit": "^1.3.15", + "phpstan/phpstan-strict-rules": "^1.5.2", + "squizlabs/php_codesniffer": "^3.7.2", + "symfony/filesystem": "^6.3.1 || ^7.0.0" }, "bin": [ "bin/paratest", + "bin/paratest.bat", "bin/paratest_for_phpstorm" ], "type": "library", @@ -936,7 +1016,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/7.4.x" + "source": "https://github.com/paratestphp/paratest/tree/v7.3.1" }, "funding": [ { @@ -948,7 +1028,7 @@ "type": "paypal" } ], - "time": "2024-10-15T12:45:19+00:00" + "time": "2023-10-31T09:24:17+00:00" }, { "name": "brick/math", @@ -962,7 +1042,13 @@ "type": "zip", "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", "reference": "f510c0a40911935b77b86859eb5223d58d660df1", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.1" @@ -1022,7 +1108,13 @@ "type": "zip", "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.4 || ^8.0" @@ -1079,19 +1171,98 @@ ], "time": "2023-12-11T17:09:12+00:00" }, + { + "name": "clue/stream-filter", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/clue/stream-filter.git", + "reference": "b27b3b4bd1d0b28ca9ba477150515eb1b84826a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/b27b3b4bd1d0b28ca9ba477150515eb1b84826a4", + "reference": "b27b3b4bd1d0b28ca9ba477150515eb1b84826a4", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + }, + "default-branch": true, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "Clue\\StreamFilter\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + } + ], + "description": "A simple and modern approach to stream filtering in PHP", + "homepage": "https://github.com/clue/stream-filter", + "keywords": [ + "bucket brigade", + "callback", + "filter", + "php_user_filter", + "stream", + "stream_filter_append", + "stream_filter_register" + ], + "support": { + "issues": "https://github.com/clue/stream-filter/issues", + "source": "https://github.com/clue/stream-filter/tree/1.x" + }, + "funding": [ + { + "url": "https://clue.engineering/support", + "type": "custom" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2024-10-07T20:24:34+00:00" + }, { "name": "codewithdennis/filament-select-tree", "version": "3.x-dev", "source": { "type": "git", "url": "https://github.com/CodeWithDennis/filament-select-tree.git", - "reference": "21655e238aab8dbdf47f4b154303dcb02a53d05b" + "reference": "3b1bef4cbb788da0a237bf7c133f5a66be837d94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CodeWithDennis/filament-select-tree/zipball/21655e238aab8dbdf47f4b154303dcb02a53d05b", - "reference": "21655e238aab8dbdf47f4b154303dcb02a53d05b", - "shasum": "" + "url": "https://api.github.com/repos/CodeWithDennis/filament-select-tree/zipball/3b1bef4cbb788da0a237bf7c133f5a66be837d94", + "reference": "3b1bef4cbb788da0a237bf7c133f5a66be837d94", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/forms": "^3.0", @@ -1149,7 +1320,7 @@ "type": "github" } ], - "time": "2024-11-03T15:47:02+00:00" + "time": "2024-11-03T13:55:21+00:00" }, { "name": "composer/semver", @@ -1163,7 +1334,13 @@ "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" @@ -1245,7 +1422,13 @@ "type": "zip", "url": "https://api.github.com/repos/danharrin/date-format-converter/zipball/7c31171bc981e48726729a5f3a05a2d2b63f0b1e", "reference": "7c31171bc981e48726729a5f3a05a2d2b63f0b1e", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2|^8.0" @@ -1286,17 +1469,23 @@ }, { "name": "danharrin/livewire-rate-limiting", - "version": "v1.3.1", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/danharrin/livewire-rate-limiting.git", - "reference": "1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb" + "reference": "bf16003f0d977b5a41071526d697eec94ac41735" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb", - "reference": "1a1b299e20de61f88ed6e94ea0bbcfc33aab1ddb", - "shasum": "" + "url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/bf16003f0d977b5a41071526d697eec94ac41735", + "reference": "bf16003f0d977b5a41071526d697eec94ac41735", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/support": "^9.0|^10.0|^11.0", @@ -1336,7 +1525,7 @@ "type": "github" } ], - "time": "2024-05-06T09:10:03+00:00" + "time": "2024-01-21T14:53:34+00:00" }, { "name": "dflydev/dot-access-data", @@ -1350,7 +1539,13 @@ "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.1 || ^8.0" @@ -1426,7 +1621,13 @@ "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/7cf613ef44be3c09a139d313ab167afc231e8f1a", "reference": "7cf613ef44be3c09a139d313ab167afc231e8f1a", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "~7.1 || ^8.0" @@ -1520,7 +1721,13 @@ "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/bb23c9df4aafa9485d50d8691eaa1c6606eea2e2", "reference": "bb23c9df4aafa9485d50d8691eaa1c6606eea2e2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2", @@ -1633,7 +1840,13 @@ "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.1 || ^8.0" @@ -1675,13 +1888,19 @@ "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "735992af130e11e5ae99298ff453df2de9228e97" + "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/735992af130e11e5ae99298ff453df2de9228e97", - "reference": "735992af130e11e5ae99298ff453df2de9228e97", - "shasum": "" + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e", + "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.1" @@ -1691,7 +1910,6 @@ }, "require-dev": { "doctrine/coding-standard": "^12", - "phpdocumentor/guides-cli": "^1.4", "phpstan/phpstan": "^1.8.8", "phpunit/phpunit": "^10.5", "vimeo/psalm": "^5.24" @@ -1744,7 +1962,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/2.0.x" + "source": "https://github.com/doctrine/event-manager/tree/2.0.1" }, "funding": [ { @@ -1760,7 +1978,7 @@ "type": "tidelift" } ], - "time": "2024-10-16T22:04:34+00:00" + "time": "2024-05-22T20:47:39+00:00" }, { "name": "doctrine/inflector", @@ -1774,7 +1992,13 @@ "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/f587d8c05c6e00f99cbfb32d565e4f6743c07ee4", "reference": "f587d8c05c6e00f99cbfb32d565e4f6743c07ee4", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2 || ^8.0" @@ -1865,7 +2089,13 @@ "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/042e47e28c5e03f1cf6772fdf3dd4e0785433e05", "reference": "042e47e28c5e03f1cf6772fdf3dd4e0785433e05", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.1" @@ -1936,16 +2166,23 @@ "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "f37e405332cd1cca9d287f5044ae2a72c2f53239" + "reference": "8c784d071debd117328803d86b2097615b457500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/f37e405332cd1cca9d287f5044ae2a72c2f53239", - "reference": "f37e405332cd1cca9d287f5044ae2a72c2f53239", - "shasum": "" + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", + "reference": "8c784d071debd117328803d86b2097615b457500", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.2|^8.0" + "php": "^7.2|^8.0", + "webmozart/assert": "^1.0" }, "replace": { "mtdowling/cron-expression": "^1.0" @@ -1985,7 +2222,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/master" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" }, "funding": [ { @@ -1993,7 +2230,7 @@ "type": "github" } ], - "time": "2024-10-21T12:57:55+00:00" + "time": "2024-10-09T13:47:03+00:00" }, { "name": "egulias/email-validator", @@ -2007,7 +2244,13 @@ "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/87db43e4ffecdf458016e8c1b6d4801e872654bc", "reference": "87db43e4ffecdf458016e8c1b6d4801e872654bc", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "doctrine/lexer": "^2.0 || ^3.0", @@ -2065,17 +2308,23 @@ }, { "name": "fakerphp/faker", - "version": "1.23.x-dev", + "version": "1.24.x-dev", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "5c89067b137ce6a9918889649f515bd1cf7a622f" + "reference": "8d75fae10175d6112c3180307b432da8a4ecebb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/5c89067b137ce6a9918889649f515bd1cf7a622f", - "reference": "5c89067b137ce6a9918889649f515bd1cf7a622f", - "shasum": "" + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/8d75fae10175d6112c3180307b432da8a4ecebb0", + "reference": "8d75fae10175d6112c3180307b432da8a4ecebb0", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.4 || ^8.0", @@ -2122,23 +2371,29 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/1.23" + "source": "https://github.com/FakerPHP/Faker/tree/1.24" }, - "time": "2024-10-31T09:54:55+00:00" + "time": "2024-11-10T15:10:20+00:00" }, { "name": "fidry/cpu-core-counter", - "version": "1.2.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "8520451a140d3f46ac33042715115e290cf5785f" + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", - "reference": "8520451a140d3f46ac33042715115e290cf5785f", - "shasum": "" + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2 || ^8.0" @@ -2177,7 +2432,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" }, "funding": [ { @@ -2185,7 +2440,7 @@ "type": "github" } ], - "time": "2024-08-06T10:04:20+00:00" + "time": "2024-02-07T09:43:46+00:00" }, { "name": "filament/actions", @@ -2193,13 +2448,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "3badf1a1589bf70fdc625130f6dfc1ca2146a32f" + "reference": "631b38a36f5209a3884182acee60a0db682c6d24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/3badf1a1589bf70fdc625130f6dfc1ca2146a32f", - "reference": "3badf1a1589bf70fdc625130f6dfc1ca2146a32f", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/actions/zipball/631b38a36f5209a3884182acee60a0db682c6d24", + "reference": "631b38a36f5209a3884182acee60a0db682c6d24", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "anourvalar/eloquent-serialize": "^1.2", @@ -2239,7 +2500,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-31T13:38:12+00:00" + "time": "2024-11-13T16:35:31+00:00" }, { "name": "filament/filament", @@ -2247,13 +2508,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "076f5367a3dfe5f6864d117f6826ca7821586931" + "reference": "3f170b1c57033ad8e9e6bd71f3dc3f0665bf3ae9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/076f5367a3dfe5f6864d117f6826ca7821586931", - "reference": "076f5367a3dfe5f6864d117f6826ca7821586931", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/panels/zipball/3f170b1c57033ad8e9e6bd71f3dc3f0665bf3ae9", + "reference": "3f170b1c57033ad8e9e6bd71f3dc3f0665bf3ae9", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "danharrin/livewire-rate-limiting": "^0.3|^1.0", @@ -2305,7 +2572,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-31T13:38:14+00:00" + "time": "2024-11-13T16:35:35+00:00" }, { "name": "filament/forms", @@ -2313,13 +2580,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "c863b5765b871485a2c624c43a0eb6e957a04b54" + "reference": "c73351c086036bd8de24e8671fd97018942d6d61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/c863b5765b871485a2c624c43a0eb6e957a04b54", - "reference": "c863b5765b871485a2c624c43a0eb6e957a04b54", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/forms/zipball/c73351c086036bd8de24e8671fd97018942d6d61", + "reference": "c73351c086036bd8de24e8671fd97018942d6d61", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "danharrin/date-format-converter": "^0.3", @@ -2362,7 +2635,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-31T13:38:16+00:00" + "time": "2024-11-13T16:35:31+00:00" }, { "name": "filament/infolists", @@ -2370,13 +2643,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "2d934d4d7f420fc1165ced33df0959a656163a0c" + "reference": "7946035f47746e69ff9d98bfed04b0248000ee2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/2d934d4d7f420fc1165ced33df0959a656163a0c", - "reference": "2d934d4d7f420fc1165ced33df0959a656163a0c", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/7946035f47746e69ff9d98bfed04b0248000ee2e", + "reference": "7946035f47746e69ff9d98bfed04b0248000ee2e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/actions": "self.version", @@ -2414,7 +2693,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-24T13:47:00+00:00" + "time": "2024-11-13T16:35:31+00:00" }, { "name": "filament/notifications", @@ -2428,7 +2707,13 @@ "type": "zip", "url": "https://api.github.com/repos/filamentphp/notifications/zipball/c19df07c801c5550de0d30957c5a316f53019533", "reference": "c19df07c801c5550de0d30957c5a316f53019533", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/actions": "self.version", @@ -2475,13 +2760,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "e7174cee7e1d08205f7120d0dcc0d00d9bdd4d32" + "reference": "13b1e485d3bc993950c9e61a3f6a8cb05efd2b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/e7174cee7e1d08205f7120d0dcc0d00d9bdd4d32", - "reference": "e7174cee7e1d08205f7120d0dcc0d00d9bdd4d32", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/support/zipball/13b1e485d3bc993950c9e61a3f6a8cb05efd2b96", + "reference": "13b1e485d3bc993950c9e61a3f6a8cb05efd2b96", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "blade-ui-kit/blade-heroicons": "^2.2.1", @@ -2527,7 +2818,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-31T13:38:25+00:00" + "time": "2024-11-13T16:35:51+00:00" }, { "name": "filament/tables", @@ -2535,13 +2826,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "56a852f7992a01ad8d7b85034cdbb2ae8a21086a" + "reference": "5f1b04952080e71f3f72bae3801f2757619722e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/56a852f7992a01ad8d7b85034cdbb2ae8a21086a", - "reference": "56a852f7992a01ad8d7b85034cdbb2ae8a21086a", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/tables/zipball/5f1b04952080e71f3f72bae3801f2757619722e7", + "reference": "5f1b04952080e71f3f72bae3801f2757619722e7", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/actions": "self.version", @@ -2580,7 +2877,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-31T13:38:27+00:00" + "time": "2024-11-13T16:35:47+00:00" }, { "name": "filament/widgets", @@ -2588,13 +2885,19 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", - "reference": "14ae503aae8265ddc48274debbf7b7aefc7afb0b" + "reference": "59a907af93c9027180e2bac5879f35b5fb11c96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/widgets/zipball/14ae503aae8265ddc48274debbf7b7aefc7afb0b", - "reference": "14ae503aae8265ddc48274debbf7b7aefc7afb0b", - "shasum": "" + "url": "https://api.github.com/repos/filamentphp/widgets/zipball/59a907af93c9027180e2bac5879f35b5fb11c96f", + "reference": "59a907af93c9027180e2bac5879f35b5fb11c96f", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/support": "self.version", @@ -2625,7 +2928,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-10-08T14:24:26+00:00" + "time": "2024-11-13T16:35:48+00:00" }, { "name": "filp/whoops", @@ -2639,7 +2942,13 @@ "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.1 || ^8.0", @@ -2700,17 +3009,23 @@ }, { "name": "fruitcake/php-cors", - "version": "v1.3.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/fruitcake/php-cors.git", - "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b" + "reference": "227e40e8f2c36b2323fe334a7c4f08ef34559d34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b", - "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b", - "shasum": "" + "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/227e40e8f2c36b2323fe334a7c4f08ef34559d34", + "reference": "227e40e8f2c36b2323fe334a7c4f08ef34559d34", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.4|^8.0", @@ -2721,10 +3036,11 @@ "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -2755,7 +3071,7 @@ ], "support": { "issues": "https://github.com/fruitcake/php-cors/issues", - "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" + "source": "https://github.com/fruitcake/php-cors/tree/master" }, "funding": [ { @@ -2767,7 +3083,7 @@ "type": "github" } ], - "time": "2023-10-12T05:21:21+00:00" + "time": "2024-11-13T08:58:23+00:00" }, { "name": "graham-campbell/result-type", @@ -2781,7 +3097,13 @@ "type": "zip", "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2.5 || ^8.0", @@ -2818,7 +3140,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/1.1" }, "funding": [ { @@ -2844,7 +3166,13 @@ "type": "zip", "url": "https://api.github.com/repos/GuavaCZ/filament-clusters/zipball/c4a2ad6342f630f494f5e923b65426d935d12694", "reference": "c4a2ad6342f630f494f5e923b65426d935d12694", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/filament": "^3.0", @@ -2909,36 +3237,48 @@ "time": "2024-05-31T09:31:08+00:00" }, { - "name": "guzzlehttp/psr7", - "version": "2.7.x-dev", + "name": "guzzlehttp/guzzle", + "version": "7.9.x-dev", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" + "url": "https://github.com/guzzle/guzzle.git", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", - "shasum": "" + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", "php": "^7.2.5 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "ralouphie/getallheaders": "^3.0" + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" + "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "0.9.0", - "phpunit/phpunit": "^8.5.39 || ^9.6.20" + "ext-curl": "*", + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" }, "default-branch": true, "type": "library", @@ -2949,8 +3289,11 @@ } }, "autoload": { + "files": [ + "src/functions_include.php" + ], "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" + "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2968,6 +3311,11 @@ "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, { "name": "George Mponos", "email": "gmponos@gmail.com", @@ -2987,27 +3335,23 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" } ], - "description": "PSR-7 message implementation that also provides common utility methods", + "description": "Guzzle is a PHP HTTP client library", "keywords": [ + "client", + "curl", + "framework", "http", - "message", + "http client", + "psr-18", "psr-7", - "request", - "response", - "stream", - "uri", - "url" + "rest", + "web service" ], "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.7.0" + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" }, "funding": [ { @@ -3019,34 +3363,38 @@ "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], - "time": "2024-07-18T11:15:46+00:00" + "time": "2024-07-24T11:22:20+00:00" }, { - "name": "guzzlehttp/uri-template", - "version": "1.0.x-dev", + "name": "guzzlehttp/promises", + "version": "2.0.x-dev", "source": { "type": "git", - "url": "https://github.com/guzzle/uri-template.git", - "reference": "cbc8960e9aaf108f6f932ca001799d95b7876fb8" + "url": "https://github.com/guzzle/promises.git", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/uri-template/zipball/cbc8960e9aaf108f6f932ca001799d95b7876fb8", - "reference": "cbc8960e9aaf108f6f932ca001799d95b7876fb8", - "shasum": "" + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.2.5 || ^8.0", - "symfony/polyfill-php80": "^1.24" + "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.36 || ^9.6.15", - "uri-template/tests": "1.0.0" + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "default-branch": true, "type": "library", @@ -3058,7 +3406,7 @@ }, "autoload": { "psr-4": { - "GuzzleHttp\\UriTemplate\\": "src" + "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3076,25 +3424,24 @@ "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, - { - "name": "George Mponos", - "email": "gmponos@gmail.com", - "homepage": "https://github.com/gmponos" - }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "A polyfill class for uri_template of PHP", + "description": "Guzzle promises library", "keywords": [ - "guzzlehttp", - "uri-template" + "promise" ], "support": { - "issues": "https://github.com/guzzle/uri-template/issues", - "source": "https://github.com/guzzle/uri-template/tree/1.0" + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -3106,44 +3453,266 @@ "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], - "time": "2024-03-31T10:06:05+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { - "name": "hamcrest/hamcrest-php", - "version": "dev-master", + "name": "guzzlehttp/psr7", + "version": "2.7.x-dev", "source": { "type": "git", - "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "4f0f997f2a84e694e658c29a1f22e8a34377f1aa" + "url": "https://github.com/guzzle/psr7.git", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/4f0f997f2a84e694e658c29a1f22e8a34377f1aa", - "reference": "4f0f997f2a84e694e658c29a1f22e8a34377f1aa", - "shasum": "" + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^5.3|^7.0|^8.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" }, - "replace": { - "cordoval/hamcrest-php": "*", - "davedevelopment/hamcrest-php": "*", - "kodova/hamcrest-php": "*" + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", - "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "default-branch": true, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.1-dev" - } + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.7" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2024-07-18T11:15:46+00:00" + }, + { + "name": "guzzlehttp/uri-template", + "version": "1.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/guzzle/uri-template.git", + "reference": "cbc8960e9aaf108f6f932ca001799d95b7876fb8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/uri-template/zipball/cbc8960e9aaf108f6f932ca001799d95b7876fb8", + "reference": "cbc8960e9aaf108f6f932ca001799d95b7876fb8", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-php80": "^1.24" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15", + "uri-template/tests": "1.0.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\UriTemplate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + } + ], + "description": "A polyfill class for uri_template of PHP", + "keywords": [ + "guzzlehttp", + "uri-template" + ], + "support": { + "issues": "https://github.com/guzzle/uri-template/issues", + "source": "https://github.com/guzzle/uri-template/tree/1.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", + "type": "tidelift" + } + ], + "time": "2024-03-31T10:06:05+00:00" + }, + { + "name": "hamcrest/hamcrest-php", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/hamcrest/hamcrest-php.git", + "reference": "4f0f997f2a84e694e658c29a1f22e8a34377f1aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/4f0f997f2a84e694e658c29a1f22e8a34377f1aa", + "reference": "4f0f997f2a84e694e658c29a1f22e8a34377f1aa", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^5.3|^7.0|^8.0" + }, + "replace": { + "cordoval/hamcrest-php": "*", + "davedevelopment/hamcrest-php": "*", + "kodova/hamcrest-php": "*" + }, + "require-dev": { + "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", + "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } }, "autoload": { "classmap": [ @@ -3176,7 +3745,13 @@ "type": "zip", "url": "https://api.github.com/repos/ibrahimBougaoua/filaprogress/zipball/e9b81009c22a7fca28e5dc38a7e071664eb3cea7", "reference": "e9b81009c22a7fca28e5dc38a7e071664eb3cea7", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/contracts": "^10.0||^11.0", @@ -3250,13 +3825,19 @@ "source": { "type": "git", "url": "https://github.com/icetalker/filament-table-repeatable-entry.git", - "reference": "24f2cb7edd6e3b21a4f74e46a8b5ad8ee3f70e30" + "reference": "0eddefb6f6e5073143e0618fb457f39505d0b12b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/icetalker/filament-table-repeatable-entry/zipball/24f2cb7edd6e3b21a4f74e46a8b5ad8ee3f70e30", - "reference": "24f2cb7edd6e3b21a4f74e46a8b5ad8ee3f70e30", - "shasum": "" + "url": "https://api.github.com/repos/icetalker/filament-table-repeatable-entry/zipball/0eddefb6f6e5073143e0618fb457f39505d0b12b", + "reference": "0eddefb6f6e5073143e0618fb457f39505d0b12b", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/infolists": "^3.0||3.0-stable", @@ -3310,9 +3891,9 @@ ], "support": { "issues": "https://github.com/icetalker/filament-table-repeatable-entry/issues", - "source": "https://github.com/icetalker/filament-table-repeatable-entry/tree/v1.0.3" + "source": "https://github.com/icetalker/filament-table-repeatable-entry/tree/v1.0.2" }, - "time": "2024-08-28T14:15:58+00:00" + "time": "2024-07-03T18:05:30+00:00" }, { "name": "jean85/pretty-package-versions", @@ -3320,13 +3901,19 @@ "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "d2ed36bf14b8b68d7986272734cb6a54c7822554" + "reference": "29cc5722729c0916743088fe474b04792a2ae944" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d2ed36bf14b8b68d7986272734cb6a54c7822554", - "reference": "d2ed36bf14b8b68d7986272734cb6a54c7822554", - "shasum": "" + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/29cc5722729c0916743088fe474b04792a2ae944", + "reference": "29cc5722729c0916743088fe474b04792a2ae944", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.0.0", @@ -3336,8 +3923,8 @@ "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^7.5|^8.5|^9.6", - "vimeo/psalm": "^4.3 || ^5.0" + "phpunit/phpunit": "^7.5|^8.5|^9.4", + "vimeo/psalm": "^4.3" }, "default-branch": true, "type": "library", @@ -3372,7 +3959,7 @@ "issues": "https://github.com/Jean85/pretty-package-versions/issues", "source": "https://github.com/Jean85/pretty-package-versions/tree/2.x" }, - "time": "2024-08-01T12:14:16+00:00" + "time": "2024-03-17T17:58:00+00:00" }, { "name": "kirschbaum-development/eloquent-power-joins", @@ -3386,7 +3973,13 @@ "type": "zip", "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/c6c42a52c5a097cc11761e72782b2d0215692caf", "reference": "c6c42a52c5a097cc11761e72782b2d0215692caf", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/database": "^10.0|^11.0", @@ -3443,13 +4036,19 @@ "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "646520ad682d98b5211c6e26092259cfbe130b5c" + "reference": "c0dc258eef3ec1593b43a0205aa4da003d424fc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/646520ad682d98b5211c6e26092259cfbe130b5c", - "reference": "646520ad682d98b5211c6e26092259cfbe130b5c", - "shasum": "" + "url": "https://api.github.com/repos/laravel/framework/zipball/c0dc258eef3ec1593b43a0205aa4da003d424fc3", + "reference": "c0dc258eef3ec1593b43a0205aa4da003d424fc3", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", @@ -3642,7 +4241,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-10-03T17:34:32+00:00" + "time": "2024-11-12T22:19:06+00:00" }, { "name": "laravel/prompts", @@ -3656,7 +4255,13 @@ "type": "zip", "url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95", "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-mbstring": "*", @@ -3708,13 +4313,19 @@ "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "43244bfd7161fdbce7419c76f9a776b7d705b333" + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/43244bfd7161fdbce7419c76f9a776b7d705b333", - "reference": "43244bfd7161fdbce7419c76f9a776b7d705b333", - "shasum": "" + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.3|^8.0" @@ -3762,7 +4373,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2024-09-24T15:52:47+00:00" + "time": "2024-11-14T18:34:49+00:00" }, { "name": "laravel/tinker", @@ -3776,7 +4387,13 @@ "type": "zip", "url": "https://api.github.com/repos/laravel/tinker/zipball/9f5dde017e33a3e4800a6cdc363ac23b60065be3", "reference": "9f5dde017e33a3e4800a6cdc363ac23b60065be3", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", @@ -3843,7 +4460,13 @@ "type": "zip", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/bbef3301fda0b97bbd8d7a897800424fb5937c9e", "reference": "bbef3301fda0b97bbd8d7a897800424fb5937c9e", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-mbstring": "*", @@ -3949,7 +4572,13 @@ "type": "zip", "url": "https://api.github.com/repos/thephpleague/config/zipball/708b87250055f20a21cc6dbe232369b79a71a4fa", "reference": "708b87250055f20a21cc6dbe232369b79a71a4fa", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "dflydev/dot-access-data": "^3.0.1", @@ -4026,13 +4655,19 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "0269772cf24984f6278a191dbc6bc4b2b46b03af" + "reference": "c0619cbfca015eeade08ccf7b70ff12f0d5759e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/0269772cf24984f6278a191dbc6bc4b2b46b03af", - "reference": "0269772cf24984f6278a191dbc6bc4b2b46b03af", - "shasum": "" + "url": "https://api.github.com/repos/thephpleague/csv/zipball/c0619cbfca015eeade08ccf7b70ff12f0d5759e8", + "reference": "c0619cbfca015eeade08ccf7b70ff12f0d5759e8", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-filter": "*", @@ -4106,7 +4741,7 @@ "type": "github" } ], - "time": "2024-10-18T09:04:20+00:00" + "time": "2024-11-14T22:06:25+00:00" }, { "name": "league/flysystem", @@ -4114,13 +4749,19 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "1af5c0b7ed66967cb4ff9d88fb91aeb11cbf8888" + "reference": "462d92253fc0bbae0acac6fbf1f64cab27eae5f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1af5c0b7ed66967cb4ff9d88fb91aeb11cbf8888", - "reference": "1af5c0b7ed66967cb4ff9d88fb91aeb11cbf8888", - "shasum": "" + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/462d92253fc0bbae0acac6fbf1f64cab27eae5f5", + "reference": "462d92253fc0bbae0acac6fbf1f64cab27eae5f5", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "league/flysystem-local": "^3.0.0", @@ -4143,13 +4784,13 @@ "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", - "ext-mongodb": "^1.3", + "ext-mongodb": "^1.3|^2", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", - "mongodb/mongodb": "^1.2", + "mongodb/mongodb": "^1.2|^2", "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", @@ -4190,7 +4831,7 @@ "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/3.x" }, - "time": "2024-10-30T19:16:18+00:00" + "time": "2024-11-06T13:14:22+00:00" }, { "name": "league/flysystem-local", @@ -4204,7 +4845,13 @@ "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-fileinfo": "*", @@ -4244,17 +4891,23 @@ }, { "name": "league/mime-type-detection", - "version": "1.16.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" + "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", - "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", - "shasum": "" + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-fileinfo": "*", @@ -4284,7 +4937,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" }, "funding": [ { @@ -4296,50 +4949,126 @@ "type": "tidelift" } ], - "time": "2024-09-21T08:32:55+00:00" + "time": "2024-01-28T23:22:08+00:00" }, { - "name": "league/uri", + "name": "league/omnipay", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/thephpleague/uri.git", - "reference": "eb091b8f0b7660ff6e0c6bc2aa2c6aa085bb6bee" + "url": "https://github.com/thephpleague/omnipay.git", + "reference": "a7f9a497853bcfaa5b97f4fe8ce8d2f5ac413f9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/eb091b8f0b7660ff6e0c6bc2aa2c6aa085bb6bee", - "reference": "eb091b8f0b7660ff6e0c6bc2aa2c6aa085bb6bee", - "shasum": "" + "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/a7f9a497853bcfaa5b97f4fe8ce8d2f5ac413f9e", + "reference": "a7f9a497853bcfaa5b97f4fe8ce8d2f5ac413f9e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "league/uri-interfaces": "^7.3", - "php": "^8.1" - }, - "conflict": { - "league/uri-schemes": "^1.0" + "omnipay/common": "^3.1", + "php": "^7.2|^8.0", + "php-http/discovery": "^1.14", + "php-http/guzzle7-adapter": "^1" }, - "suggest": { - "ext-bcmath": "to improve IPV4 host parsing", - "ext-fileinfo": "to create Data URI from file contennts", - "ext-gmp": "to improve IPV4 host parsing", - "ext-intl": "to handle IDN host with the best performance", - "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", - "league/uri-components": "Needed to easily manipulate URI objects components", - "php-64bit": "to improve IPV4 host parsing", - "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + "require-dev": { + "omnipay/tests": "^3|^4" }, "default-branch": true, - "type": "library", + "type": "metapackage", "extra": { "branch-alias": { - "dev-master": "7.x-dev" + "dev-master": "3.2.x-dev" } }, - "autoload": { - "psr-4": { - "League\\Uri\\": "" - } + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + } + ], + "description": "Omnipay payment processing library", + "homepage": "https://omnipay.thephpleague.com/", + "keywords": [ + "checkout", + "creditcard", + "omnipay", + "payment" + ], + "support": { + "issues": "https://github.com/thephpleague/omnipay/issues", + "source": "https://github.com/thephpleague/omnipay/tree/master" + }, + "funding": [ + { + "url": "https://github.com/barryvdh", + "type": "github" + } + ], + "time": "2023-12-06T19:49:16+00:00" + }, + { + "name": "league/uri", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "861c2a7888eb007732e7e4c6911411444ed9bd49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/861c2a7888eb007732e7e4c6911411444ed9bd49", + "reference": "861c2a7888eb007732e7e4c6911411444ed9bd49", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "league/uri-interfaces": "^7.3", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4387,7 +5116,7 @@ "type": "github" } ], - "time": "2024-09-20T03:50:58+00:00" + "time": "2024-07-26T14:45:53+00:00" }, { "name": "league/uri-interfaces", @@ -4401,7 +5130,13 @@ "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/48e741e55ee6551e2dcb646771e26fafa9a4046f", "reference": "48e741e55ee6551e2dcb646771e26fafa9a4046f", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-filter": "*", @@ -4474,19 +5209,92 @@ ], "time": "2024-09-20T03:50:58+00:00" }, + { + "name": "liushoukun/omnipay-alipay", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/liushoukun/omnipay-alipay.git", + "reference": "75f8454b8e70081aa00b56eaaea3d0c7479392c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/liushoukun/omnipay-alipay/zipball/75f8454b8e70081aa00b56eaaea3d0c7479392c4", + "reference": "75f8454b8e70081aa00b56eaaea3d0c7479392c4", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-bcmath": "*", + "ext-json": "*", + "ext-openssl": "*", + "league/omnipay": "^3", + "omnipay/paypal": "^3.0" + }, + "require-dev": { + "squizlabs/php_codesniffer": "^3.4" + }, + "default-branch": true, + "type": "library", + "autoload": { + "files": [ + "src/Common/helpers.php" + ], + "psr-4": { + "Omnipay\\Alipay\\": "src/", + "Omnipay\\Alipay\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "shoukun liu", + "email": "liushoukun66@gmail.com" + } + ], + "description": "Alipay gateway for Omnipay payment processing library", + "homepage": "https://github.com/liushoukun/omnipay-alipay", + "keywords": [ + "alipay", + "gateway", + "merchant", + "omnipay", + "pay", + "payment", + "purchase" + ], + "support": { + "source": "https://github.com/liushoukun/omnipay-alipay/tree/3.14" + }, + "time": "2021-09-18T04:27:45+00:00" + }, { "name": "livewire/livewire", - "version": "v3.5.12", + "version": "v3.5.9", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d" + "reference": "d04a229058afa76116d0e39209943a8ea3a7f888" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d", - "reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d", - "shasum": "" + "url": "https://api.github.com/repos/livewire/livewire/zipball/d04a229058afa76116d0e39209943a8ea3a7f888", + "reference": "d04a229058afa76116d0e39209943a8ea3a7f888", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/database": "^10.0|^11.0", @@ -4540,7 +5348,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.5.12" + "source": "https://github.com/livewire/livewire/tree/v3.5.9" }, "funding": [ { @@ -4548,7 +5356,7 @@ "type": "github" } ], - "time": "2024-10-15T19:35:06+00:00" + "time": "2024-10-01T12:40:06+00:00" }, { "name": "malzariey/filament-daterangepicker-filter", @@ -4562,7 +5370,13 @@ "type": "zip", "url": "https://api.github.com/repos/malzariey/filament-daterangepicker-filter/zipball/af4736999b04423ac1dbb5bb11795aa3f62ecdea", "reference": "af4736999b04423ac1dbb5bb11795aa3f62ecdea", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/filament": "^3.0", @@ -4619,24 +5433,30 @@ }, { "name": "masterminds/html5", - "version": "2.9.0", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", - "shasum": "" + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", + "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" }, "type": "library", "extra": { @@ -4680,9 +5500,9 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" + "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" }, - "time": "2024-03-31T07:05:07+00:00" + "time": "2023-05-10T11:58:31+00:00" }, { "name": "mockery/mockery", @@ -4696,7 +5516,13 @@ "type": "zip", "url": "https://api.github.com/repos/mockery/mockery/zipball/3f8d3ff1ffe4c552d45c5690c6d825e9310769bf", "reference": "3f8d3ff1ffe4c552d45c5690c6d825e9310769bf", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "hamcrest/hamcrest-php": "^2.0.1", @@ -4768,17 +5594,23 @@ }, { "name": "mokhosh/filament-rating", - "version": "v1.4.1", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/mokhosh/filament-rating.git", - "reference": "7499d3d26005e5e1f1c50e86b266f7bf3d67af90" + "reference": "cb445a4d59f335b852bb5e862cb063a7134bc60b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mokhosh/filament-rating/zipball/7499d3d26005e5e1f1c50e86b266f7bf3d67af90", - "reference": "7499d3d26005e5e1f1c50e86b266f7bf3d67af90", - "shasum": "" + "url": "https://api.github.com/repos/mokhosh/filament-rating/zipball/cb445a4d59f335b852bb5e862cb063a7134bc60b", + "reference": "cb445a4d59f335b852bb5e862cb063a7134bc60b", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filament/filament": "^3.0", @@ -4834,7 +5666,101 @@ "type": "github" } ], - "time": "2024-09-29T17:55:51+00:00" + "time": "2024-09-16T17:34:15+00:00" + }, + { + "name": "moneyphp/money", + "version": "v4.5.0", + "source": { + "type": "git", + "url": "https://github.com/moneyphp/money.git", + "reference": "a1daa7daf159b4044e3d0c34c41fe2be5860e850" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/moneyphp/money/zipball/a1daa7daf159b4044e3d0c34c41fe2be5860e850", + "reference": "a1daa7daf159b4044e3d0c34c41fe2be5860e850", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-bcmath": "*", + "ext-filter": "*", + "ext-json": "*", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "require-dev": { + "cache/taggable-cache": "^1.1.0", + "doctrine/coding-standard": "^12.0", + "doctrine/instantiator": "^1.5.0 || ^2.0", + "ext-gmp": "*", + "ext-intl": "*", + "florianv/exchanger": "^2.8.1", + "florianv/swap": "^4.3.0", + "moneyphp/crypto-currencies": "^1.1.0", + "moneyphp/iso-currencies": "^3.4", + "php-http/message": "^1.16.0", + "php-http/mock-client": "^1.6.0", + "phpbench/phpbench": "^1.2.5", + "phpunit/phpunit": "^10.5.9", + "psalm/plugin-phpunit": "^0.18.4", + "psr/cache": "^1.0.1 || ^2.0 || ^3.0", + "vimeo/psalm": "~5.20.0" + }, + "suggest": { + "ext-gmp": "Calculate without integer limits", + "ext-intl": "Format Money objects with intl", + "florianv/exchanger": "Exchange rates library for PHP", + "florianv/swap": "Exchange rates library for PHP", + "psr/cache-implementation": "Used for Currency caching" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Money\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mathias Verraes", + "email": "mathias@verraes.net", + "homepage": "http://verraes.net" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + }, + { + "name": "Frederik Bosch", + "email": "f.bosch@genkgo.nl" + } + ], + "description": "PHP implementation of Fowler's Money pattern", + "homepage": "http://moneyphp.org", + "keywords": [ + "Value Object", + "money", + "vo" + ], + "support": { + "issues": "https://github.com/moneyphp/money/issues", + "source": "https://github.com/moneyphp/money/tree/v4.5.0" + }, + "time": "2024-02-15T19:47:21+00:00" }, { "name": "monolog/monolog", @@ -4842,13 +5768,19 @@ "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "11075bc016c8dda37386a213ec0ec939d5b48d9d" + "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/11075bc016c8dda37386a213ec0ec939d5b48d9d", - "reference": "11075bc016c8dda37386a213ec0ec939d5b48d9d", - "shasum": "" + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67", + "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -4867,12 +5799,14 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "^10.5.17", + "php-console/php-console": "^3.1.8", + "phpstan/phpstan": "^2", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^10.5.17 || ^11.0.7", "predis/predis": "^1.1 || ^2", - "ruflin/elastica": "^7", + "rollbar/rollbar": "^4.0", + "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -4924,7 +5858,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/main" + "source": "https://github.com/Seldaek/monolog/tree/3.8.0" }, "funding": [ { @@ -4936,7 +5870,7 @@ "type": "tidelift" } ], - "time": "2024-10-25T20:44:10+00:00" + "time": "2024-11-12T13:57:08+00:00" }, { "name": "myclabs/deep-copy", @@ -4944,13 +5878,19 @@ "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", - "shasum": "" + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.1 || ^8.0" @@ -4989,7 +5929,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.x" }, "funding": [ { @@ -4997,7 +5937,7 @@ "type": "tidelift" } ], - "time": "2024-06-12T14:39:25+00:00" + "time": "2024-11-08T17:47:46+00:00" }, { "name": "nesbot/carbon", @@ -5011,7 +5951,13 @@ "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4df0fdd3dcaf1f70477705d0770f8e1a0db53066", "reference": "4df0fdd3dcaf1f70477705d0770f8e1a0db53066", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "carbonphp/carbon-doctrine-types": "*", @@ -5118,7 +6064,13 @@ "type": "zip", "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", "reference": "da801d52f0354f70a638673c4a0f04e16529431d", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "nette/utils": "^4.0", @@ -5174,13 +6126,19 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" + "reference": "67332241269fd00f592e305093e3ebca30406e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", - "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", - "shasum": "" + "url": "https://api.github.com/repos/nette/utils/zipball/67332241269fd00f592e305093e3ebca30406e59", + "reference": "67332241269fd00f592e305093e3ebca30406e59", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "8.0 - 8.4" @@ -5251,33 +6209,37 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.5" + "source": "https://github.com/nette/utils/tree/master" }, - "time": "2024-08-07T15:39:19+00:00" + "time": "2024-06-18T21:20:23+00:00" }, { "name": "nikic/php-parser", - "version": "v5.3.1", + "version": "4.x-dev", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" + "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", - "shasum": "" + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2", + "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "ext-ctype": "*", - "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.4" + "php": ">=7.1" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -5285,7 +6247,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-master": "4.9-dev" } }, "autoload": { @@ -5309,9 +6271,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" + "source": "https://github.com/nikic/PHP-Parser/tree/4.x" }, - "time": "2024-10-08T18:51:32+00:00" + "time": "2024-09-29T15:01:53+00:00" }, { "name": "nunomaduro/collision", @@ -5325,7 +6287,13 @@ "type": "zip", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/336ed2b0d6e2813c86a42e8dc2969aaa384361c9", "reference": "336ed2b0d6e2813c86a42e8dc2969aaa384361c9", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "filp/whoops": "^2.16.0", @@ -5421,7 +6389,13 @@ "type": "zip", "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/167270e6316170a80d25773c8b255348d9eeddcf", "reference": "167270e6316170a80d25773c8b255348d9eeddcf", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-mbstring": "*", @@ -5495,53 +6469,57 @@ "time": "2024-10-15T15:45:58+00:00" }, { - "name": "openspout/openspout", - "version": "4.x-dev", + "name": "omnipay/common", + "version": "v3.3.0", "source": { "type": "git", - "url": "https://github.com/openspout/openspout.git", - "reference": "e363abe6245201563aab7dcc67cc025a706d0dd3" + "url": "https://github.com/thephpleague/omnipay-common.git", + "reference": "2eca3823e9069e2c36b6007a090577d5584f9518" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openspout/openspout/zipball/e363abe6245201563aab7dcc67cc025a706d0dd3", - "reference": "e363abe6245201563aab7dcc67cc025a706d0dd3", - "shasum": "" + "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/2eca3823e9069e2c36b6007a090577d5584f9518", + "reference": "2eca3823e9069e2c36b6007a090577d5584f9518", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "ext-dom": "*", - "ext-fileinfo": "*", - "ext-filter": "*", - "ext-libxml": "*", - "ext-xmlreader": "*", - "ext-zip": "*", - "php": "~8.2.0 || ~8.3.0 || ~8.4.0" + "moneyphp/money": "^3.1|^4.0.3", + "php": "^7.2|^8", + "php-http/client-implementation": "^1", + "php-http/discovery": "^1.14", + "php-http/message": "^1.5", + "php-http/message-factory": "^1.1", + "symfony/http-foundation": "^2.1|^3|^4|^5|^6|^7" }, "require-dev": { - "ext-zlib": "*", - "friendsofphp/php-cs-fixer": "^3.64.0", - "infection/infection": "^0.29.8", - "phpbench/phpbench": "^1.3.1", - "phpstan/phpstan": "^1.12.7", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^11.4.3" + "http-interop/http-factory-guzzle": "^1.1", + "omnipay/tests": "^4.1", + "php-http/guzzle7-adapter": "^1", + "php-http/mock-client": "^1.6", + "squizlabs/php_codesniffer": "^3.8.1" }, "suggest": { - "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)", - "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" + "league/omnipay": "The default Omnipay package provides a default HTTP Adapter." }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { "psr-4": { - "OpenSpout\\": "src/" - } + "Omnipay\\Common\\": "src/Common" + }, + "classmap": [ + "src/Omnipay.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5549,58 +6527,237 @@ ], "authors": [ { - "name": "Adrien Loison", - "email": "adrien@box.com" + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + }, + { + "name": "Jason Judge", + "email": "jason.judge@consil.co.uk" + }, + { + "name": "Del" + }, + { + "name": "Omnipay Contributors", + "homepage": "https://github.com/thephpleague/omnipay-common/contributors" } ], - "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", - "homepage": "https://github.com/openspout/openspout", + "description": "Common components for Omnipay payment processing library", + "homepage": "https://github.com/thephpleague/omnipay-common", "keywords": [ - "OOXML", - "csv", - "excel", - "memory", - "odf", - "ods", - "office", - "open", - "php", - "read", - "scale", - "spreadsheet", - "stream", - "write", - "xlsx" + "gateway", + "merchant", + "omnipay", + "pay", + "payment", + "purchase" ], "support": { - "issues": "https://github.com/openspout/openspout/issues", - "source": "https://github.com/openspout/openspout/tree/4.x" + "issues": "https://github.com/thephpleague/omnipay-common/issues", + "source": "https://github.com/thephpleague/omnipay-common/tree/v3.3.0" }, "funding": [ { - "url": "https://paypal.me/filippotessarotto", - "type": "custom" - }, - { - "url": "https://github.com/Slamdunk", + "url": "https://github.com/barryvdh", "type": "github" } ], - "time": "2024-10-30T01:50:42+00:00" + "time": "2024-03-08T11:56:40+00:00" }, { - "name": "orchestra/canvas", - "version": "8.x-dev", + "name": "omnipay/paypal", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/orchestral/canvas.git", - "reference": "004b99915aefee6e0666e9a5dfeadeef6036f8e8" + "url": "https://github.com/thephpleague/omnipay-paypal.git", + "reference": "67c96faa173124b4517989c2d6f1d1915afa0d27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/67c96faa173124b4517989c2d6f1d1915afa0d27", + "reference": "67c96faa173124b4517989c2d6f1d1915afa0d27", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "omnipay/common": "^3", + "php": "^7.2|^8.0" + }, + "require-dev": { + "omnipay/tests": "^4.1.2", + "squizlabs/php_codesniffer": "^3" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Omnipay\\PayPal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Omnipay Contributors", + "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors" + } + ], + "description": "PayPal gateway for Omnipay payment processing library", + "homepage": "https://github.com/thephpleague/omnipay-paypal", + "keywords": [ + "gateway", + "merchant", + "omnipay", + "pay", + "payment", + "paypal", + "purchase" + ], + "support": { + "issues": "https://github.com/thephpleague/omnipay-paypal/issues", + "source": "https://github.com/thephpleague/omnipay-paypal/tree/master" + }, + "time": "2022-10-31T14:35:48+00:00" + }, + { + "name": "openspout/openspout", + "version": "4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/openspout/openspout.git", + "reference": "4c3fa586d5549de0086af65ec3b58ed892c532b7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/openspout/openspout/zipball/4c3fa586d5549de0086af65ec3b58ed892c532b7", + "reference": "4c3fa586d5549de0086af65ec3b58ed892c532b7", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-filter": "*", + "ext-libxml": "*", + "ext-xmlreader": "*", + "ext-zip": "*", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0" + }, + "require-dev": { + "ext-zlib": "*", + "friendsofphp/php-cs-fixer": "^3.64.0", + "infection/infection": "^0.29.8", + "phpbench/phpbench": "^1.3.1", + "phpstan/phpstan": "^2", + "phpstan/phpstan-phpunit": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^11.4.3" + }, + "suggest": { + "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)", + "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "OpenSpout\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrien Loison", + "email": "adrien@box.com" + } + ], + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", + "homepage": "https://github.com/openspout/openspout", + "keywords": [ + "OOXML", + "csv", + "excel", + "memory", + "odf", + "ods", + "office", + "open", + "php", + "read", + "scale", + "spreadsheet", + "stream", + "write", + "xlsx" + ], + "support": { + "issues": "https://github.com/openspout/openspout/issues", + "source": "https://github.com/openspout/openspout/tree/4.x" + }, + "funding": [ + { + "url": "https://paypal.me/filippotessarotto", + "type": "custom" + }, + { + "url": "https://github.com/Slamdunk", + "type": "github" + } + ], + "time": "2024-11-11T15:22:02+00:00" + }, + { + "name": "orchestra/canvas", + "version": "8.x-dev", + "source": { + "type": "git", + "url": "https://github.com/orchestral/canvas.git", + "reference": "004b99915aefee6e0666e9a5dfeadeef6036f8e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/orchestral/canvas/zipball/004b99915aefee6e0666e9a5dfeadeef6036f8e8", "reference": "004b99915aefee6e0666e9a5dfeadeef6036f8e8", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.2", @@ -5669,19 +6826,25 @@ "source": { "type": "git", "url": "https://github.com/orchestral/canvas-core.git", - "reference": "8613d428e4a8dd65674a3ad2d113b9f4997c442c" + "reference": "940ca022fc89f0d373f9da17a615a45b9914de30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/8613d428e4a8dd65674a3ad2d113b9f4997c442c", - "reference": "8613d428e4a8dd65674a3ad2d113b9f4997c442c", - "shasum": "" + "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/940ca022fc89f0d373f9da17a615a45b9914de30", + "reference": "940ca022fc89f0d373f9da17a615a45b9914de30", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.2", "composer/semver": "^3.0", - "illuminate/console": "^10.38.1", - "illuminate/filesystem": "^10.38.1", + "illuminate/console": "^10.48.22", + "illuminate/filesystem": "^10.48.22", "php": "^8.1", "symfony/polyfill-php83": "^1.28" }, @@ -5690,11 +6853,11 @@ "orchestra/testbench-core": "<8.2.0" }, "require-dev": { - "laravel/framework": "^10.38.1", - "laravel/pint": "^1.6", + "laravel/framework": "^10.48.22", + "laravel/pint": "^1.17", "mockery/mockery": "^1.5.1", "orchestra/testbench-core": "^8.19", - "phpstan/phpstan": "^1.10.6", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.1", "symfony/yaml": "^6.2" }, @@ -5733,7 +6896,7 @@ "issues": "https://github.com/orchestral/canvas/issues", "source": "https://github.com/orchestral/canvas-core/tree/8.x" }, - "time": "2024-03-06T09:59:21+00:00" + "time": "2024-11-12T14:01:30+00:00" }, { "name": "orchestra/testbench", @@ -5747,7 +6910,13 @@ "type": "zip", "url": "https://api.github.com/repos/orchestral/testbench/zipball/6b8eea113e3d6c2e276115f4683a5c71d715d702", "reference": "6b8eea113e3d6c2e276115f4683a5c71d715d702", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.2", @@ -5796,22 +6965,28 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "c08465842c6779bcd942fa7f865da9c30e1354d8" + "reference": "3ccc670b78b8f3383f31554ae9152969203ce856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/c08465842c6779bcd942fa7f865da9c30e1354d8", - "reference": "c08465842c6779bcd942fa7f865da9c30e1354d8", - "shasum": "" + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/3ccc670b78b8f3383f31554ae9152969203ce856", + "reference": "3ccc670b78b8f3383f31554ae9152969203ce856", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.2", "php": "^8.1", - "symfony/polyfill-php83": "^1.28" + "symfony/polyfill-php83": "^1.31" }, "conflict": { "brianium/paratest": "<6.4.0 || >=7.0.0 <7.1.4 || >=8.0.0", - "laravel/framework": "<10.48.22 || >=11.0.0", + "laravel/framework": "<10.48.23 || >=11.0.0", "laravel/serializable-closure": "<1.3.0 || >=2.0.0", "nunomaduro/collision": "<6.4.0 || >=7.0.0 <7.4.0 || >=8.0.0", "orchestra/testbench-dusk": "<8.21.0 || >=9.0.0", @@ -5820,10 +6995,10 @@ }, "require-dev": { "fakerphp/faker": "^1.21", - "laravel/framework": "^10.48.22", + "laravel/framework": "^10.48.23", "laravel/pint": "^1.17", "mockery/mockery": "^1.5.1", - "phpstan/phpstan": "^1.11", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.1", "spatie/laravel-ray": "^1.32.4", "symfony/process": "^6.2", @@ -5834,7 +7009,7 @@ "brianium/paratest": "Allow using parallel testing (^6.4 || ^7.1.4).", "ext-pcntl": "Required to use all features of the console signal trapping.", "fakerphp/faker": "Allow using Faker for testing (^1.21).", - "laravel/framework": "Required for testing (^10.48.20).", + "laravel/framework": "Required for testing (^10.48.23).", "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.4 || ^7.4).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^8.0).", @@ -5881,7 +7056,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2024-10-26T07:42:03+00:00" + "time": "2024-11-14T11:12:19+00:00" }, { "name": "orchestra/workbench", @@ -5895,7 +7070,13 @@ "type": "zip", "url": "https://api.github.com/repos/orchestral/workbench/zipball/8b4ec7a40ae39726ecf3250f0326867d66cad340", "reference": "8b4ec7a40ae39726ecf3250f0326867d66cad340", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-runtime-api": "^2.2", @@ -5956,37 +7137,42 @@ }, { "name": "pestphp/pest", - "version": "2.x-dev", + "version": "v2.30.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "f8c88bd14dc1772bfaf02169afb601ecdf2724cd" + "reference": "97dc32f9d24b84dd071d9e89438a19e43c833f6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/f8c88bd14dc1772bfaf02169afb601ecdf2724cd", - "reference": "f8c88bd14dc1772bfaf02169afb601ecdf2724cd", - "shasum": "" + "url": "https://api.github.com/repos/pestphp/pest/zipball/97dc32f9d24b84dd071d9e89438a19e43c833f6f", + "reference": "97dc32f9d24b84dd071d9e89438a19e43c833f6f", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "brianium/paratest": "^7.3.1", - "nunomaduro/collision": "^7.11.0|^8.4.0", - "nunomaduro/termwind": "^1.16.0|^2.1.0", + "nunomaduro/collision": "^7.10.0|^8.0.1", + "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", - "pestphp/pest-plugin-arch": "^2.7.0", + "pestphp/pest-plugin-arch": "^2.5.0", "php": "^8.1.0", - "phpunit/phpunit": "^10.5.36" + "phpunit/phpunit": "^10.5.5" }, "conflict": { - "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">10.5.36", + "phpunit/phpunit": ">10.5.5", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" }, "require-dev": { - "pestphp/pest-dev-tools": "^2.17.0", - "pestphp/pest-plugin-type-coverage": "^2.8.7", - "symfony/process": "^6.4.0|^7.1.5" + "pestphp/pest-dev-tools": "^2.16.0", + "pestphp/pest-plugin-type-coverage": "^2.6.0", + "symfony/process": "^6.4.0|^7.0.0" }, "bin": [ "bin/pest" @@ -6049,7 +7235,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/2.x" + "source": "https://github.com/pestphp/pest/tree/v2.30.0" }, "funding": [ { @@ -6061,7 +7247,7 @@ "type": "github" } ], - "time": "2024-10-15T15:30:56+00:00" + "time": "2023-12-28T10:36:40+00:00" }, { "name": "pestphp/pest-plugin", @@ -6075,7 +7261,13 @@ "type": "zip", "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/52cfb1311d462ceeb58fc72b24c8b8314afdf7f0", "reference": "52cfb1311d462ceeb58fc72b24c8b8314afdf7f0", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "composer-plugin-api": "^2.0.0", @@ -6136,29 +7328,34 @@ }, { "name": "pestphp/pest-plugin-arch", - "version": "2.x-dev", + "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-arch.git", - "reference": "d23b2d7498475354522c3818c42ef355dca3fcda" + "reference": "0741696072b5db5989d63013a7b3e83358f4dfcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/d23b2d7498475354522c3818c42ef355dca3fcda", - "reference": "d23b2d7498475354522c3818c42ef355dca3fcda", - "shasum": "" + "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/0741696072b5db5989d63013a7b3e83358f4dfcf", + "reference": "0741696072b5db5989d63013a7b3e83358f4dfcf", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "nunomaduro/collision": "^7.10.0|^8.1.0", + "nunomaduro/collision": "^7.10.0|^8.0.1", "pestphp/pest-plugin": "^2.1.1", "php": "^8.1", - "ta-tikoma/phpunit-architecture-test": "^0.8.4" + "ta-tikoma/phpunit-architecture-test": "^0.8.0" }, "require-dev": { - "pestphp/pest": "^2.33.0", + "pestphp/pest": "^2.30.0", "pestphp/pest-dev-tools": "^2.16.0" }, - "default-branch": true, "type": "library", "extra": { "pest": { @@ -6192,7 +7389,7 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.7.0" + "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.6.0" }, "funding": [ { @@ -6204,44 +7401,44 @@ "type": "github" } ], - "time": "2024-01-26T09:46:42+00:00" + "time": "2024-01-05T11:06:22+00:00" }, { "name": "pestphp/pest-plugin-laravel", - "version": "2.x-dev", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-laravel.git", - "reference": "53df51169a7f9595e06839cce638c73e59ace5e8" + "reference": "77a2838c1d3b09d147211e76a48987ba9a758279" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-laravel/zipball/53df51169a7f9595e06839cce638c73e59ace5e8", - "reference": "53df51169a7f9595e06839cce638c73e59ace5e8", - "shasum": "" + "url": "https://api.github.com/repos/pestphp/pest-plugin-laravel/zipball/77a2838c1d3b09d147211e76a48987ba9a758279", + "reference": "77a2838c1d3b09d147211e76a48987ba9a758279", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "laravel/framework": "^10.48.9|^11.5.0", - "pestphp/pest": "^2.34.7", + "laravel/framework": "^10.18.0|^11.0", + "pestphp/pest": "^2.13.0", "php": "^8.1.0" }, "require-dev": { - "laravel/dusk": "^7.13.0", - "orchestra/testbench": "^8.22.3|^9.0.4", - "pestphp/pest-dev-tools": "^2.16.0" + "laravel/dusk": "^7.9.3", + "orchestra/testbench": "^8.6.3", + "pestphp/pest-dev-tools": "^2.14.0" }, - "default-branch": true, "type": "library", "extra": { "laravel": { "providers": [ "Pest\\Laravel\\PestServiceProvider" ] - }, - "pest": { - "plugins": [ - "Pest\\Laravel\\Plugin" - ] } }, "autoload": { @@ -6267,7 +7464,7 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin-laravel/tree/v2.4.0" + "source": "https://github.com/pestphp/pest-plugin-laravel/tree/v2.2.0" }, "funding": [ { @@ -6279,7 +7476,7 @@ "type": "github" } ], - "time": "2024-04-27T10:41:54+00:00" + "time": "2023-08-10T15:37:09+00:00" }, { "name": "phar-io/manifest", @@ -6293,7 +7490,13 @@ "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", "reference": "54750ef60c58e43759730615a392c31c80e23176", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -6361,7 +7564,13 @@ "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2 || ^8.0" @@ -6401,132 +7610,417 @@ "time": "2022-02-21T01:04:05+00:00" }, { - "name": "php-di/invoker", - "version": "2.3.4", + "name": "php-http/discovery", + "version": "1.x-dev", "source": { "type": "git", - "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86" + "url": "https://github.com/php-http/discovery.git", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86", - "shasum": "" + "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d", + "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": ">=7.3", - "psr/container": "^1.0|^2.0" + "composer-plugin-api": "^1.0|^2.0", + "php": "^7.1 || ^8.0" + }, + "conflict": { + "nyholm/psr7": "<1.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "*", + "psr/http-factory-implementation": "*", + "psr/http-message-implementation": "*" }, "require-dev": { - "athletic/athletic": "~0.1.8", - "mnapoli/hard-mode": "~0.3.0", - "phpunit/phpunit": "^9.0" + "composer/composer": "^1.0.2|^2.0", + "graham-campbell/phpspec-skip-example-extension": "^5.0", + "php-http/httplug": "^1.0 || ^2.0", + "php-http/message-factory": "^1.0", + "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, + "default-branch": true, + "type": "composer-plugin", + "extra": { + "class": "Http\\Discovery\\Composer\\Plugin", + "plugin-optional": true + }, + "autoload": { + "psr-4": { + "Http\\Discovery\\": "src/" + }, + "exclude-from-classmap": [ + "src/Composer/Plugin.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", + "homepage": "http://php-http.org", + "keywords": [ + "adapter", + "client", + "discovery", + "factory", + "http", + "message", + "psr17", + "psr7" + ], + "support": { + "issues": "https://github.com/php-http/discovery/issues", + "source": "https://github.com/php-http/discovery/tree/1.20.0" + }, + "time": "2024-10-02T11:20:13+00:00" + }, + { + "name": "php-http/guzzle7-adapter", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/php-http/guzzle7-adapter.git", + "reference": "3b623a6123c51754317ed3d64e9a7ed396aa86cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/3b623a6123c51754317ed3d64e9a7ed396aa86cc", + "reference": "3b623a6123c51754317ed3d64e9a7ed396aa86cc", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "guzzlehttp/guzzle": "^7.0", + "php": "^7.3 | ^8.0", + "php-http/httplug": "^2.0", + "psr/http-client": "^1.0" + }, + "provide": { + "php-http/async-client-implementation": "1.0", + "php-http/client-implementation": "1.0", + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "php-http/client-integration-tests": "^3.0", + "php-http/message-factory": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^8.0|^9.3" + }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { - "Invoker\\": "src/" + "Http\\Adapter\\Guzzle7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Generic and extensible callable invoker", - "homepage": "https://github.com/PHP-DI/Invoker", + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "description": "Guzzle 7 HTTP Adapter", + "homepage": "http://httplug.io", "keywords": [ - "callable", - "dependency", - "dependency-injection", - "injection", - "invoke", - "invoker" + "Guzzle", + "http" ], "support": { - "issues": "https://github.com/PHP-DI/Invoker/issues", - "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4" + "issues": "https://github.com/php-http/guzzle7-adapter/issues", + "source": "https://github.com/php-http/guzzle7-adapter/tree/1.x" }, - "funding": [ + "time": "2024-03-16T09:09:05+00:00" + }, + { + "name": "php-http/httplug", + "version": "2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/php-http/httplug.git", + "reference": "37819ce3c78ed2e7d001de68b38e697bbd525f89" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/httplug/zipball/37819ce3c78ed2e7d001de68b38e697bbd525f89", + "reference": "37819ce3c78ed2e7d001de68b38e697bbd525f89", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/promise": "^1.1", + "psr/http-client": "^1.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", + "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://github.com/mnapoli", - "type": "github" + "name": "Eric GELOEN", + "email": "geloen.eric@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], - "time": "2023-09-08T09:24:21+00:00" + "description": "HTTPlug, the HTTP client abstraction for PHP", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "http" + ], + "support": { + "issues": "https://github.com/php-http/httplug/issues", + "source": "https://github.com/php-http/httplug/tree/2.x" + }, + "time": "2024-09-23T13:25:15+00:00" }, { - "name": "php-di/php-di", - "version": "7.0.7", + "name": "php-http/message", + "version": "1.x-dev", "source": { "type": "git", - "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1" + "url": "https://github.com/php-http/message.git", + "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "shasum": "" + "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a", + "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "laravel/serializable-closure": "^1.0", - "php": ">=8.0", - "php-di/invoker": "^2.0", - "psr/container": "^1.1 || ^2.0" + "clue/stream-filter": "^1.5", + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "provide": { - "psr/container-implementation": "^1.0" + "php-http/message-factory-implementation": "1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3", - "friendsofphp/proxy-manager-lts": "^1", - "mnapoli/phpunit-easymock": "^1.3", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.6" + "ergebnis/composer-normalize": "^2.6", + "ext-zlib": "*", + "guzzlehttp/psr7": "^1.0 || ^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", + "php-http/message-factory": "^1.0.2", + "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", + "slim/slim": "^3.0" }, "suggest": { - "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" + "ext-zlib": "Used with compressor/decompressor streams", + "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", + "laminas/laminas-diactoros": "Used with Diactoros Factories", + "slim/slim": "Used with Slim Framework PSR-7 implementation" }, + "default-branch": true, "type": "library", "autoload": { "files": [ - "src/functions.php" + "src/filters.php" ], "psr-4": { - "DI\\": "src/" + "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "The dependency injection container for humans", - "homepage": "https://php-di.org/", + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "HTTP Message related tools", + "homepage": "http://php-http.org", "keywords": [ - "PSR-11", - "container", - "container-interop", - "dependency injection", - "di", - "ioc", - "psr11" + "http", + "message", + "psr-7" ], "support": { - "issues": "https://github.com/PHP-DI/PHP-DI/issues", - "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7" + "issues": "https://github.com/php-http/message/issues", + "source": "https://github.com/php-http/message/tree/1.16.2" }, - "funding": [ + "time": "2024-10-02T11:34:13+00:00" + }, + { + "name": "php-http/message-factory", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-http/message-factory.git", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=5.4", + "psr/http-message": "^1.0 || ^2.0" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://github.com/mnapoli", - "type": "github" + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Factory interfaces for PSR-7 HTTP Message", + "homepage": "http://php-http.org", + "keywords": [ + "factory", + "http", + "message", + "stream", + "uri" + ], + "support": { + "issues": "https://github.com/php-http/message-factory/issues", + "source": "https://github.com/php-http/message-factory/tree/1.1.0" + }, + "abandoned": "psr/http-factory", + "time": "2023-04-14T14:16:17+00:00" + }, + { + "name": "php-http/promise", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/php-http/promise.git", + "reference": "12e12043e9ed9ddc6ea8481593fb230150227416" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/promise/zipball/12e12043e9ed9ddc6ea8481593fb230150227416", + "reference": "12e12043e9ed9ddc6ea8481593fb230150227416", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", + "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "Http\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joel Wurtz", + "email": "joel.wurtz@gmail.com" }, { - "url": "https://tidelift.com/funding/github/packagist/php-di/php-di", - "type": "tidelift" + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" } ], - "time": "2024-07-21T15:55:45+00:00" + "description": "Promise used for asynchronous HTTP requests", + "homepage": "http://httplug.io", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/php-http/promise/issues", + "source": "https://github.com/php-http/promise/tree/1.x" + }, + "time": "2024-10-02T11:48:29+00:00" }, { "name": "phpdocumentor/reflection", @@ -6534,13 +8028,19 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/Reflection.git", - "reference": "d317ba6552c08729438fa1b56b6af0584d8edcd3" + "reference": "9fb7e715688d8ee6c137b3ea2c9d2fd7b760bedf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/d317ba6552c08729438fa1b56b6af0584d8edcd3", - "reference": "d317ba6552c08729438fa1b56b6af0584d8edcd3", - "shasum": "" + "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/9fb7e715688d8ee6c137b3ea2c9d2fd7b760bedf", + "reference": "9fb7e715688d8ee6c137b3ea2c9d2fd7b760bedf", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "nikic/php-parser": "~4.18 || ^5.0", @@ -6594,7 +8094,7 @@ "issues": "https://github.com/phpDocumentor/Reflection/issues", "source": "https://github.com/phpDocumentor/Reflection/tree/6.x" }, - "time": "2024-11-05T08:42:42+00:00" + "time": "2024-11-13T08:04:33+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -6608,7 +8108,13 @@ "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6", "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.1" @@ -6655,13 +8161,19 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a" + "reference": "f3558a4c23426d12bffeaab463f8a8d8b681193c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/54e10d44fc1a84e2598d26f70d4f6f1f233e228a", - "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a", - "shasum": "" + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/f3558a4c23426d12bffeaab463f8a8d8b681193c", + "reference": "f3558a4c23426d12bffeaab463f8a8d8b681193c", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "doctrine/deprecations": "^1.1", @@ -6669,7 +8181,7 @@ "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.7", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "webmozart/assert": "^1.9.1" }, "require-dev": { @@ -6710,9 +8222,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.5.0" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.0" }, - "time": "2024-11-04T21:26:31+00:00" + "time": "2024-11-12T11:25:25+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -6720,19 +8232,25 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d" + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1fb5ba8d045f5dd984ebded5b1cc66f29459422d", - "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d", - "shasum": "" + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", - "phpstan/phpdoc-parser": "^1.18" + "phpstan/phpdoc-parser": "^1.18|^2.0" }, "require-dev": { "ext-tokenizer": "*", @@ -6769,9 +8287,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.9.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.x" }, - "time": "2024-11-03T20:11:34+00:00" + "time": "2024-11-09T15:12:26+00:00" }, { "name": "phpoption/phpoption", @@ -6785,7 +8303,13 @@ "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2.5 || ^8.0" @@ -6851,32 +8375,39 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.33.0", + "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" + "reference": "04c8de0d350731bccfa216a5b5e9b3e1c26e4e24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", - "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", - "shasum": "" + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/04c8de0d350731bccfa216a5b5e9b3e1c26e4e24", + "reference": "04c8de0d350731bccfa216a5b5e9b3e1c26e4e24", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -6892,9 +8423,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.x" }, - "time": "2024-10-13T11:25:22+00:00" + "time": "2024-11-07T10:15:44+00:00" }, { "name": "phpstan/phpstan", @@ -6902,13 +8433,19 @@ "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5f064dd021ad5308bfcf61b8534531e0a17d87c3" + "reference": "2b660be0c34b90067930793ffc79cdbc64123a8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5f064dd021ad5308bfcf61b8534531e0a17d87c3", - "reference": "5f064dd021ad5308bfcf61b8534531e0a17d87c3", - "shasum": "" + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2b660be0c34b90067930793ffc79cdbc64123a8a", + "reference": "2b660be0c34b90067930793ffc79cdbc64123a8a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2|^8.0" @@ -6952,7 +8489,7 @@ "type": "github" } ], - "time": "2024-11-05T11:30:05+00:00" + "time": "2024-11-13T13:25:06+00:00" }, { "name": "phpunit/php-code-coverage", @@ -6966,7 +8503,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5a5c19843209812d6c8cb91d30478dfce3d8bdad", "reference": "5a5c19843209812d6c8cb91d30478dfce3d8bdad", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -7044,7 +8587,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/585510209bc946b0b5686db50aaa89a20d574f94", "reference": "585510209bc946b0b5686db50aaa89a20d574f94", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -7099,13 +8648,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "b278fa2f7b3adbb1601635ccae52dd2ae28208f7" + "reference": "5e2059633d9547e5e87177d9131c2cdf7fbda99a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/b278fa2f7b3adbb1601635ccae52dd2ae28208f7", - "reference": "b278fa2f7b3adbb1601635ccae52dd2ae28208f7", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5e2059633d9547e5e87177d9131c2cdf7fbda99a", + "reference": "5e2059633d9547e5e87177d9131c2cdf7fbda99a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -7155,7 +8710,7 @@ "type": "github" } ], - "time": "2024-09-29T07:04:02+00:00" + "time": "2024-09-07T13:01:11+00:00" }, { "name": "phpunit/php-text-template", @@ -7169,7 +8724,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/20d18853f9a3da202c01565c55130fb2c95f0f57", "reference": "20d18853f9a3da202c01565c55130fb2c95f0f57", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -7229,7 +8790,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2bcef0a54b678667378fb2f6eabd332eec28ed7e", "reference": "2bcef0a54b678667378fb2f6eabd332eec28ed7e", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -7279,17 +8846,23 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.36", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -7298,26 +8871,26 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.0", - "phar-io/manifest": "^2.0.4", - "phar-io/version": "^3.2.1", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", "php": ">=8.1", - "phpunit/php-code-coverage": "^10.1.16", - "phpunit/php-file-iterator": "^4.1.0", - "phpunit/php-invoker": "^4.0.0", - "phpunit/php-text-template": "^3.0.1", - "phpunit/php-timer": "^6.0.0", - "sebastian/cli-parser": "^2.0.1", - "sebastian/code-unit": "^2.0.0", - "sebastian/comparator": "^5.0.2", - "sebastian/diff": "^5.1.1", - "sebastian/environment": "^6.1.0", - "sebastian/exporter": "^5.1.2", - "sebastian/global-state": "^6.0.2", - "sebastian/object-enumerator": "^5.0.0", - "sebastian/recursion-context": "^5.0.0", - "sebastian/type": "^4.0.0", - "sebastian/version": "^4.0.1" + "phpunit/php-code-coverage": "^10.1.5", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-invoker": "^4.0", + "phpunit/php-text-template": "^3.0", + "phpunit/php-timer": "^6.0", + "sebastian/cli-parser": "^2.0", + "sebastian/code-unit": "^2.0", + "sebastian/comparator": "^5.0", + "sebastian/diff": "^5.0", + "sebastian/environment": "^6.0", + "sebastian/exporter": "^5.1", + "sebastian/global-state": "^6.0.1", + "sebastian/object-enumerator": "^5.0", + "sebastian/recursion-context": "^5.0", + "sebastian/type": "^4.0", + "sebastian/version": "^4.0" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" @@ -7360,7 +8933,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.36" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -7376,7 +8949,66 @@ "type": "tidelift" } ], - "time": "2024-10-08T15:36:51+00:00" + "time": "2023-12-27T15:13:52+00:00" + }, + { + "name": "pimple/pimple", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/silexphp/Pimple.git", + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1 || ^2.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^5.4@dev" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Pimple": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Pimple, a simple Dependency Injection Container", + "homepage": "https://pimple.symfony.com", + "keywords": [ + "container", + "dependency injection" + ], + "support": { + "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" + }, + "time": "2021-10-28T11:13:42+00:00" }, { "name": "psr/cache", @@ -7390,7 +9022,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/0a7c67d0d1c8167b342eb74339d6f961663826ce", "reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.0.0" @@ -7443,7 +9081,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.0 || ^8.0" @@ -7491,7 +9135,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875", "reference": "707984727bd5b2b670e59559d3ed2500240cf875", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.4.0" @@ -7521,37 +9171,100 @@ "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container" + }, + "time": "2023-09-22T11:11:30+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a", + "reference": "977ffcf551e3bfb73d90aac3e8e1583fd8d2f89a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] + }, + "require": { + "php": ">=7.2.0" + }, + "suggest": { + "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" ], "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container" + "source": "https://github.com/php-fig/event-dispatcher" }, - "time": "2023-09-22T11:11:30+00:00" + "time": "2023-09-22T11:10:57+00:00" }, { - "name": "psr/event-dispatcher", + "name": "psr/http-client", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874" + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874", - "reference": "bbd9eacc080d33861e5b5c75b3b8c4d7e6d01874", - "shasum": "" + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": ">=7.2.0" - }, - "suggest": { - "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities" + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" }, "default-branch": true, "type": "library", @@ -7562,7 +9275,7 @@ }, "autoload": { "psr-4": { - "Psr\\EventDispatcher\\": "src/" + "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7575,35 +9288,44 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Standard interfaces for event handling.", + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", "keywords": [ - "events", + "http", + "http-client", "psr", - "psr-14" + "psr-18" ], "support": { - "source": "https://github.com/php-fig/event-dispatcher" + "source": "https://github.com/php-fig/http-client" }, - "time": "2024-03-17T21:29:03+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", - "version": "1.1.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + "reference": "7037f4b0950474e9d1350e8df89b15f1842085f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", - "shasum": "" + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/7037f4b0950474e9d1350e8df89b15f1842085f6", + "reference": "7037f4b0950474e9d1350e8df89b15f1842085f6", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": ">=7.1", + "php": ">=7.0.0", "psr/http-message": "^1.0 || ^2.0" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -7639,7 +9361,7 @@ "support": { "source": "https://github.com/php-fig/http-factory" }, - "time": "2024-04-15T12:06:14+00:00" + "time": "2023-09-22T11:16:44+00:00" }, { "name": "psr/http-message", @@ -7653,7 +9375,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2 || ^8.0" @@ -7707,7 +9435,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.0.0" @@ -7758,7 +9492,13 @@ "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/2d280c2aaa23a120f35d55cfde8581954a8e77fa", "reference": "2d280c2aaa23a120f35d55cfde8581954a8e77fa", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.0.0" @@ -7810,7 +9550,13 @@ "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5c196904f494bb97ad9935fe4b2cb509857bbe5a", "reference": "5c196904f494bb97ad9935fe4b2cb509857bbe5a", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-json": "*", @@ -7890,7 +9636,13 @@ "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=5.6" @@ -7934,7 +9686,13 @@ "type": "zip", "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.1" @@ -8023,7 +9781,13 @@ "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/9e8aa057ba5384e5888954c828f8de90ccd3ca4c", "reference": "9e8aa057ba5384e5888954c828f8de90ccd3ca4c", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", @@ -8106,21 +9870,27 @@ }, { "name": "rector/rector", - "version": "1.2.9", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d" + "reference": "556509e2dcf527369892b7d411379c4a02f31859" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7923bd5e48f8c26a922df91f7174f5bca2b3671d", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d", - "shasum": "" + "url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859", + "reference": "556509e2dcf527369892b7d411379c4a02f31859", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.12.5" + "phpstan/phpstan": "^1.11" }, "conflict": { "rector/rector-doctrine": "*", @@ -8153,7 +9923,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.9" + "source": "https://github.com/rectorphp/rector/tree/1.1.0" }, "funding": [ { @@ -8161,11 +9931,11 @@ "type": "github" } ], - "time": "2024-11-04T18:26:57+00:00" + "time": "2024-05-18T09:40:27+00:00" }, { "name": "red-jasmine/ecommerce", - "version": "dev-main", + "version": "dev-master", "dist": { "type": "path", "url": "./packages/ecommerce", @@ -8220,7 +9990,7 @@ }, { "name": "red-jasmine/filament-core", - "version": "dev-main", + "version": "dev-master", "dist": { "type": "path", "url": "./packages/filament-core", @@ -8307,7 +10077,7 @@ }, { "name": "red-jasmine/order", - "version": "dev-main", + "version": "dev-master", "dist": { "type": "path", "url": "./packages/order", @@ -8364,9 +10134,66 @@ "relative": true } }, + { + "name": "red-jasmine/payment", + "version": "dev-master", + "dist": { + "type": "path", + "url": "./packages/payment", + "reference": "f747ad6bf3325c03f29c29f23a67020170fa7053" + }, + "require": { + "league/omnipay": "^3.2", + "liushoukun/omnipay-alipay": "*", + "red-jasmine/support": "1.0.x-dev" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "RedJasmine\\Payment\\PaymentPackageServiceProvider" + ], + "aliases": [] + }, + "branch-alias": { + "dev-master": "1.0.x-dev", + "dev-main": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "RedJasmine\\Payment\\": "src/" + } + }, + "scripts": { + "post-autoload-dump": [ + "@php vendor/bin/testbench package:discover --ansi" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "liushoukun", + "email": "liushoukun66@gmail.com", + "homepage": "https://github.com/liushoukun66" + } + ], + "description": ":package_description", + "homepage": "https://github.com/red-jasmine/payment", + "keywords": [ + "Laravel", + "Payment" + ], + "transport-options": { + "symlink": true, + "relative": true + } + }, { "name": "red-jasmine/support", - "version": "dev-main", + "version": "dev-master", "dist": { "type": "path", "url": "./packages/support", @@ -8437,7 +10264,13 @@ "type": "zip", "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/cb6f58663d97f17bece176295240b740835e14f1", "reference": "cb6f58663d97f17bece176295240b740835e14f1", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/contracts": "^10.0|^11.0", @@ -8515,7 +10348,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c37c9e6127dcbaeb0c4778afb9101f61f2bc5969", "reference": "c37c9e6127dcbaeb0c4778afb9101f61f2bc5969", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -8566,13 +10405,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "83fcced885622ae51329748de2f713c2ff460eed" + "reference": "cbfb93fc82d4a9f43c6c4d979bd268362d248b9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/83fcced885622ae51329748de2f713c2ff460eed", - "reference": "83fcced885622ae51329748de2f713c2ff460eed", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/cbfb93fc82d4a9f43c6c4d979bd268362d248b9e", + "reference": "cbfb93fc82d4a9f43c6c4d979bd268362d248b9e", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -8615,7 +10460,7 @@ "type": "github" } ], - "time": "2024-09-29T06:25:54+00:00" + "time": "2024-09-07T12:20:36+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -8623,13 +10468,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "85662a56e440cdbcb14a6d9e3e07feb3b654b6db" + "reference": "a7c4b24c77cd71014c9cff1da2c769e11ac8afb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/85662a56e440cdbcb14a6d9e3e07feb3b654b6db", - "reference": "85662a56e440cdbcb14a6d9e3e07feb3b654b6db", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/a7c4b24c77cd71014c9cff1da2c769e11ac8afb0", + "reference": "a7c4b24c77cd71014c9cff1da2c769e11ac8afb0", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -8671,7 +10522,7 @@ "type": "github" } ], - "time": "2024-09-29T06:55:58+00:00" + "time": "2024-09-07T12:23:37+00:00" }, { "name": "sebastian/comparator", @@ -8685,7 +10536,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -8756,13 +10613,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "3d89639d42d385d4e3ba1a235a24eafe40ab995c" + "reference": "cd9226db2d6a76e6760fe37860b14811d259a96c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/3d89639d42d385d4e3ba1a235a24eafe40ab995c", - "reference": "3d89639d42d385d4e3ba1a235a24eafe40ab995c", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/cd9226db2d6a76e6760fe37860b14811d259a96c", + "reference": "cd9226db2d6a76e6760fe37860b14811d259a96c", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "nikic/php-parser": "^4.18 || ^5.0", @@ -8806,7 +10669,7 @@ "type": "github" } ], - "time": "2024-09-29T06:57:41+00:00" + "time": "2024-09-07T12:32:46+00:00" }, { "name": "sebastian/diff", @@ -8814,13 +10677,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "eb50d310beb710c1fbbb8de600ed9d7ec28be385" + "reference": "8cd62c4734db5a95f8c5361ddd5a7f6c362a8513" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/eb50d310beb710c1fbbb8de600ed9d7ec28be385", - "reference": "eb50d310beb710c1fbbb8de600ed9d7ec28be385", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/8cd62c4734db5a95f8c5361ddd5a7f6c362a8513", + "reference": "8cd62c4734db5a95f8c5361ddd5a7f6c362a8513", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -8873,7 +10742,7 @@ "type": "github" } ], - "time": "2024-09-29T06:58:49+00:00" + "time": "2024-09-07T12:37:00+00:00" }, { "name": "sebastian/environment", @@ -8887,7 +10756,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febdd1dca486af4e1b8d1ed7a0db4ddab0d5a7a8", "reference": "febdd1dca486af4e1b8d1ed7a0db4ddab0d5a7a8", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -8951,7 +10826,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/4aceb7e6a74ec471a1ad824d7202ec4ea5c7433d", "reference": "4aceb7e6a74ec471a1ad824d7202ec4ea5c7433d", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-mbstring": "*", @@ -9023,13 +10904,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "63e42d7d47f0afeb531dce8a2e69173c97335d84" + "reference": "21248a50a5fe85cb98e597ac8bff57d047f2bbce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/63e42d7d47f0afeb531dce8a2e69173c97335d84", - "reference": "63e42d7d47f0afeb531dce8a2e69173c97335d84", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/21248a50a5fe85cb98e597ac8bff57d047f2bbce", + "reference": "21248a50a5fe85cb98e597ac8bff57d047f2bbce", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -9077,7 +10964,7 @@ "type": "github" } ], - "time": "2024-09-29T07:00:35+00:00" + "time": "2024-09-07T12:44:53+00:00" }, { "name": "sebastian/lines-of-code", @@ -9091,7 +10978,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/be42b61b0c09d80e31315394ad02f9e8265c5780", "reference": "be42b61b0c09d80e31315394ad02f9e8265c5780", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "nikic/php-parser": "^4.18 || ^5.0", @@ -9143,13 +11036,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "67c331ffb8e77a9d8129193dd0c60f568c2bd49f" + "reference": "cd3a72905a29ac799d3c6435180a37d3c201afd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/67c331ffb8e77a9d8129193dd0c60f568c2bd49f", - "reference": "67c331ffb8e77a9d8129193dd0c60f568c2bd49f", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/cd3a72905a29ac799d3c6435180a37d3c201afd0", + "reference": "cd3a72905a29ac799d3c6435180a37d3c201afd0", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -9193,7 +11092,7 @@ "type": "github" } ], - "time": "2024-09-29T07:02:13+00:00" + "time": "2024-09-07T12:49:36+00:00" }, { "name": "sebastian/object-reflector", @@ -9207,7 +11106,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bcd028a491280d802fe97e72748326196bcde7f9", "reference": "bcd028a491280d802fe97e72748326196bcde7f9", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -9257,13 +11162,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "18e76a35cec6ee7547029064ea1a257d9d75ebf0" + "reference": "186d3a563e7ca5707df1d7387e35352c35997c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/18e76a35cec6ee7547029064ea1a257d9d75ebf0", - "reference": "18e76a35cec6ee7547029064ea1a257d9d75ebf0", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/186d3a563e7ca5707df1d7387e35352c35997c66", + "reference": "186d3a563e7ca5707df1d7387e35352c35997c66", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -9313,7 +11224,7 @@ "type": "github" } ], - "time": "2024-09-29T07:05:35+00:00" + "time": "2024-09-07T13:11:15+00:00" }, { "name": "sebastian/type", @@ -9321,13 +11232,19 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "d59649a0eb6a5fdd22ea41e87fc1ca268f1c6a8e" + "reference": "a3207084fc519663304a6b29e0b144f5127081fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/d59649a0eb6a5fdd22ea41e87fc1ca268f1c6a8e", - "reference": "d59649a0eb6a5fdd22ea41e87fc1ca268f1c6a8e", - "shasum": "" + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a3207084fc519663304a6b29e0b144f5127081fe", + "reference": "a3207084fc519663304a6b29e0b144f5127081fe", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -9370,7 +11287,7 @@ "type": "github" } ], - "time": "2024-09-29T07:06:05+00:00" + "time": "2024-09-07T13:13:17+00:00" }, { "name": "sebastian/version", @@ -9384,7 +11301,13 @@ "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/92ded34a7ac2cece0a3ae576e4850fcdd2276634", "reference": "92ded34a7ac2cece0a3ae576e4850fcdd2276634", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -9428,24 +11351,29 @@ }, { "name": "spatie/backtrace", - "version": "1.6.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9" + "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/1a9a145b044677ae3424693f7b06479fc8c137a9", - "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9", - "shasum": "" + "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", + "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.3|^8.0" }, "require-dev": { "ext-json": "*", - "laravel/serializable-closure": "^1.3", "phpunit/phpunit": "^9.3", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^5.1" @@ -9475,7 +11403,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/backtrace/tree/1.6.2" + "source": "https://github.com/spatie/backtrace/tree/1.5.3" }, "funding": [ { @@ -9487,7 +11415,7 @@ "type": "other" } ], - "time": "2024-07-22T08:21:24+00:00" + "time": "2023-06-28T12:59:17+00:00" }, { "name": "spatie/color", @@ -9501,7 +11429,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/color/zipball/02ce48c480f86d65702188f738f4e8ccad1b999a", "reference": "02ce48c480f86d65702188f738f4e8ccad1b999a", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^7.3|^8.0" @@ -9560,7 +11494,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/invade/zipball/b920f6411d21df4e8610a138e2e87ae4957d7f63", "reference": "b920f6411d21df4e8610a138e2e87ae4957d7f63", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.0" @@ -9609,17 +11549,23 @@ }, { "name": "spatie/laravel-data", - "version": "4.11.1", + "version": "4.11.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-data.git", - "reference": "df5b58baebae34475ca35338b4e9a131c9e2a8e0" + "reference": "fab1c51236ab9a91d7aca7bbdf7b8cb64c65d4c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-data/zipball/df5b58baebae34475ca35338b4e9a131c9e2a8e0", - "reference": "df5b58baebae34475ca35338b4e9a131c9e2a8e0", - "shasum": "" + "url": "https://api.github.com/repos/spatie/laravel-data/zipball/fab1c51236ab9a91d7aca7bbdf7b8cb64c65d4c7", + "reference": "fab1c51236ab9a91d7aca7bbdf7b8cb64c65d4c7", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/contracts": "^10.0|^11.0", @@ -9681,7 +11627,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-data/issues", - "source": "https://github.com/spatie/laravel-data/tree/4.11.1" + "source": "https://github.com/spatie/laravel-data/tree/4.11.0" }, "funding": [ { @@ -9689,21 +11635,27 @@ "type": "github" } ], - "time": "2024-10-23T07:14:53+00:00" + "time": "2024-10-22T11:20:40+00:00" }, { "name": "spatie/laravel-package-tools", - "version": "1.16.5", + "version": "1.16.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "c7413972cf22ffdff97b68499c22baa04eddb6a2" + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/c7413972cf22ffdff97b68499c22baa04eddb6a2", - "reference": "c7413972cf22ffdff97b68499c22baa04eddb6a2", - "shasum": "" + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", + "reference": "ddf678e78d7f8b17e5cdd99c0c3413a4a6592e53", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/contracts": "^9.28|^10.0|^11.0", @@ -9741,7 +11693,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.5" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.4" }, "funding": [ { @@ -9749,7 +11701,7 @@ "type": "github" } ], - "time": "2024-08-27T18:56:10+00:00" + "time": "2024-03-20T07:29:11+00:00" }, { "name": "spatie/laravel-query-builder", @@ -9763,7 +11715,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/e7408c6c7a2221910e55f6e89b9114d6223d48ee", "reference": "e7408c6c7a2221910e55f6e89b9114d6223d48ee", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "illuminate/database": "^10.0|^11.0", @@ -9836,7 +11794,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/1d10366c91e38fd0e1284988f66551dea0e03e54", "reference": "1d10366c91e38fd0e1284988f66551dea0e03e54", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-json": "*", @@ -9924,7 +11888,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/macroable/zipball/ec2c320f932e730607aff8052c44183cf3ecb072", "reference": "ec2c320f932e730607aff8052c44183cf3ecb072", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": "^8.0" @@ -9974,7 +11944,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/php-structure-discoverer/zipball/5bd17a5d5ca9ec58081277dc66ae629a538319a3", "reference": "5bd17a5d5ca9ec58081277dc66ae629a538319a3", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "amphp/amp": "^2.6.2", @@ -10055,7 +12031,13 @@ "type": "zip", "url": "https://api.github.com/repos/spatie/ray/zipball/9f2b965e3ca61292a4217770522e3e5ce121cc8e", "reference": "9f2b965e3ca61292a4217770522e3e5ce121cc8e", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-curl": "*", @@ -10135,13 +12117,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f793dd5a7d9ae9923e35d0503d08ba734cec1d79" + "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f793dd5a7d9ae9923e35d0503d08ba734cec1d79", - "reference": "f793dd5a7d9ae9923e35d0503d08ba734cec1d79", - "shasum": "" + "url": "https://api.github.com/repos/symfony/console/zipball/f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", + "reference": "f1fc6f47283e27336e7cebb9e8946c8de7bff9bd", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -10221,7 +12209,7 @@ "type": "tidelift" } ], - "time": "2024-10-09T08:40:40+00:00" + "time": "2024-11-06T14:19:14+00:00" }, { "name": "symfony/css-selector", @@ -10235,7 +12223,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.2" @@ -10294,13 +12288,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", - "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", - "shasum": "" + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -10309,7 +12309,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.6-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -10354,7 +12354,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:21:43+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", @@ -10362,13 +12362,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "e3c78742f86a5b65fe2ac4c4b6b776d92fd7ca0c" + "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/e3c78742f86a5b65fe2ac4c4b6b776d92fd7ca0c", - "reference": "e3c78742f86a5b65fe2ac4c4b6b776d92fd7ca0c", - "shasum": "" + "url": "https://api.github.com/repos/symfony/error-handler/zipball/9e024324511eeb00983ee76b9aedc3e6ecd993d9", + "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -10429,7 +12435,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-11-05T15:34:40+00:00" }, { "name": "symfony/event-dispatcher", @@ -10443,7 +12449,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.2", @@ -10523,7 +12535,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", "reference": "59eb412e93815df44f05f342958efa9f46b1e586", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -10600,7 +12618,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/daea9eca0b08d0ed1dc9ab702a46128fd1be4958", "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -10664,7 +12688,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/1d23de45af5e8508441ff5f82bb493e83cdcbba4", "reference": "1d23de45af5e8508441ff5f82bb493e83cdcbba4", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -10727,13 +12757,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "4875486169c670d8cbf055b9d44e1aa4bade08e5" + "reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4875486169c670d8cbf055b9d44e1aa4bade08e5", - "reference": "4875486169c670d8cbf055b9d44e1aa4bade08e5", - "shasum": "" + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/431771b7a6f662f1575b3cfc8fd7617aa9864d57", + "reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -10742,12 +12778,12 @@ "symfony/polyfill-php83": "^1.27" }, "conflict": { - "symfony/cache": "<6.3" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.3|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/expression-language": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", @@ -10796,7 +12832,7 @@ "type": "tidelift" } ], - "time": "2024-11-03T20:36:05+00:00" + "time": "2024-11-13T18:58:10+00:00" }, { "name": "symfony/http-kernel", @@ -10804,13 +12840,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "a588837faf29788fb77a568a010fe3be525e0512" + "reference": "6f9b73f1e860faf2e53ac63f7997026954a91474" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a588837faf29788fb77a568a010fe3be525e0512", - "reference": "a588837faf29788fb77a568a010fe3be525e0512", - "shasum": "" + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6f9b73f1e860faf2e53ac63f7997026954a91474", + "reference": "6f9b73f1e860faf2e53ac63f7997026954a91474", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -10910,7 +12952,7 @@ "type": "tidelift" } ], - "time": "2024-10-27T13:53:51+00:00" + "time": "2024-11-13T14:22:18+00:00" }, { "name": "symfony/mailer", @@ -10924,7 +12966,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/mailer/zipball/c2f7e0d8d7ac8fe25faccf5d8cac462805db2663", "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "egulias/email-validator": "^2.1.10|^3|^4", @@ -11004,7 +13052,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/mime/zipball/1de1cf14d99b12c7ebbb850491ec6ae3ed468855", "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -11089,7 +13143,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11163,13 +13223,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa" + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa", - "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa", - "shasum": "" + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11220,7 +13286,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/1.x" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" }, "funding": [ { @@ -11236,7 +13302,7 @@ "type": "tidelift" } ], - "time": "2024-09-17T14:58:18+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -11250,7 +13316,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11323,13 +13395,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", - "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", - "shasum": "" + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2", @@ -11383,7 +13461,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/1.x" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -11399,7 +13477,7 @@ "type": "tidelift" } ], - "time": "2024-09-10T14:38:51+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -11413,7 +13491,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", "reference": "3833d7255cc303546435cb650316bff708a1c75c", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11495,7 +13579,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2369cb908b33d7b7518cce042615de430142497f", "reference": "2369cb908b33d7b7518cce042615de430142497f", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11576,7 +13666,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11657,7 +13753,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11734,7 +13836,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.2" @@ -11808,13 +13916,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0776b9944bc1c88b66714faa7554b6d0db6f178a" + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0776b9944bc1c88b66714faa7554b6d0db6f178a", - "reference": "0776b9944bc1c88b66714faa7554b6d0db6f178a", - "shasum": "" + "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", + "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -11861,7 +13975,7 @@ "type": "tidelift" } ], - "time": "2024-11-04T11:33:53+00:00" + "time": "2024-11-06T14:19:14+00:00" }, { "name": "symfony/routing", @@ -11869,13 +13983,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278" + "reference": "91e02e606b4b705c2f4fb42f7e7708b7923a3220" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/640a74250d13f9c30d5ca045b6aaaabcc8215278", - "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278", - "shasum": "" + "url": "https://api.github.com/repos/symfony/routing/zipball/91e02e606b4b705c2f4fb42f7e7708b7923a3220", + "reference": "91e02e606b4b705c2f4fb42f7e7708b7923a3220", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -11944,7 +14064,7 @@ "type": "tidelift" } ], - "time": "2024-10-01T08:30:56+00:00" + "time": "2024-11-13T15:31:34+00:00" }, { "name": "symfony/service-contracts", @@ -11958,7 +14078,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/5ad38698559cf88b6296629e19b15ef3239c9d7a", "reference": "5ad38698559cf88b6296629e19b15ef3239c9d7a", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -12042,7 +14168,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924", "reference": "696f418b0d722a4225e1c3d95489d262971ca924", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.2", @@ -12098,13 +14230,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "205580699b4d3e11f7b679faf2c0f57ffca6981c" + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/205580699b4d3e11f7b679faf2c0f57ffca6981c", - "reference": "205580699b4d3e11f7b679faf2c0f57ffca6981c", - "shasum": "" + "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.2", @@ -12177,7 +14315,7 @@ "type": "tidelift" } ], - "time": "2024-10-23T06:56:12+00:00" + "time": "2024-11-13T13:31:26+00:00" }, { "name": "symfony/translation", @@ -12185,13 +14323,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66" + "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66", - "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66", - "shasum": "" + "url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a", + "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -12272,7 +14416,7 @@ "type": "tidelift" } ], - "time": "2024-09-27T18:14:25+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/translation-contracts", @@ -12286,7 +14430,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1" @@ -12365,7 +14515,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/uid/zipball/18eb207f0436a993fffbdd811b5b8fa35fa5e007", "reference": "18eb207f0436a993fffbdd811b5b8fa35fa5e007", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -12433,13 +14589,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "2acb151474ed8cb43624e3f41a0bf7c4c8ce4f41" + "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2acb151474ed8cb43624e3f41a0bf7c4c8ce4f41", - "reference": "2acb151474ed8cb43624e3f41a0bf7c4c8ce4f41", - "shasum": "" + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80", + "reference": "38254d5a5ac2e61f2b52f9caf54e7aa3c9d36b80", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -12510,7 +14672,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-11-08T15:28:48+00:00" }, { "name": "symfony/yaml", @@ -12518,13 +14680,19 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9" + "reference": "52903de178d542850f6f341ba92995d3d63e60c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e99b4e94d124b29ee4cf3140e1b537d2dad8cec9", - "reference": "e99b4e94d124b29ee4cf3140e1b537d2dad8cec9", - "shasum": "" + "url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9", + "reference": "52903de178d542850f6f341ba92995d3d63e60c9", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=8.1", @@ -12582,21 +14750,27 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "ta-tikoma/phpunit-architecture-test", - "version": "0.8.4", + "version": "0.8.3", "source": { "type": "git", "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git", - "reference": "89f0dea1cb0f0d5744d3ec1764a286af5e006636" + "reference": "dadf040ad53ded6765e4d9ec7b6d0d37c3bd35cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/89f0dea1cb0f0d5744d3ec1764a286af5e006636", - "reference": "89f0dea1cb0f0d5744d3ec1764a286af5e006636", - "shasum": "" + "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/dadf040ad53ded6765e4d9ec7b6d0d37c3bd35cd", + "reference": "dadf040ad53ded6765e4d9ec7b6d0d37c3bd35cd", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "nikic/php-parser": "^4.18.0 || ^5.0.0", @@ -12639,9 +14813,9 @@ ], "support": { "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues", - "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.4" + "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.8.3" }, - "time": "2024-01-05T14:10:56+00:00" + "time": "2024-01-05T14:08:24+00:00" }, { "name": "theseer/tokenizer", @@ -12655,7 +14829,13 @@ "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -12705,7 +14885,13 @@ "type": "zip", "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/97b4134400745eacabe50513f5b4d52e4b9356df", "reference": "97b4134400745eacabe50513f5b4d52e4b9356df", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-dom": "*", @@ -12759,7 +14945,13 @@ "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-pcre": "*", @@ -12844,7 +15036,13 @@ "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", "reference": "b56450eed252f6801410d810c8e1727224ae0743", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.0.0" @@ -12918,7 +15116,13 @@ "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { "ext-ctype": "*", @@ -12966,31 +15170,36 @@ }, { "name": "zbateson/mail-mime-parser", - "version": "3.0.3", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "e0d4423fe27850c9dd301190767dbc421acc2f19" + "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/e0d4423fe27850c9dd301190767dbc421acc2f19", - "reference": "e0d4423fe27850c9dd301190767dbc421acc2f19", - "shasum": "" + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/20b3e48eb799537683780bc8782fbbe9bc25934a", + "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "guzzlehttp/psr7": "^2.5", - "php": ">=8.0", - "php-di/php-di": "^6.0|^7.0", - "psr/log": "^1|^2|^3", - "zbateson/mb-wrapper": "^2.0", - "zbateson/stream-decorators": "^2.1" + "guzzlehttp/psr7": "^1.7.0|^2.0", + "php": ">=7.1", + "pimple/pimple": "^3.0", + "zbateson/mb-wrapper": "^1.0.1", + "zbateson/stream-decorators": "^1.0.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", - "monolog/monolog": "^2|^3", + "mikey179/vfsstream": "^1.6.0", "phpstan/phpstan": "*", - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "<10" }, "suggest": { "ext-iconv": "For best support/performance", @@ -13038,24 +15247,30 @@ "type": "github" } ], - "time": "2024-08-10T18:44:09+00:00" + "time": "2023-02-14T22:58:03+00:00" }, { "name": "zbateson/mb-wrapper", - "version": "2.0.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "9e4373a153585d12b6c621ac4a6bb143264d4619" + "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/9e4373a153585d12b6c621ac4a6bb143264d4619", - "reference": "9e4373a153585d12b6c621ac4a6bb143264d4619", - "shasum": "" + "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/09a8b77eb94af3823a9a6623dcc94f8d988da67f", + "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "php": ">=8.0", + "php": ">=7.1", "symfony/polyfill-iconv": "^1.9", "symfony/polyfill-mbstring": "^1.9" }, @@ -13099,7 +15314,7 @@ ], "support": { "issues": "https://github.com/zbateson/mb-wrapper/issues", - "source": "https://github.com/zbateson/mb-wrapper/tree/2.0.0" + "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.1" }, "funding": [ { @@ -13107,31 +15322,37 @@ "type": "github" } ], - "time": "2024-03-20T01:38:07+00:00" + "time": "2024-03-18T04:31:04+00:00" }, { "name": "zbateson/stream-decorators", - "version": "2.1.1", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5" + "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/32a2a62fb0f26313395c996ebd658d33c3f9c4e5", - "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5", - "shasum": "" + "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/783b034024fda8eafa19675fb2552f8654d3a3e9", + "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9", + "shasum": "", + "mirrors": [ + { + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", + "preferred": true + } + ] }, "require": { - "guzzlehttp/psr7": "^2.5", - "php": ">=8.0", - "zbateson/mb-wrapper": "^2.0" + "guzzlehttp/psr7": "^1.9 | ^2.0", + "php": ">=7.2", + "zbateson/mb-wrapper": "^1.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", "phpstan/phpstan": "*", - "phpunit/phpunit": "^9.6|^10.0" + "phpunit/phpunit": "<10.0" }, "type": "library", "autoload": { @@ -13162,7 +15383,7 @@ ], "support": { "issues": "https://github.com/zbateson/stream-decorators/issues", - "source": "https://github.com/zbateson/stream-decorators/tree/2.1.1" + "source": "https://github.com/zbateson/stream-decorators/tree/1.2.1" }, "funding": [ { @@ -13170,7 +15391,7 @@ "type": "github" } ], - "time": "2024-04-29T21:42:39+00:00" + "time": "2023-05-30T22:51:52+00:00" } ], "aliases": [], diff --git a/packages/payment/composer.json b/packages/payment/composer.json index d7169752..b22d4c50 100644 --- a/packages/payment/composer.json +++ b/packages/payment/composer.json @@ -27,7 +27,7 @@ "extra": { "laravel": { "providers": [ - "PaymentPackageServiceProvider" + "RedJasmine\\Payment\\PaymentPackageServiceProvider" ], "aliases": { diff --git a/packages/payment/config/red-jasmine-payment.php b/packages/payment/config/red-jasmine-payment.php index 7c286009..5d141fdc 100644 --- a/packages/payment/config/red-jasmine-payment.php +++ b/packages/payment/config/red-jasmine-payment.php @@ -3,6 +3,11 @@ return [ // + 'tables' => [ + 'connection' => null, + 'prefix' => 'jasmine_', + ], + 'channels' => [ 'alipay' => [ diff --git a/packages/payment/database/migrations/create_payment_apps_table.php b/packages/payment/database/migrations/create_payment_apps_table.php index 35441a16..db8a0839 100644 --- a/packages/payment/database/migrations/create_payment_apps_table.php +++ b/packages/payment/database/migrations/create_payment_apps_table.php @@ -8,11 +8,15 @@ public function up() : void { Schema::create(config('red-jasmine-product.tables.prefix') . 'payment_apps', function (Blueprint $table) { - $table->id(); - - + $table->unsignedBigInteger('id')->primary()->comment('ID'); + $table->unsignedBigInteger('merchant_id')->comment('商户ID'); + $table->string('name')->comment('名称'); + $table->string('status')->comment('状态'); + $table->string('remarks')->comment('备注'); + $table->nullableMorphs('creator'); + $table->nullableMorphs('updater'); $table->timestamps(); - + $table->softDeletes(); $table->comment('支付应用表'); }); } diff --git a/packages/payment/database/migrations/create_payment_channel_apps_table.php b/packages/payment/database/migrations/create_payment_channel_apps_table.php index 81c296a8..00d25e11 100644 --- a/packages/payment/database/migrations/create_payment_channel_apps_table.php +++ b/packages/payment/database/migrations/create_payment_channel_apps_table.php @@ -7,28 +7,29 @@ return new class extends Migration { public function up() : void { - Schema::create(config('red-jasmine-product.tables.prefix') . 'payment_channel_apps', function (Blueprint $table) { + Schema::create(config('red-jasmine-payment.tables.prefix') . 'payment_channel_apps', function (Blueprint $table) { $table->id()->comment('ID'); - $table->string('owner_type', 20)->comment('所属者类型'); - $table->string('owner_id', 64)->comment('所属者UID'); - $table->string('owner_nickname', 64)->nullable()->comment('所属者昵称'); - $table->string('channel_type')->nullable()->comment('支付渠道'); + $table->morphs('owner'); + $table->string('channel')->nullable()->comment('支付渠道'); $table->string('channel_merchant_id')->nullable()->comment('渠道商户ID'); - $table->string('channel_sub_merchant_id', 50)->nullable()->comment('渠道子商户ID'); $table->string('channel_app_id')->nullable()->comment('渠道应用ID'); - $table->string('channel_app_sub_id')->nullable()->comment('渠道子商户应用ID'); - $table->unsignedBigInteger('status')->default(1)->comment('状态'); + $table->text('channel_public_key')->nullable()->comment('渠道公钥'); $table->text('channel_app_public_key')->nullable()->comment('应用公钥'); $table->text('channel_app_private_key')->nullable()->comment('应用私钥'); $table->text('channel_public_key')->nullable()->comment('渠道公钥'); - $table->string('modes')->nullable()->comment('支持模式'); + + $table->string('status')->comment('状态'); + $table->string('remarks')->comment('备注'); + $table->nullableMorphs('creator'); + $table->nullableMorphs('updater'); $table->timestamps(); + $table->softDeletes(); $table->comment('支付渠道应用'); }); } public function down() : void { - Schema::dropIfExists(config('red-jasmine-product.tables.prefix') . 'payment_channel_apps'); + Schema::dropIfExists(config('red-jasmine-payment.tables.prefix') . 'payment_channel_apps'); } }; diff --git a/packages/payment/database/migrations/create_payment_channels_table.php b/packages/payment/database/migrations/create_payment_channels_table.php index 9922c764..bc08afa4 100644 --- a/packages/payment/database/migrations/create_payment_channels_table.php +++ b/packages/payment/database/migrations/create_payment_channels_table.php @@ -7,7 +7,7 @@ return new class extends Migration { public function up() : void { - Schema::create(config('red-jasmine-product.tables.prefix') . 'payment_channels', function (Blueprint $table) { + Schema::create(config('red-jasmine-payment.tables.prefix') . 'payment_channels', function (Blueprint $table) { $table->id(); @@ -18,6 +18,6 @@ public function up() : void public function down() : void { - Schema::dropIfExists(config('red-jasmine-product.tables.prefix') . 'payment_channels'); + Schema::dropIfExists(config('red-jasmine-payment.tables.prefix') . 'payment_channels'); } }; diff --git a/packages/payment/database/migrations/create_payment_isvs_table.php b/packages/payment/database/migrations/create_payment_isvs_table.php new file mode 100644 index 00000000..c67bfdc3 --- /dev/null +++ b/packages/payment/database/migrations/create_payment_isvs_table.php @@ -0,0 +1,28 @@ +unsignedBigInteger('id')->primary()->comment('ID'); + $table->unsignedBigInteger('merchant_id')->comment('商户ID'); + $table->string('name')->comment('名称'); + $table->string('status')->comment('状态'); + $table->string('remarks')->comment('备注'); + $table->nullableMorphs('creator'); + $table->nullableMorphs('updater'); + $table->timestamps(); + $table->softDeletes(); + $table->comment('支付应用表'); + }); + } + + public function down() : void + { + Schema::dropIfExists(config('red-jasmine-payment.tables.prefix') . 'payment_isvs'); + } +}; diff --git a/packages/payment/database/migrations/create_payment_merchants_table.php b/packages/payment/database/migrations/create_payment_merchants_table.php index 0aa529fd..e333d192 100644 --- a/packages/payment/database/migrations/create_payment_merchants_table.php +++ b/packages/payment/database/migrations/create_payment_merchants_table.php @@ -3,21 +3,30 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; +use RedJasmine\Payment\Domain\Models\Enums\MerchantTypeEnum; return new class extends Migration { public function up() : void { - Schema::create(config('red-jasmine-product.tables.prefix') .'payment_merchants', function (Blueprint $table) { - $table->id(); - - - + Schema::create(config('red-jasmine-payment.tables.prefix') . 'payment_merchants', function (Blueprint $table) { + $table->unsignedBigInteger('id')->primary()->comment('商户ID'); + $table->morphs('owner'); + $table->string('name')->comment('名称'); + $table->string('short_name')->comment('短名称'); + $table->string('type')->comment(MerchantTypeEnum::comments('类型')); + $table->unsignedBigInteger('isv_id')->nullable()->comment('服务商ID'); + $table->string('status')->comment('状态'); + $table->string('remarks')->comment('备注'); + $table->nullableMorphs('creator'); + $table->nullableMorphs('updater'); $table->timestamps(); + $table->softDeletes(); + $table->comment('支付商户'); }); } public function down() : void { - Schema::dropIfExists(config('red-jasmine-product.tables.prefix') .'payment_merchants'); + Schema::dropIfExists(config('red-jasmine-payment.tables.prefix') . 'payment_merchants'); } }; diff --git a/packages/payment/database/migrations/create_payment_orders_table.php b/packages/payment/database/migrations/create_payment_orders_table.php index 824c21c8..1bfbfc1f 100644 --- a/packages/payment/database/migrations/create_payment_orders_table.php +++ b/packages/payment/database/migrations/create_payment_orders_table.php @@ -7,37 +7,41 @@ return new class extends Migration { public function up() : void { - Schema::create(config('red-jasmine-product.tables.prefix') . 'payment_orders', function (Blueprint $table) { + Schema::create(config('red-jasmine-payment.tables.prefix') . 'payment_orders', function (Blueprint $table) { $table->unsignedBigInteger('id')->primary()->comment('表ID'); - $table->unsignedBigInteger('parent_id')->default(0)->comment('父级ID'); - $table->string('owner_type', 20)->comment('所属者类型'); - $table->string('owner_id', 64)->comment('所属者UID'); - $table->string('owner_nickname', 64)->nullable()->comment('所属者昵称'); + $table->unsignedBigInteger('merchant_id')->comment('商户ID'); + $table->unsignedBigInteger('app_id')->comment('应用ID'); + $table->unsignedBigInteger('isv_id')->default(0)->comment('服务商ID'); + - // 系统下应用类型 - $table->unsignedBigInteger('app_id')->default(1)->comment('系统内应用ID'); - $table->unsignedBigInteger('app_order_no')->nullable()->comment('应用订单号'); - $table->string('app_order_type', 30)->nullable()->comment('应用订单类型'); $table->string('subject')->nullable()->comment('交易标题'); $table->string('description')->nullable()->comment('说明'); + $table->string('currency')->comment('货币'); + $table->decimal('amount')->default(0)->comment('金额'); + $table->decimal('receipt_amount')->default(0)->comment('实收金额'); + $table->decimal('invoice_amount')->default(0)->comment('开票金额'); - // 支付渠道信息 - $table->string('channel_type')->nullable()->comment('支付渠道'); - $table->string('channel_merchant_id')->nullable()->comment('渠道商户ID'); - $table->string('channel_sub_merchant_id', 50)->nullable()->comment('渠道子商户ID'); - $table->string('channel_app_id')->nullable()->comment('渠道应用ID'); - $table->string('channel_app_sub_id')->nullable()->comment('渠道子商户应用ID'); + $table->string('channel')->nullable()->comment('支付渠道'); + $table->string('channel_merchant_no')->comment('渠道商户号'); + $table->string('channel_app_id')->comment('渠道商户号'); $table->string('channel_trade_no', 64)->nullable()->comment('渠道支付单号'); - // 支付金额 - $table->decimal('total_amount', 10)->default(0)->comment('交易金额'); + $table->string('channel_payer_open_id', 64)->nullable()->comment('支付者'); + $table->string('channel_payer_user_type')->nullable()->comment('支付者'); + + + + $table->string('merchant_order_no')->nullable()->comment('商户原始单号'); + + $table->decimal('tax_amount', 10)->default(0)->comment('手续费'); $table->decimal('pay_amount', 10)->default(0)->comment('实付金额'); $table->decimal('refund_amount', 10)->default(0)->comment('退款金额'); $table->decimal('channel_fee_ratio', 10)->default(0)->comment('渠道手续费率'); $table->decimal('channel_fee', 10)->default(0)->comment('渠道手续费'); + // TODO 优惠 // 状态类 - $table->unsignedTinyInteger('status')->default(0)->comment('支付状态'); + $table->string('status')->comment('支付状态'); $table->timestamp('create_time')->nullable()->comment('创建时间'); $table->timestamp('expired_time')->nullable()->comment('过期时间'); @@ -51,11 +55,12 @@ public function up() : void $table->json('pass_back_params')->nullable()->comment('回传参数'); $table->json('extends')->nullable()->comment('扩展参数'); $table->timestamps(); + $table->comment('支付-支付单'); }); } public function down() : void { - Schema::dropIfExists(config('red-jasmine-product.tables.prefix') . 'payment_orders'); + Schema::dropIfExists(config('red-jasmine-payment.tables.prefix') . 'payment_orders'); } }; diff --git a/packages/payment/database/migrations/create_payment_refunds_table.php b/packages/payment/database/migrations/create_payment_refunds_table.php index b7ca2f39..67cf28d2 100644 --- a/packages/payment/database/migrations/create_payment_refunds_table.php +++ b/packages/payment/database/migrations/create_payment_refunds_table.php @@ -7,10 +7,11 @@ return new class extends Migration { public function up() : void { - Schema::create(config('red-jasmine-product.tables.prefix') .'payment_refunds', function (Blueprint $table) { + Schema::create(config('red-jasmine-payment.tables.prefix') .'payment_refunds', function (Blueprint $table) { $table->id(); - + $table->string('currency')->comment('货币'); + $table->decimal('amount')->default(0)->comment('金额'); $table->timestamps(); $table->comment('支付-退款'); @@ -19,6 +20,6 @@ public function up() : void public function down() : void { - Schema::dropIfExists(config('red-jasmine-product.tables.prefix') .'payment_refunds'); + Schema::dropIfExists(config('red-jasmine-payment0000000000000000.tables.prefix') .'payment_refunds'); } }; diff --git a/packages/payment/database/migrations/create_payment_transfers_table.php b/packages/payment/database/migrations/create_payment_transfers_table.php new file mode 100644 index 00000000..f18d9be8 --- /dev/null +++ b/packages/payment/database/migrations/create_payment_transfers_table.php @@ -0,0 +1,24 @@ +unsignedBigInteger('id')->primary()->comment('表ID'); + + + + $table->timestamps(); + $table->comment('支付-转账'); + }); + } + + public function down() : void + { + Schema::dropIfExists('payment_transfers'); + } +}; diff --git a/packages/payment/src/Domain/Models/Enums/MerchantTypeEnum.php b/packages/payment/src/Domain/Models/Enums/MerchantTypeEnum.php new file mode 100644 index 00000000..4e56be76 --- /dev/null +++ b/packages/payment/src/Domain/Models/Enums/MerchantTypeEnum.php @@ -0,0 +1,30 @@ +value => '普通商户', + self::SUB->value => '二级商户', + ]; + } + + +} diff --git a/packages/payment/src/Domain/Models/Model.php b/packages/payment/src/Domain/Models/Model.php new file mode 100644 index 00000000..25d4400e --- /dev/null +++ b/packages/payment/src/Domain/Models/Model.php @@ -0,0 +1,13 @@ +): Boolean -} + enum 退款状态枚举 { + 待退款 + 退款成功 + 退款失败 + } -class 退款服务 { - +创建退款单(退款单: 退款单): 退款单 - +发起退款(退款单: 退款单): Boolean -} + class 支付服务 { + +创建支付单(支付单: 支付单): 支付单 + +发起支付(支付单: 支付单): Boolean + +处理支付回调(支付单: 支付单, 回调数据: Map): Boolean + } -class 分账服务 { - +创建分账单(分账单: 分账单): 分账单 - +处理分账(分账单: 分账单): Boolean -} + class 退款服务 { + +创建退款单(退款单: 退款单): 退款单 + +发起退款(退款单: 退款单): Boolean + } + class 分账服务 { + +创建分账单(分账单: 分账单): 分账单 + +处理分账(分账单: 分账单): Boolean + } +} @enduml