fix:更新已知bug,优化代码

This commit is contained in:
Ying
2022-11-28 19:11:12 +08:00
parent f6aee95cfc
commit 9445b206a2
1378 changed files with 53759 additions and 20789 deletions

View File

@@ -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": {