Update composer

This commit is contained in:
wolfcode
2023-07-15 23:45:07 +08:00
parent 491922e0e6
commit 7f6020463e
2 changed files with 25 additions and 24 deletions

View File

@@ -23,13 +23,15 @@
"topthink/think-view": "^2.0",
"topthink/think-captcha": "^3.0",
"topthink/think-filesystem": "^2.0",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^2.0",
"qiniu/php-sdk": "^7.2",
"aliyuncs/oss-sdk-php": "^2.6",
"qcloud/cos-sdk-v5": "^2.6",
"alibabacloud/client": "^1.5",
"jianyan74/php-excel": "^1.0",
"jianyan74/php-excel": "^1.0.2",
"doctrine/annotations": "^1.13",
"ext-json": "*"
"phpoffice/phpspreadsheet": "^1.28",
"myclabs/php-enum": "^1.8",
"ext-json": "*",
"qiniu/php-sdk": "*"
},
"require-dev": {
"symfony/var-dumper": "^4.2",

37
composer.lock generated
View File

@@ -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": "637a7d2f8eb297c29413799679150e72",
"content-hash": "280a2e069fbe038b791d7d06e11590c8",
"packages": [
{
"name": "adbario/php-dot-notation",
@@ -1640,16 +1640,16 @@
},
{
"name": "myclabs/php-enum",
"version": "1.7.7",
"version": "1.8.3",
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
"reference": "b942d263c641ddb5190929ff840c68f78713e937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
"reference": "b942d263c641ddb5190929ff840c68f78713e937",
"shasum": "",
"mirrors": [
{
@@ -1660,12 +1660,12 @@
},
"require": {
"ext-json": "*",
"php": ">=7.1"
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8"
"vimeo/psalm": "^4.6.2"
},
"type": "library",
"autoload": {
@@ -1690,7 +1690,7 @@
],
"support": {
"issues": "https://github.com/myclabs/php-enum/issues",
"source": "https://github.com/myclabs/php-enum/tree/1.7.7"
"source": "https://github.com/myclabs/php-enum/tree/1.8.3"
},
"funding": [
{
@@ -1702,7 +1702,7 @@
"type": "tidelift"
}
],
"time": "2020-11-14T18:14:52+00:00"
"time": "2021-07-05T08:18:36+00:00"
},
{
"name": "phpoffice/phpspreadsheet",
@@ -2296,16 +2296,16 @@
},
{
"name": "qiniu/php-sdk",
"version": "v7.9.0",
"version": "v7.4.1",
"source": {
"type": "git",
"url": "https://github.com/qiniu/php-sdk.git",
"reference": "3c0ebeee6a7439a0d2874f24b56dfe43545a1d2e"
"reference": "10c7ead8357743b4b987a335c14964fb07700d57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/3c0ebeee6a7439a0d2874f24b56dfe43545a1d2e",
"reference": "3c0ebeee6a7439a0d2874f24b56dfe43545a1d2e",
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/10c7ead8357743b4b987a335c14964fb07700d57",
"reference": "10c7ead8357743b4b987a335c14964fb07700d57",
"shasum": "",
"mirrors": [
{
@@ -2315,13 +2315,12 @@
]
},
"require": {
"myclabs/php-enum": "~1.5.2 || ~1.6.6 || ~1.7.7 || ~1.8.4",
"php": ">=5.3.3"
},
"require-dev": {
"paragonie/random_compat": ">=2",
"phpunit/phpunit": "^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4",
"squizlabs/php_codesniffer": "^2.3 || ~3.6"
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~3.6"
},
"type": "library",
"autoload": {
@@ -2353,9 +2352,9 @@
],
"support": {
"issues": "https://github.com/qiniu/php-sdk/issues",
"source": "https://github.com/qiniu/php-sdk/tree/v7.9.0"
"source": "https://github.com/qiniu/php-sdk/tree/v7.4.1"
},
"time": "2023-05-06T04:36:16+00:00"
"time": "2021-09-24T09:39:16+00:00"
},
{
"name": "ralouphie/getallheaders",