-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Labels
Description
My composer.json:
json
...
{
"name": "yiisoft/yii2-app-advanced",
"description": "my project",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"smpp\\core\\": "core/",
"common\\": "common/"
},
"classmap": [
"vendor/yiisoft/yii2/Yii.php"
]
},
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0",
"yiisoft/yii2": "^2.0.16",
"yiisoft/yii2-swiftmailer": "2.1.2",
"yiisoft/yii2-httpclient": "^2.0.11",
"yiisoft/yii2-bootstrap4": "^2.0.8",
"composer/composer": "^1.8",
"skeeks/yii2-assets-auto-compress": "^1.4.2",
"yii2mod/yii2-scheduling": "^1.1.1",
"thamtech/yii2-uuid": "^1.2",
"giggsey/libphonenumber-for-php": "^8.10",
"geoip2/geoip2": "^2.9",
"borales/yii2-phone-input": "^0.3.0",
"vmgltd/hlr-lookup-api-php-sdk": "^0.0.14",
"hguenot/yii2-gsftp": "^1.1",
"leadsapiorg/gate-client": "^0.3.0",
"desrodman/yii2-localeurls": "^1.7",
"desrodman/yii2-graylog2": "^1.1",
"zircote/swagger-php": "^4.4"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.1.5",
"yiisoft/yii2-gii": "^2.1.0",
"yiisoft/yii2-faker": "^2.0.4",
"phpstan/phpstan": "^0.12.52",
"codeception/base": "^2.4.0",
"phpunit/phpunit": "^6.5.5",
"codeception/verify": "^1.0.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"suggest": {
"yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii"
},
"config": {
"process-timeout": 1800,
"optimize-autoloader": true,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"kylekatarnls/update-helper": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"platform": {
"php": "7.4"
}
}
Output of composer diagnose:
...# composer diagnose
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]?
Checking composer.json: WARNING
require.yiisoft/yii2-swiftmailer : exact version constraints (2.1.2) should be avoided if the package follows semantic versioning
Checking platform settings: OK
Checking git settings: OK git version 2.34.1
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: OK
Composer version: 2.4.1
PHP version: 7.4.29
PHP binary path: /usr/bin/php7.4
OpenSSL version: OpenSSL 1.1.1l 24 Aug 2021
cURL version: 7.81.0 libz 1.2.11 ssl OpenSSL/3.0.2
zip: extension present, unzip present, 7-Zip not available
When I run this command:
...# composer update -vvv
Running 2.4.1 (2022-08-20 11:44:50) with PHP 7.4.29 on Linux / 5.15.0-46-generic
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]?
Reading ./composer.json (/var/www/smpp-engine/composer.json)
Loading config file ./composer.json (/var/www/smpp-engine/composer.json)
Checked CA file /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a file.
Checked directory /etc/pki/tls/certs/ca-bundle.crt does not exist or it is not a directory.
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/var/www/smpp-engine): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Failed to initialize global composer: Composer could not find the config file: /root/.config/composer/composer.json
Reading /var/www/smpp-engine/vendor/composer/installed.json
Loading plugin yii\composer\Plugin (from yiisoft/yii2-composer)
Loading plugin UpdateHelper\ComposerPlugin (from kylekatarnls/update-helper)
Reading ./composer.lock (/var/www/smpp-engine/composer.lock)
Loading composer repositories with package information
Reading /root/.cache/composer/repo/https---asset-packagist.org/packages.json from cache
Downloading https://asset-packagist.org/packages.json if modified
[200] https://asset-packagist.org/packages.json
Writing /root/.cache/composer/repo/https---asset-packagist.org/packages.json into cache
Downloading https://asset-packagist.org/p/provider-latest/bb5b59799a34e179491566451fc0324a7c0cf11b126cc8f989488db4d037869d.json
[200] https://asset-packagist.org/p/provider-latest/bb5b59799a34e179491566451fc0324a7c0cf11b126cc8f989488db4d037869d.json
Writing /root/.cache/composer/repo/https---asset-packagist.org/p-provider-latest-.json into cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/packages.json from cache
Downloading https://repo.packagist.org/packages.json if modified
[304] https://repo.packagist.org/packages.json
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2.json from cache
Downloading https://repo.packagist.org/p2/yiisoft/yii2.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-swiftmailer.json from cache
Downloading https://repo.packagist.org/p2/yiisoft/yii2-swiftmailer.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-httpclient.json from cache
Downloading https://repo.packagist.org/p2/yiisoft/yii2-httpclient.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-bootstrap4.json from cache
Downloading https://repo.packagist.org/p2/yiisoft/yii2-bootstrap4.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~composer.json from cache
Downloading https://repo.packagist.org/p2/composer/composer.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-skeeks~yii2-assets-auto-compress.json from cache
Downloading https://repo.packagist.org/p2/skeeks/yii2-assets-auto-compress.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yii2mod~yii2-scheduling.json from cache
Downloading https://repo.packagist.org/p2/yii2mod/yii2-scheduling.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-thamtech~yii2-uuid.json from cache
Downloading https://repo.packagist.org/p2/thamtech/yii2-uuid.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-giggsey~libphonenumber-for-php.json from cache
Downloading https://repo.packagist.org/p2/giggsey/libphonenumber-for-php.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-geoip2~geoip2.json from cache
Downloading https://repo.packagist.org/p2/geoip2/geoip2.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-borales~yii2-phone-input.json from cache
Downloading https://repo.packagist.org/p2/borales/yii2-phone-input.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-vmgltd~hlr-lookup-api-php-sdk.json from cache
Downloading https://repo.packagist.org/p2/vmgltd/hlr-lookup-api-php-sdk.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-hguenot~yii2-gsftp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-leadsapiorg~gate-client.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-desrodman~yii2-localeurls.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-desrodman~yii2-graylog2.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-zircote~swagger-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-debug.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-gii.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-faker.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpstan~phpstan.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~base.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~verify.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
[304] https://repo.packagist.org/p2/yiisoft/yii2.json
[304] https://repo.packagist.org/p2/yiisoft/yii2-swiftmailer.json
[304] https://repo.packagist.org/p2/yiisoft/yii2-httpclient.json
Downloading https://repo.packagist.org/p2/hguenot/yii2-gsftp.json if modified
Downloading https://repo.packagist.org/p2/leadsapiorg/gate-client.json if modified
Downloading https://repo.packagist.org/p2/desrodman/yii2-localeurls.json if modified
[304] https://repo.packagist.org/p2/yiisoft/yii2-bootstrap4.json
[304] https://repo.packagist.org/p2/composer/composer.json
[304] https://repo.packagist.org/p2/skeeks/yii2-assets-auto-compress.json
[304] https://repo.packagist.org/p2/yii2mod/yii2-scheduling.json
[304] https://repo.packagist.org/p2/thamtech/yii2-uuid.json
[304] https://repo.packagist.org/p2/giggsey/libphonenumber-for-php.json
[304] https://repo.packagist.org/p2/geoip2/geoip2.json
Downloading https://repo.packagist.org/p2/desrodman/yii2-graylog2.json if modified
Downloading https://repo.packagist.org/p2/zircote/swagger-php.json if modified
Downloading https://repo.packagist.org/p2/yiisoft/yii2-debug.json if modified
Downloading https://repo.packagist.org/p2/yiisoft/yii2-gii.json if modified
Downloading https://repo.packagist.org/p2/yiisoft/yii2-faker.json if modified
Downloading https://repo.packagist.org/p2/phpstan/phpstan.json if modified
Downloading https://repo.packagist.org/p2/codeception/base.json if modified
[304] https://repo.packagist.org/p2/borales/yii2-phone-input.json
[304] https://repo.packagist.org/p2/vmgltd/hlr-lookup-api-php-sdk.json
[304] https://repo.packagist.org/p2/hguenot/yii2-gsftp.json
Downloading https://repo.packagist.org/p2/phpunit/phpunit.json if modified
Downloading https://repo.packagist.org/p2/codeception/verify.json if modified
Downloading https://repo.packagist.org/p2/symfony/browser-kit.json if modified
[304] https://repo.packagist.org/p2/leadsapiorg/gate-client.json
[304] https://repo.packagist.org/p2/desrodman/yii2-localeurls.json
[304] https://repo.packagist.org/p2/desrodman/yii2-graylog2.json
[304] https://repo.packagist.org/p2/zircote/swagger-php.json
[304] https://repo.packagist.org/p2/yiisoft/yii2-debug.json
[304] https://repo.packagist.org/p2/yiisoft/yii2-gii.json
[304] https://repo.packagist.org/p2/yiisoft/yii2-faker.json
[304] https://repo.packagist.org/p2/phpstan/phpstan.json
[304] https://repo.packagist.org/p2/codeception/base.json
[304] https://repo.packagist.org/p2/phpunit/phpunit.json
[304] https://repo.packagist.org/p2/codeception/verify.json
[304] https://repo.packagist.org/p2/symfony/browser-kit.json
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$jquery.json from cache
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$inputmask.json from cache
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$punycode.json from cache
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$yii2-pjax.json from cache
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-npm-asset$bootstrap.json from cache
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$intl-tel-input.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-composer.json from cache
Downloading https://repo.packagist.org/p2/yiisoft/yii2-composer.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ezyang~htmlpurifier.json from cache
Downloading https://repo.packagist.org/p2/ezyang/htmlpurifier.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-cebe~markdown.json from cache
Downloading https://repo.packagist.org/p2/cebe/markdown.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~random-compat.json from cache
Downloading https://repo.packagist.org/p2/paragonie/random_compat.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-swiftmailer~swiftmailer.json from cache
Downloading https://repo.packagist.org/p2/swiftmailer/swiftmailer.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~ca-bundle.json from cache
Downloading https://repo.packagist.org/p2/composer/ca-bundle.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~semver.json from cache
Downloading https://repo.packagist.org/p2/composer/semver.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~spdx-licenses.json from cache
Downloading https://repo.packagist.org/p2/composer/spdx-licenses.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~xdebug-handler.json from cache
Downloading https://repo.packagist.org/p2/composer/xdebug-handler.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-justinrainbow~json-schema.json from cache
Downloading https://repo.packagist.org/p2/justinrainbow/json-schema.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Downloading https://repo.packagist.org/p2/psr/log.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~jsonlint.json from cache
Downloading https://repo.packagist.org/p2/seld/jsonlint.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~phar-utils.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-tedivm~jshrink.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-natxet~cssmin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~minify.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mtdowling~cron-expression.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-league~climate.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-nesbot~carbon.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ramsey~uuid.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-moontoast~math.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-giggsey~locale.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-maxmind-db~reader.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-maxmind~web-service-common.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-hguenot~yii2-gftp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpseclib~phpseclib.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-graylog2~gelf-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-opis~closure.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpspec~php-diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-fakerphp~faker.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-fzaninotto~faker.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-behat~gherkin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~phpunit-wrapper.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~stub.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-myclabs~deep-copy.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~manifest.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-timer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit-mock-objects.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~global-state.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-enumerator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~resource-operations.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
[304] https://repo.packagist.org/p2/yiisoft/yii2-composer.json
[304] https://repo.packagist.org/p2/ezyang/htmlpurifier.json
Downloading https://repo.packagist.org/p2/seld/phar-utils.json if modified
Downloading https://repo.packagist.org/p2/symfony/console.json if modified
[304] https://repo.packagist.org/p2/cebe/markdown.json
[304] https://repo.packagist.org/p2/paragonie/random_compat.json
[304] https://repo.packagist.org/p2/swiftmailer/swiftmailer.json
[304] https://repo.packagist.org/p2/composer/ca-bundle.json
[304] https://repo.packagist.org/p2/composer/semver.json
[304] https://repo.packagist.org/p2/composer/spdx-licenses.json
[304] https://repo.packagist.org/p2/composer/xdebug-handler.json
[304] https://repo.packagist.org/p2/justinrainbow/json-schema.json
[304] https://repo.packagist.org/p2/psr/log.json
[304] https://repo.packagist.org/p2/seld/jsonlint.json
Downloading https://repo.packagist.org/p2/symfony/filesystem.json if modified
Downloading https://repo.packagist.org/p2/symfony/finder.json if modified
Downloading https://repo.packagist.org/p2/symfony/process.json if modified
Downloading https://repo.packagist.org/p2/tedivm/jshrink.json if modified
Downloading https://repo.packagist.org/p2/natxet/cssmin.json if modified
Downloading https://repo.packagist.org/p2/mrclay/minify.json if modified
Downloading https://repo.packagist.org/p2/mtdowling/cron-expression.json if modified
Downloading https://repo.packagist.org/p2/league/climate.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/guzzle.json if modified
Downloading https://repo.packagist.org/p2/nesbot/carbon.json if modified
[304] https://repo.packagist.org/p2/seld/phar-utils.json
[304] https://repo.packagist.org/p2/symfony/console.json
Downloading https://repo.packagist.org/p2/ramsey/uuid.json if modified
Downloading https://repo.packagist.org/p2/moontoast/math.json if modified
[304] https://repo.packagist.org/p2/symfony/filesystem.json
[304] https://repo.packagist.org/p2/symfony/finder.json
[304] https://repo.packagist.org/p2/symfony/process.json
[304] https://repo.packagist.org/p2/tedivm/jshrink.json
[304] https://repo.packagist.org/p2/natxet/cssmin.json
[304] https://repo.packagist.org/p2/mrclay/minify.json
[304] https://repo.packagist.org/p2/mtdowling/cron-expression.json
[304] https://repo.packagist.org/p2/league/climate.json
[304] https://repo.packagist.org/p2/guzzlehttp/guzzle.json
[304] https://repo.packagist.org/p2/nesbot/carbon.json
Downloading https://repo.packagist.org/p2/giggsey/locale.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-mbstring.json if modified
Downloading https://repo.packagist.org/p2/maxmind-db/reader.json if modified
Downloading https://repo.packagist.org/p2/maxmind/web-service-common.json if modified
Downloading https://repo.packagist.org/p2/hguenot/yii2-gftp.json if modified
Downloading https://repo.packagist.org/p2/phpseclib/phpseclib.json if modified
Downloading https://repo.packagist.org/p2/graylog2/gelf-php.json if modified
Downloading https://repo.packagist.org/p2/doctrine/annotations.json if modified
Downloading https://repo.packagist.org/p2/symfony/yaml.json if modified
Downloading https://repo.packagist.org/p2/opis/closure.json if modified
[304] https://repo.packagist.org/p2/ramsey/uuid.json
[304] https://repo.packagist.org/p2/moontoast/math.json
Downloading https://repo.packagist.org/p2/phpspec/php-diff.json if modified
Downloading https://repo.packagist.org/p2/fakerphp/faker.json if modified
[304] https://repo.packagist.org/p2/giggsey/locale.json
[304] https://repo.packagist.org/p2/symfony/polyfill-mbstring.json
Downloading https://repo.packagist.org/p2/fzaninotto/faker.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/psr7.json if modified
[304] https://repo.packagist.org/p2/maxmind-db/reader.json
[304] https://repo.packagist.org/p2/maxmind/web-service-common.json
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher.json if modified
Downloading https://repo.packagist.org/p2/symfony/css-selector.json if modified
[304] https://repo.packagist.org/p2/hguenot/yii2-gftp.json
[304] https://repo.packagist.org/p2/phpseclib/phpseclib.json
[304] https://repo.packagist.org/p2/graylog2/gelf-php.json
Downloading https://repo.packagist.org/p2/symfony/dom-crawler.json if modified
Downloading https://repo.packagist.org/p2/behat/gherkin.json if modified
Downloading https://repo.packagist.org/p2/codeception/phpunit-wrapper.json if modified
[304] https://repo.packagist.org/p2/doctrine/annotations.json
[304] https://repo.packagist.org/p2/symfony/yaml.json
[304] https://repo.packagist.org/p2/opis/closure.json
Downloading https://repo.packagist.org/p2/codeception/stub.json if modified
Downloading https://repo.packagist.org/p2/myclabs/deep-copy.json if modified
Downloading https://repo.packagist.org/p2/phar-io/manifest.json if modified
[304] https://repo.packagist.org/p2/phpspec/php-diff.json
[304] https://repo.packagist.org/p2/fakerphp/faker.json
[304] https://repo.packagist.org/p2/fzaninotto/faker.json
[304] https://repo.packagist.org/p2/guzzlehttp/psr7.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher.json
[304] https://repo.packagist.org/p2/symfony/css-selector.json
[304] https://repo.packagist.org/p2/symfony/dom-crawler.json
[304] https://repo.packagist.org/p2/behat/gherkin.json
Downloading https://repo.packagist.org/p2/phar-io/version.json if modified
Downloading https://repo.packagist.org/p2/phpspec/prophecy.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-code-coverage.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-file-iterator.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-text-template.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-timer.json if modified
Downloading https://repo.packagist.org/p2/phpunit/phpunit-mock-objects.json if modified
Downloading https://repo.packagist.org/p2/sebastian/comparator.json if modified
[304] https://repo.packagist.org/p2/codeception/phpunit-wrapper.json
Downloading https://repo.packagist.org/p2/sebastian/diff.json if modified
[304] https://repo.packagist.org/p2/codeception/stub.json
[304] https://repo.packagist.org/p2/myclabs/deep-copy.json
[304] https://repo.packagist.org/p2/phar-io/manifest.json
Downloading https://repo.packagist.org/p2/sebastian/environment.json if modified
Downloading https://repo.packagist.org/p2/sebastian/exporter.json if modified
Downloading https://repo.packagist.org/p2/sebastian/global-state.json if modified
[304] https://repo.packagist.org/p2/phar-io/version.json
[304] https://repo.packagist.org/p2/phpspec/prophecy.json
[304] https://repo.packagist.org/p2/phpunit/php-code-coverage.json
[304] https://repo.packagist.org/p2/phpunit/php-file-iterator.json
[304] https://repo.packagist.org/p2/phpunit/php-text-template.json
[304] https://repo.packagist.org/p2/phpunit/php-timer.json
[304] https://repo.packagist.org/p2/phpunit/phpunit-mock-objects.json
[304] https://repo.packagist.org/p2/sebastian/comparator.json
Downloading https://repo.packagist.org/p2/sebastian/object-enumerator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/resource-operations.json if modified
Downloading https://repo.packagist.org/p2/sebastian/version.json if modified
[304] https://repo.packagist.org/p2/sebastian/diff.json
[304] https://repo.packagist.org/p2/sebastian/environment.json
[304] https://repo.packagist.org/p2/sebastian/exporter.json
[304] https://repo.packagist.org/p2/sebastian/global-state.json
[304] https://repo.packagist.org/p2/sebastian/object-enumerator.json
[304] https://repo.packagist.org/p2/sebastian/resource-operations.json
[304] https://repo.packagist.org/p2/sebastian/version.json
Reading /root/.cache/composer/repo/https---asset-packagist.org/provider-bower-asset$jquery.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Downloading https://repo.packagist.org/p2/egulias/email-validator.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-iconv.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/deprecation-contracts.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php73.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php73.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php80.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/service-contracts.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~string.json from cache
Downloading https://repo.packagist.org/p2/symfony/string.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/contracts.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Downloading https://repo.packagist.org/p2/symfony/debug.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-ctype.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-intervention~httpauth.json from cache
Downloading https://repo.packagist.org/p2/intervention/httpauth.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-marcusschwarz~lesserphp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-monolog~monolog.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~jsmin-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~props-dic.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-tubalmartin~cssmin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~cli-prompt.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-kylekatarnls~update-helper.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-brick~math.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ramsey~collection.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-abhi1693~yii2-enum.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~constant-time-encoding.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~phpunit-wrapper.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit-mock-objects.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-theseer~tokenizer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-reflector.json from cache
[304] https://repo.packagist.org/p2/egulias/email-validator.json
[304] https://repo.packagist.org/p2/symfony/polyfill-iconv.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json
[304] https://repo.packagist.org/p2/symfony/deprecation-contracts.json
Downloading https://repo.packagist.org/p2/marcusschwarz/lesserphp.json if modified
Downloading https://repo.packagist.org/p2/monolog/monolog.json if modified
Downloading https://repo.packagist.org/p2/mrclay/jsmin-php.json if modified
Downloading https://repo.packagist.org/p2/mrclay/props-dic.json if modified
[304] https://repo.packagist.org/p2/symfony/polyfill-php73.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php80.json
[304] https://repo.packagist.org/p2/symfony/service-contracts.json
[304] https://repo.packagist.org/p2/symfony/string.json
[304] https://repo.packagist.org/p2/symfony/contracts.json
[304] https://repo.packagist.org/p2/symfony/debug.json
[304] https://repo.packagist.org/p2/symfony/polyfill-ctype.json
[304] https://repo.packagist.org/p2/intervention/httpauth.json
Downloading https://repo.packagist.org/p2/tubalmartin/cssmin.json if modified
Downloading https://repo.packagist.org/p2/seld/cli-prompt.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/promises.json if modified
Downloading https://repo.packagist.org/p2/kylekatarnls/update-helper.json if modified
Downloading https://repo.packagist.org/p2/symfony/translation.json if modified
Downloading https://repo.packagist.org/p2/brick/math.json if modified
Downloading https://repo.packagist.org/p2/ramsey/collection.json if modified
Downloading https://repo.packagist.org/p2/abhi1693/yii2-enum.json if modified
[304] https://repo.packagist.org/p2/marcusschwarz/lesserphp.json
[304] https://repo.packagist.org/p2/monolog/monolog.json
[304] https://repo.packagist.org/p2/mrclay/jsmin-php.json
[304] https://repo.packagist.org/p2/mrclay/props-dic.json
Downloading https://repo.packagist.org/p2/paragonie/constant_time_encoding.json if modified
Downloading https://repo.packagist.org/p2/doctrine/lexer.json if modified
Downloading https://repo.packagist.org/p2/psr/cache.json if modified
Downloading https://repo.packagist.org/p2/psr/container.json if modified
[304] https://repo.packagist.org/p2/tubalmartin/cssmin.json
[304] https://repo.packagist.org/p2/seld/cli-prompt.json
[304] https://repo.packagist.org/p2/guzzlehttp/promises.json
[304] https://repo.packagist.org/p2/kylekatarnls/update-helper.json
[304] https://repo.packagist.org/p2/symfony/translation.json
[304] https://repo.packagist.org/p2/brick/math.json
[304] https://repo.packagist.org/p2/ramsey/collection.json
[304] https://repo.packagist.org/p2/abhi1693/yii2-enum.json
Downloading https://repo.packagist.org/p2/psr/http-message.json if modified
Downloading https://repo.packagist.org/p2/ralouphie/getallheaders.json if modified
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json if modified
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json if modified
Downloading https://repo.packagist.org/p2/doctrine/instantiator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/recursion-context.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-token-stream.json if modified
Downloading https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json if modified
[304] https://repo.packagist.org/p2/paragonie/constant_time_encoding.json
[304] https://repo.packagist.org/p2/doctrine/lexer.json
[304] https://repo.packagist.org/p2/psr/cache.json
[304] https://repo.packagist.org/p2/psr/container.json
Downloading https://repo.packagist.org/p2/theseer/tokenizer.json if modified
Downloading https://repo.packagist.org/p2/sebastian/object-reflector.json if modified
[304] https://repo.packagist.org/p2/psr/http-message.json
[304] https://repo.packagist.org/p2/ralouphie/getallheaders.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json
[304] https://repo.packagist.org/p2/doctrine/instantiator.json
[304] https://repo.packagist.org/p2/sebastian/recursion-context.json
[304] https://repo.packagist.org/p2/phpunit/php-token-stream.json
[304] https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json
[304] https://repo.packagist.org/p2/theseer/tokenizer.json
[304] https://repo.packagist.org/p2/sebastian/object-reflector.json
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php72.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php70.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php70.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-grapheme.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-pimple~pimple.json from cache
Downloading https://repo.packagist.org/p2/pimple/pimple.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-container-interop~container-interop.json from cache
Downloading https://repo.packagist.org/p2/container-interop/container-interop.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/translation-contracts.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php81.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php81.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Downloading https://repo.packagist.org/p2/phpdocumentor/type-resolver.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~assert.json from cache
Downloading https://repo.packagist.org/p2/webmozart/assert.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-common.json if modified
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-dflydev~markdown.json from cache
Downloading https://repo.packagist.org/p2/dflydev/markdown.json if modified
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php72.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php70.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json
[304] https://repo.packagist.org/p2/pimple/pimple.json
[304] https://repo.packagist.org/p2/container-interop/container-interop.json
[304] https://repo.packagist.org/p2/symfony/translation-contracts.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php81.json
[304] https://repo.packagist.org/p2/phpdocumentor/type-resolver.json
[304] https://repo.packagist.org/p2/webmozart/assert.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-common.json
[304] https://repo.packagist.org/p2/dflydev/markdown.json
Built pool.
Running pool optimizer.
Pool optimizer completed in 0.109 seconds
Found 5,969 package versions referenced in your dependency graph. 5,187 (87%) were optimized away.
Updating dependencies
Generating rules
Resolving dependencies through SAT
Looking at all rules.
Something's changed, looking at all rules again (pass #3)
Dependency resolution completed in 0.006 seconds
Analyzed 782 packages to resolve dependencies
Analyzed 2762 rules to resolve dependencies
Nothing to modify in lock file
Generating rules
Resolving dependencies through SAT
Looking at all rules.
Dependency resolution completed in 0.000 seconds
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package codeception/base is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
> post-autoload-dump: UpdateHelper\ComposerPlugin->onAutoloadDump
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
58 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> post-update-cmd: yii\composer\Plugin->showUpgradeNotes
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-behat~gherkin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-borales~yii2-phone-input.json from cache
Downloading https://repo.packagist.org/p2/bower-asset/inputmask.json
Downloading https://repo.packagist.org/p2/bower-asset/intl-tel-input.json
Downloading https://repo.packagist.org/p2/bower-asset/jquery.json
Downloading https://repo.packagist.org/p2/bower-asset/punycode.json
Downloading https://repo.packagist.org/p2/bower-asset/yii2-pjax.json
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-brick~math.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-cebe~markdown.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~base.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~phpunit-wrapper.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~stub.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-codeception~verify.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~ca-bundle.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~composer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~semver.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~spdx-licenses.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-composer~xdebug-handler.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-desrodman~yii2-graylog2.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-desrodman~yii2-localeurls.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ezyang~htmlpurifier.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-fakerphp~faker.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-geoip2~geoip2.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-giggsey~libphonenumber-for-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-giggsey~locale.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-graylog2~gelf-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-hguenot~yii2-gftp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-hguenot~yii2-gsftp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-intervention~httpauth.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-justinrainbow~json-schema.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-kylekatarnls~update-helper.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-leadsapiorg~gate-client.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-league~climate.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-marcusschwarz~lesserphp.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-maxmind-db~reader.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-maxmind~web-service-common.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-monolog~monolog.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~jsmin-php.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~minify.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mrclay~props-dic.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-mtdowling~cron-expression.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-myclabs~deep-copy.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-natxet~cssmin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-nesbot~carbon.json from cache
Downloading https://repo.packagist.org/p2/npm-asset/bootstrap.json
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~constant-time-encoding.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-paragonie~random-compat.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~manifest.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpseclib~phpseclib.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpspec~php-diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpstan~phpstan.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-timer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit-mock-objects.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-pimple~pimple.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ramsey~collection.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-ramsey~uuid.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~global-state.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-enumerator.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~object-reflector.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~resource-operations.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~cli-prompt.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~jsonlint.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-seld~phar-utils.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-skeeks~yii2-assets-auto-compress.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-swiftmailer~swiftmailer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php73.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php81.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-tedivm~jshrink.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-thamtech~yii2-uuid.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-theseer~tokenizer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-tubalmartin~cssmin.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-vmgltd~hlr-lookup-api-php-sdk.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-webmozart~assert.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yii2mod~yii2-scheduling.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-bootstrap4.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-composer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-debug.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-faker.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-gii.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-httpclient.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-yiisoft~yii2-swiftmailer.json from cache
Reading /root/.cache/composer/repo/https---repo.packagist.org/provider-zircote~swagger-php.json from cache
[404] https://repo.packagist.org/p2/bower-asset/inputmask.json
In CurlDownloader.php line 451:
[Error]
Call to undefined method Composer\Downloader\TransportException::setResponseInfo()
Exception trace:
at phar:///usr/local/bin/composer/src/Composer/Util/Http/CurlDownloader.php:451
Composer\Util\Http\CurlDownloader->tick() at phar:///usr/local/bin/composer/src/Composer/Util/HttpDownloader.php:371
Composer\Util\HttpDownloader->countActiveJobs() at phar:///usr/local/bin/composer/src/Composer/Util/Loop.php:89
Composer\Util\Loop->wait() at phar:///usr/local/bin/composer/src/Composer/Repository/ComposerRepository.php:679
Composer\Repository\ComposerRepository->getSecurityAdvisories() at phar:///usr/local/bin/composer/src/Composer/Repository/RepositorySet.php:266
Composer\Repository\RepositorySet->getSecurityAdvisoriesForConstraints() at phar:///usr/local/bin/composer/src/Composer/Repository/RepositorySet.php:251
Composer\Repository\RepositorySet->getMatchingSecurityAdvisories() at phar:///usr/local/bin/composer/src/Composer/Advisory/Auditor.php:52
Composer\Advisory\Auditor->audit() at phar:///usr/local/bin/composer/src/Composer/Installer.php:397
Composer\Installer->run() at phar:///usr/local/bin/composer/src/Composer/Command/UpdateCommand.php:240
Composer\Command\UpdateCommand->execute() at phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php:298
Symfony\Component\Console\Command\Command->run() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:1024
Symfony\Component\Console\Application->doRunCommand() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:299
Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:343
Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:171
Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:138
Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:88
require() at /usr/local/bin/composer:29
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>...]
I get the following output: error at the end of update
... [Error]
Call to undefined method Composer\Downloader\TransportException::setResponseInfo()
And I expected this to happen:
it begun from update till last version 2.4.1
Kindly advice, is it problem with my composer.json, or some extension is not working?
Thanks