composer install error
shenboran opened this issue · 0 comments
shenboran commented
PS C:\Users\zl\git\Farmers> composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 13 updates, 0 removals
- Updating symfony/mime (v4.4.31 => v4.4.34): Downloading (100%)
- Updating symfony/http-foundation (v4.4.33 => v4.4.34): Downloading (100%)
- Updating symfony/psr-http-message-bridge (v2.1.1 => v2.1.2): Downloading (100%)
- Updating symfony/event-dispatcher-contracts (v1.1.9 => v1.1.11): Downloading (100%)
- Updating symfony/event-dispatcher (v4.4.30 => v4.4.34): Downloading (100%)
- Updating symfony/var-exporter (v4.4.31 => v4.4.34): Downloading (100%)
- Updating symfony/service-contracts (v1.1.9 => v1.1.11): Downloading (100%)
- Updating symfony/cache-contracts (v1.1.10 => v1.1.11): Downloading (100%)
- Updating symfony/cache (v4.4.33 => v4.4.34): Downloading (100%)
- Updating overtrue/wechat (4.4.2 => 4.4.3): Downloading (100%)
- Updating symfony/inflector (v4.4.27 => v4.4.34): Downloading (100%)
- Updating symfony/process (v4.4.30 => v4.4.34): Downloading (100%)
- Updating swoole/ide-helper dev-master (9e408c9 => 63e1952): Checking out 63e19521c2
Package symfony/inflector is abandoned, you should avoid using it. Use use `EnglishInflector` from the String component instead instead.
Writing lock file
Generating autoload files
34 packages you are using are looking for funding.
my composer.json
"require" : {
"php" : ">=7.1.0",
"yiisoft/yii2" : "~2.0.14",
"aliyuncs/oss-sdk-php" : "^2.3",
"guzzlehttp/guzzle" : "^6.5.2",
"yiisoft/yii2-queue" : "^2.2",
"yiisoft/yii2-redis" : "^2.0",
"alibabacloud/client" : "^1.5",
"phpoffice/phpspreadsheet" : "^1.9",
"spatie/array-to-xml" : "^2.11",
"overtrue/wechat" : "~4.0",
"yiisoft/yii2-debug" : "~2.0",
"ext-json" : "*",
"ext-bcmath" : "*",
"endroid/qr-code" : "^3.9",
"yurunsoft/chinese-util" : "^1.1",
"maennchen/zipstream-php" : "^2.1"
},