fix:更新已知bug,优化代码
This commit is contained in:
8
vendor/yansongda/supports/composer.json
vendored
8
vendor/yansongda/supports/composer.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yansongda/supports",
|
||||
"description": "common components",
|
||||
"keywords": ["support", "array", "collection", "config", "http", "guzzle", "throttle"],
|
||||
"keywords": ["support", "array", "collection", "config"],
|
||||
"support": {
|
||||
"issues": "https://github.com/yansongda/supports/issues",
|
||||
"source": "https://github.com/yansongda/supports"
|
||||
@@ -13,16 +13,14 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3"
|
||||
"php": ">=7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"predis/predis": "^1.1",
|
||||
"phpunit/phpunit": "^9.0",
|
||||
"mockery/mockery": "^1.4",
|
||||
"friendsofphp/php-cs-fixer": "^3.0",
|
||||
"phpstan/phpstan": "^1.1.0",
|
||||
"symfony/console": "^5.1",
|
||||
"guzzlehttp/guzzle": "^7.0",
|
||||
"monolog/monolog": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
@@ -39,9 +37,7 @@
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"predis/predis": "Allows to use throttle feature",
|
||||
"symfony/console": "Use stdout logger",
|
||||
"guzzlehttp/guzzle": "Use http trait",
|
||||
"monolog/monolog": "Use logger"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user