升级 软件包

This commit is contained in:
iVampireSP.com 2023-02-21 10:27:27 +08:00
parent 483bf700e6
commit dcb0e1d1d5
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

171
composer.lock generated
View File

@ -64,16 +64,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.258.12", "version": "3.259.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "43ee875456822ee7772cfc51da57bfa558ccb30c" "reference": "096711644ebe5c956a97ef449fa2cb3b66443c25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/43ee875456822ee7772cfc51da57bfa558ccb30c", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/096711644ebe5c956a97ef449fa2cb3b66443c25",
"reference": "43ee875456822ee7772cfc51da57bfa558ccb30c", "reference": "096711644ebe5c956a97ef449fa2cb3b66443c25",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -158,9 +158,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.258.12" "source": "https://github.com/aws/aws-sdk-php/tree/3.259.0"
}, },
"time": "2023-02-16T19:21:12+00:00" "time": "2023-02-17T19:21:38+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -2821,16 +2821,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.12.2", "version": "3.12.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f" "reference": "81e87e74dd5213795c7846d65089712d2dda90ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f6377c709d2275ed6feaf63e44be7a7162b0e77f", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/81e87e74dd5213795c7846d65089712d2dda90ce",
"reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f", "reference": "81e87e74dd5213795c7846d65089712d2dda90ce",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -2898,7 +2898,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.12.2" "source": "https://github.com/thephpleague/flysystem/tree/3.12.3"
}, },
"funding": [ "funding": [
{ {
@ -2914,7 +2914,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-19T12:02:19+00:00" "time": "2023-02-18T15:32:41+00:00"
}, },
{ {
"name": "league/flysystem-aws-s3-v3", "name": "league/flysystem-aws-s3-v3",
@ -4072,16 +4072,16 @@
}, },
{ {
"name": "php-mqtt/laravel-client", "name": "php-mqtt/laravel-client",
"version": "v1.1.0", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-mqtt/laravel-client.git", "url": "https://github.com/php-mqtt/laravel-client.git",
"reference": "d2a2a839e4c8d15ffb1b0caa35219b6f73483a7d" "reference": "936ce0549d4ca5daf2b478f411c45f2496a5c91b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-mqtt/laravel-client/zipball/d2a2a839e4c8d15ffb1b0caa35219b6f73483a7d", "url": "https://api.github.com/repos/php-mqtt/laravel-client/zipball/936ce0549d4ca5daf2b478f411c45f2496a5c91b",
"reference": "d2a2a839e4c8d15ffb1b0caa35219b6f73483a7d", "reference": "936ce0549d4ca5daf2b478f411c45f2496a5c91b",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -4091,8 +4091,8 @@
] ]
}, },
"require": { "require": {
"illuminate/config": "~7.0|~8.0|~9.0", "illuminate/config": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~7.0|~8.0|~9.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"php-mqtt/client": "^1.0" "php-mqtt/client": "^1.0"
}, },
@ -4137,9 +4137,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-mqtt/laravel-client/issues", "issues": "https://github.com/php-mqtt/laravel-client/issues",
"source": "https://github.com/php-mqtt/laravel-client/tree/v1.1.0" "source": "https://github.com/php-mqtt/laravel-client/tree/v1.2.0"
}, },
"time": "2022-11-22T21:32:07+00:00" "time": "2023-02-14T19:50:15+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",
@ -5359,16 +5359,16 @@
}, },
{ {
"name": "spiral/core", "name": "spiral/core",
"version": "3.5.0", "version": "3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spiral/core.git", "url": "https://github.com/spiral/core.git",
"reference": "4745ec855e74b2d52d49232349d4b11dc19fa7e4" "reference": "dffbc4e7b326004376545aac39161dcfddb57281"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spiral/core/zipball/4745ec855e74b2d52d49232349d4b11dc19fa7e4", "url": "https://api.github.com/repos/spiral/core/zipball/dffbc4e7b326004376545aac39161dcfddb57281",
"reference": "4745ec855e74b2d52d49232349d4b11dc19fa7e4", "reference": "dffbc4e7b326004376545aac39161dcfddb57281",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -5384,12 +5384,12 @@
"require-dev": { "require-dev": {
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20", "phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27" "vimeo/psalm": "^5.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.5.x-dev" "dev-master": "3.7.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -5425,7 +5425,7 @@
"issues": "https://github.com/spiral/framework/issues", "issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/core" "source": "https://github.com/spiral/core"
}, },
"time": "2022-12-23T13:32:05+00:00" "time": "2023-02-19T07:31:17+00:00"
}, },
{ {
"name": "spiral/goridge", "name": "spiral/goridge",
@ -5497,16 +5497,16 @@
}, },
{ {
"name": "spiral/logger", "name": "spiral/logger",
"version": "dev-master", "version": "3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spiral/logger.git", "url": "https://github.com/spiral/logger.git",
"reference": "1f00e1b57a31af5339a351ecd420df3f76667ecc" "reference": "9fca2309638c9eb90888b1f7ddf2298d90769dd1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spiral/logger/zipball/1f00e1b57a31af5339a351ecd420df3f76667ecc", "url": "https://api.github.com/repos/spiral/logger/zipball/9fca2309638c9eb90888b1f7ddf2298d90769dd1",
"reference": "1f00e1b57a31af5339a351ecd420df3f76667ecc", "reference": "9fca2309638c9eb90888b1f7ddf2298d90769dd1",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -5518,18 +5518,17 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/log": "1 - 3", "psr/log": "1 - 3",
"spiral/core": "^3.5" "spiral/core": "^3.6.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.5.20", "phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27" "vimeo/psalm": "^4.27"
}, },
"default-branch": true,
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.5.x-dev" "dev-master": "3.7.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -5565,7 +5564,7 @@
"issues": "https://github.com/spiral/framework/issues", "issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/logger" "source": "https://github.com/spiral/logger"
}, },
"time": "2022-12-23T13:35:08+00:00" "time": "2023-02-20T15:47:39+00:00"
}, },
{ {
"name": "spiral/roadrunner", "name": "spiral/roadrunner",
@ -5840,16 +5839,16 @@
}, },
{ {
"name": "spiral/tokenizer", "name": "spiral/tokenizer",
"version": "3.5.0", "version": "3.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spiral/tokenizer.git", "url": "https://github.com/spiral/tokenizer.git",
"reference": "a11f4f1c5f0a5daad6d02ca4effe42ad45b68ff4" "reference": "1920f0a9d0d78de3dee8c8b9ef6a68b0724c830e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spiral/tokenizer/zipball/a11f4f1c5f0a5daad6d02ca4effe42ad45b68ff4", "url": "https://api.github.com/repos/spiral/tokenizer/zipball/1920f0a9d0d78de3dee8c8b9ef6a68b0724c830e",
"reference": "a11f4f1c5f0a5daad6d02ca4effe42ad45b68ff4", "reference": "1920f0a9d0d78de3dee8c8b9ef6a68b0724c830e",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -5861,19 +5860,21 @@
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=8.1", "php": ">=8.1",
"spiral/core": "^3.5", "spiral/core": "^3.6.1",
"spiral/logger": "^3.5", "spiral/logger": "^3.6.1",
"symfony/finder": "^5.3.7|^6.0" "symfony/finder": "^5.3.7|^6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5.20", "phpunit/phpunit": "^9.5.20",
"spiral/boot": "^3.5", "spiral/attributes": "^2.8|^3.0",
"spiral/boot": "^3.6.1",
"spiral/files": "^3.6.1",
"vimeo/psalm": "^4.27" "vimeo/psalm": "^4.27"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.5.x-dev" "dev-master": "3.7.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -5909,7 +5910,7 @@
"issues": "https://github.com/spiral/framework/issues", "issues": "https://github.com/spiral/framework/issues",
"source": "https://github.com/spiral/tokenizer" "source": "https://github.com/spiral/tokenizer"
}, },
"time": "2022-12-23T13:37:56+00:00" "time": "2023-02-20T15:49:04+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@ -9539,16 +9540,16 @@
}, },
{ {
"name": "dragon-code/support", "name": "dragon-code/support",
"version": "v6.9.0", "version": "v6.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TheDragonCode/support.git", "url": "https://github.com/TheDragonCode/support.git",
"reference": "d7cc5116d8665a1a13c8092b7832eae851390d8c" "reference": "09474e53245988b8b77d3a0506979526e8e7f291"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TheDragonCode/support/zipball/d7cc5116d8665a1a13c8092b7832eae851390d8c", "url": "https://api.github.com/repos/TheDragonCode/support/zipball/09474e53245988b8b77d3a0506979526e8e7f291",
"reference": "d7cc5116d8665a1a13c8092b7832eae851390d8c", "reference": "09474e53245988b8b77d3a0506979526e8e7f291",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -9573,8 +9574,8 @@
"andrey-helldar/support": "*" "andrey-helldar/support": "*"
}, },
"require-dev": { "require-dev": {
"illuminate/contracts": "^9.7", "illuminate/contracts": "^9.0 || ^10.0",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.6",
"symfony/var-dumper": "^6.0" "symfony/var-dumper": "^6.0"
}, },
"suggest": { "suggest": {
@ -9644,7 +9645,7 @@
"type": "yoomoney" "type": "yoomoney"
} }
], ],
"time": "2022-12-28T09:27:20+00:00" "time": "2023-02-19T11:30:03+00:00"
}, },
{ {
"name": "fakerphp/faker", "name": "fakerphp/faker",
@ -9904,16 +9905,16 @@
}, },
{ {
"name": "laravel-lang/attributes", "name": "laravel-lang/attributes",
"version": "v2.2.0", "version": "v2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/attributes.git", "url": "https://github.com/Laravel-Lang/attributes.git",
"reference": "dc89aeb1a4e3dcb801f467d4345791e127cb5797" "reference": "1d836e61ccf8008093cf000093547d426978ddab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/dc89aeb1a4e3dcb801f467d4345791e127cb5797", "url": "https://api.github.com/repos/Laravel-Lang/attributes/zipball/1d836e61ccf8008093cf000093547d426978ddab",
"reference": "dc89aeb1a4e3dcb801f467d4345791e127cb5797", "reference": "1d836e61ccf8008093cf000093547d426978ddab",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -9923,17 +9924,14 @@
] ]
}, },
"require": { "require": {
"ext-json": "*" "ext-json": "*",
}, "laravel-lang/publisher": "^14.0",
"conflict": { "php": "^8.1"
"laravel-lang/publisher": "<14.0.0"
}, },
"require-dev": { "require-dev": {
"laravel-lang/publisher": "^14.0",
"laravel-lang/status-generator": "^1.3", "laravel-lang/status-generator": "^1.3",
"php": "^8.1", "phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^9.5", "symfony/var-dumper": "^6.0"
"symfony/var-dumper": "^5.0 || ^6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -9976,7 +9974,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Laravel-Lang/attributes/issues", "issues": "https://github.com/Laravel-Lang/attributes/issues",
"source": "https://github.com/Laravel-Lang/attributes/tree/v2.2.0" "source": "https://github.com/Laravel-Lang/attributes/tree/v2.3.0"
}, },
"funding": [ "funding": [
{ {
@ -9984,20 +9982,20 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-02-14T17:28:03+00:00" "time": "2023-02-19T18:43:03+00:00"
}, },
{ {
"name": "laravel-lang/lang", "name": "laravel-lang/lang",
"version": "12.17.0", "version": "12.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/lang.git", "url": "https://github.com/Laravel-Lang/lang.git",
"reference": "fc84652189915bcc9b8f44104ad1344da5d70e9f" "reference": "67455dfa3ca4b6f35c5cd8bccb0a252a2e4721b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/fc84652189915bcc9b8f44104ad1344da5d70e9f", "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/67455dfa3ca4b6f35c5cd8bccb0a252a2e4721b1",
"reference": "fc84652189915bcc9b8f44104ad1344da5d70e9f", "reference": "67455dfa3ca4b6f35c5cd8bccb0a252a2e4721b1",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -10007,23 +10005,14 @@
] ]
}, },
"require": { "require": {
"ext-json": "*" "ext-json": "*",
}, "laravel-lang/publisher": "^14.0",
"conflict": { "php": "^8.1"
"laravel-lang/publisher": "<14.0"
}, },
"require-dev": { "require-dev": {
"laravel-lang/publisher": "^14.0", "laravel-lang/status-generator": "^1.13",
"laravel-lang/status-generator": "^1.11.1", "phpunit/phpunit": "^9.6",
"php": "^8.1", "symfony/var-dumper": "^6.0"
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.0 || ^6.0"
},
"suggest": {
"arcanedev/laravel-lang": "Translations manager and checker for Laravel",
"laravel-lang/attributes": "Translations for field names of the forms",
"laravel-lang/http-statuses": "Translations for HTTP statuses",
"laravel-lang/publisher": "Easy installation and update of translation files for your project"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -10065,7 +10054,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-02-14T22:05:52+00:00" "time": "2023-02-20T08:54:34+00:00"
}, },
{ {
"name": "laravel-lang/publisher", "name": "laravel-lang/publisher",
@ -10757,16 +10746,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.9.16", "version": "1.9.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f" "reference": "f2d5cf71be91172a57c649770b73c20ebcffb0bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f2d5cf71be91172a57c649770b73c20ebcffb0bf",
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f", "reference": "f2d5cf71be91172a57c649770b73c20ebcffb0bf",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@ -10802,7 +10791,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.16" "source": "https://github.com/phpstan/phpstan/tree/1.9.18"
}, },
"funding": [ "funding": [
{ {
@ -10818,7 +10807,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-07T10:42:21+00:00" "time": "2023-02-17T15:01:27+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",