Closed starcevpro closed 4 years ago
Platform: windows 10 PHP: 7.4.9 Win32 vc15 x64 Shell: PowerShell
My composer.json:
composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "require": { "php": "^7.3", "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.0", "laravel/socialite": "^5.0", "laravel/tinker": "^2.0", "nwidart/laravel-modules": "^8.0", "socialiteproviders/steam": "^3.0", "socialiteproviders/vkontakte": "^4.1", "tcg/voyager": "^1.4", "austinb/gameq": "~3.0" }, "require-dev": { "facade/ignition": "^2.3.6", "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^5.0", "phpunit/phpunit": "^9.3" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [] } }, "autoload": { "psr-4": { "App\\": "app/", "Modules\\": "modules/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "repositories": { "hooks": { "type": "composer", "url": "https://larapack.io" } } }
Output of composer diagnose:
composer diagnose
Checking composer.json: OK Checking platform settings: OK Checking git settings: OK Checking http connectivity to packagist: OK Checking https connectivity to packagist: OK Checking github.com oauth access: 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: 1.10.15 PHP version: 7.4.9 PHP binary path: C:\laragon\bin\php\php-7.4.9-Win32-vc15-x64\php.exe OpenSSL version: OpenSSL 1.1.1g 21 Apr 2020...
When I run this command:
...composer update --prefer-dist --verbose -vvv --profile --no-interaction > composer.log...
I get the following output:
...PS C:\laragon\www\fearstrike> composer update --prefer-dist --verbose -vvv --profile --no-interaction > composer.log Reading ./composer.json Loading config file C:/Users/artcr/AppData/Roaming/Composer/auth.json Loading config file ./composer.json Checked CA file C:\Users\artcr\AppData\Local\Temp\ope4DC3.tmp: valid Executing command (C:\laragon\www\fearstrike): git branch -a --no-color --no-abbrev -v Executing command (C:\laragon\www\fearstrike): git describe --exact-match --tags Executing command (CWD): git --version Executing command (C:\laragon\www\fearstrike): git log --pretty="%H" -n1 HEAD --no-show-signature Executing command (C:\laragon\www\fearstrike): hg branch Executing command (C:\laragon\www\fearstrike): fossil branch list Executing command (C:\laragon\www\fearstrike): fossil tag list Executing command (C:\laragon\www\fearstrike): svn info --xml Reading C:/Users/artcr/AppData/Roaming/Composer/composer.json Loading config file C:/Users/artcr/AppData/Roaming/Composer/auth.json Loading config file C:/Users/artcr/AppData/Roaming/Composer/composer.json Loading config file C:\Users\artcr\AppData\Roaming\Composer/auth.json Reading C:\Users\artcr\AppData\Roaming\Composer/auth.json Reading C:\laragon\www\fearstrike/vendor/composer/installed.json Reading C:/Users/artcr/AppData/Roaming/Composer/vendor/composer/installed.json Running 1.10.15 (2020-10-13 15:59:09) with PHP 7.4.9 on Windows NT / 10.0 [8.7MiB/0.01s] Loading composer repositories with package information [9.1MiB/0.02s] Downloading https://larapack.io/packages.json [9.6MiB/0.93s] Writing C:/Users/artcr/AppData/Local/Composer/repo/https---larapack.io/packages.json into cache [9.8MiB/0.94s] Downloading https://repo.packagist.org/packages.json [9.8MiB/1.52s] Writing C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/packages.json into cache [9.8MiB/1.53s] Updating dependencies (including require-dev) [9.8MiB/1.53s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2013.json from cache [13.2MiB/1.57s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2014.json from cache [21.0MiB/1.61s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2015.json from cache [34.5MiB/1.67s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2016.json from cache [49.3MiB/1.76s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2017.json from cache [72.7MiB/1.87s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2018.json from cache [99.0MiB/2.00s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2019.json from cache [125.2MiB/2.11s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2020-01.json from cache [131.4MiB/2.19s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2020-04.json from cache [143.0MiB/2.29s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2020-07.json from cache [175.1MiB/2.39s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-2020-10.json from cache [172.4MiB/2.43s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-archived.json from cache [173.0MiB/2.48s] Downloading http://repo.packagist.org/p/provider-latest%24bfe861db6c578e1ebbfb6bc99bed97b7eb9c5d453109be6ed4c906d49bd56ccc.json [183.1MiB/4.39s] Writing C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/p-provider-latest.json into cache [180.9MiB/4.43s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-tcg$voyager.json from cache [181.7MiB/4.74s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$cache.json from cache [376.7MiB/8.30s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$console.json from cache [380.3MiB/9.22s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$container.json from cache [383.1MiB/10.11s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$contracts.json from cache [385.1MiB/10.94s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$support.json from cache [388.8MiB/11.87s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$view.json from cache [395.9MiB/12.49s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-arrilot$laravel-widgets.json from cache [396.5MiB/12.60s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$collections.json from cache [396.6MiB/12.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$macroable.json from cache [397.8MiB/12.70s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$console.json from cache [415.7MiB/13.04s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$process.json from cache [420.5MiB/13.17s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$container.json from cache [421.7MiB/13.20s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$simple-cache.json from cache [422.0MiB/13.22s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$inflector.json from cache [422.2MiB/13.25s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nesbot$carbon.json from cache [423.9MiB/13.29s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-voku$portable-ascii.json from cache [425.6MiB/13.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$events.json from cache [428.5MiB/14.55s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$filesystem.json from cache [431.6MiB/15.21s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$debug.json from cache [436.9MiB/15.49s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-mbstring.json from cache [443.0MiB/15.61s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$contracts.json from cache [443.3MiB/15.62s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php73.json from cache [445.7MiB/15.68s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$service-contracts.json from cache [445.8MiB/15.69s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php80.json from cache [446.0MiB/15.71s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$string.json from cache [444.0MiB/15.77s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$translation.json from cache [448.5MiB/15.88s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-kylekatarnls$update-helper.json from cache [448.3MiB/15.96s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$finder.json from cache [451.5MiB/16.04s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$log.json from cache [454.5MiB/16.36s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$bus.json from cache [453.1MiB/16.95s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$cache.json from cache [453.2MiB/17.00s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-ctype.json from cache [481.5MiB/17.53s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-intl-grapheme.json from cache [481.7MiB/17.54s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-intl-normalizer.json from cache [481.9MiB/17.57s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$translation-contracts.json from cache [478.1MiB/17.90s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$pipeline.json from cache [479.7MiB/18.50s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$http-foundation.json from cache [483.2MiB/18.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$http-kernel.json from cache [489.3MiB/18.78s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-asm89$stack-cors.json from cache [489.5MiB/18.78s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php54.json from cache [489.7MiB/18.81s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php55.json from cache [490.0MiB/18.87s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php70.json from cache [500.1MiB/19.17s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$mime.json from cache [500.8MiB/19.19s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$deprecation-contracts.json from cache [501.6MiB/19.24s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$event-dispatcher.json from cache [505.7MiB/19.44s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php56.json from cache [506.4MiB/19.71s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$error-handler.json from cache [506.8MiB/19.72s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$http-client-contracts.json from cache [512.2MiB/19.98s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-ircmaxell$password-compat.json from cache [512.2MiB/20.01s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-paragonie$random-compat.json from cache [512.7MiB/20.12s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-intl-idn.json from cache [512.9MiB/20.12s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpdocumentor$reflection-docblock.json from cache [513.4MiB/20.15s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$property-access.json from cache [517.0MiB/20.27s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$property-info.json from cache [520.0MiB/20.36s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$serializer.json from cache [524.1MiB/20.48s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-util.json from cache [524.3MiB/20.49s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$event-dispatcher-contracts.json from cache [524.3MiB/20.53s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$var-dumper.json from cache [522.9MiB/20.67s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-php72.json from cache [523.1MiB/20.71s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpdocumentor$reflection-common.json from cache [523.2MiB/20.72s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpdocumentor$type-resolver.json from cache [523.4MiB/20.72s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-webmozart$assert.json from cache [523.6MiB/20.76s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$inflector.json from cache [525.5MiB/20.85s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$event-dispatcher.json from cache [525.1MiB/20.86s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-austinb$gameq.json from cache [525.2MiB/20.88s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-brick$math.json from cache [525.5MiB/20.88s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-composer$ca-bundle.json from cache [525.7MiB/20.89s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-composer$semver.json from cache [525.9MiB/20.91s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-composer$spdx-licenses.json from cache [526.0MiB/20.92s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-composer$xdebug-handler.json from cache [526.1MiB/20.95s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-justinrainbow$json-schema.json from cache [526.5MiB/20.95s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-seld$jsonlint.json from cache [526.6MiB/20.98s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-seld$phar-utils.json from cache [526.7MiB/21.02s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$filesystem.json from cache [529.8MiB/21.16s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-composer$composer.json from cache [530.9MiB/21.25s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-dnoegel$php-xdg-base-dir.json from cache [530.9MiB/21.26s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$cache.json from cache [531.3MiB/21.29s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$event-manager.json from cache [531.4MiB/21.31s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$dbal.json from cache [532.3MiB/21.32s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$instantiator.json from cache [532.4MiB/21.35s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$lexer.json from cache [532.5MiB/21.35s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-dragonmantank$cron-expression.json from cache [532.6MiB/21.35s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-egulias$email-validator.json from cache [533.1MiB/21.38s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-facade$ignition-contracts.json from cache [533.2MiB/21.45s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-facade$flare-client-php.json from cache [533.3MiB/21.48s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-filp$whoops.json from cache [533.8MiB/21.51s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-monolog$monolog.json from cache [534.3MiB/21.53s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-scrivo$highlight.php.json from cache [534.7MiB/21.57s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-facade$ignition.json from cache [535.7MiB/21.67s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-fideloper$proxy.json from cache [535.9MiB/21.71s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-fruitcake$laravel-cors.json from cache [536.4MiB/21.72s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-fzaninotto$faker.json from cache [536.6MiB/21.75s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpoption$phpoption.json from cache [536.7MiB/21.75s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-graham-campbell$result-type.json from cache [536.8MiB/21.75s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzlehttp$promises.json from cache [536.9MiB/21.80s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzlehttp$psr7.json from cache [537.0MiB/21.83s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$http-client.json from cache [537.2MiB/21.84s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzlehttp$guzzle.json from cache [538.5MiB/21.88s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$http-message.json from cache [538.9MiB/21.90s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-ralouphie$getallheaders.json from cache [539.0MiB/21.93s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-hamcrest$hamcrest-php.json from cache [539.1MiB/21.93s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-intervention$image.json from cache [539.8MiB/21.98s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-larapack$doctrine-support.json from cache [539.9MiB/21.99s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$common.json from cache [540.6MiB/22.03s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$collections.json from cache [540.8MiB/22.03s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$annotations.json from cache [541.3MiB/22.04s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$reflection.json from cache [541.4MiB/22.06s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-doctrine$persistence.json from cache [541.5MiB/22.07s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-larapack$hooks.json from cache [542.7MiB/22.13s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-seld$cli-prompt.json from cache [544.5MiB/22.27s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-react$promise.json from cache [544.7MiB/22.28s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-marc-mabe$php-enum.json from cache [545.0MiB/22.31s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-icecave$parity.json from cache [542.3MiB/22.33s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-icecave$repr.json from cache [542.3MiB/22.34s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-larapack$voyager-hooks.json from cache [542.4MiB/22.35s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-league$commonmark.json from cache [543.4MiB/22.40s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-league$flysystem.json from cache [544.9MiB/22.43s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-opis$closure.json from cache [545.3MiB/22.45s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-ramsey$uuid.json from cache [546.1MiB/22.46s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-swiftmailer$swiftmailer.json from cache [546.5MiB/22.52s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$routing.json from cache [551.3MiB/22.62s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-tijsverkoyen$css-to-inline-styles.json from cache [551.4MiB/22.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-vlucas$phpdotenv.json from cache [552.1MiB/22.69s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$framework.json from cache [552.2MiB/22.75s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-league$mime-type-detection.json from cache [552.2MiB/22.75s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-ramsey$collection.json from cache [552.4MiB/22.81s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$polyfill-iconv.json from cache [553.0MiB/22.96s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$css-selector.json from cache [556.6MiB/23.36s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$http.json from cache [559.6MiB/24.00s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-league$oauth1-client.json from cache [559.8MiB/24.01s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$socialite.json from cache [560.4MiB/24.33s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$session.json from cache [564.9MiB/25.02s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzle$guzzle.json from cache [564.6MiB/25.13s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psy$psysh.json from cache [565.4MiB/25.14s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$tinker.json from cache [565.6MiB/25.19s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nikic$php-parser.json from cache [566.4MiB/25.23s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$ui.json from cache [566.6MiB/25.23s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-mockery$mockery.json from cache [566.9MiB/25.24s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-myclabs$deep-copy.json from cache [567.1MiB/25.26s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nunomaduro$collision.json from cache [567.6MiB/25.27s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nwidart$laravel-modules.json from cache [568.2MiB/25.30s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phar-io$version.json from cache [568.2MiB/25.33s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phar-io$manifest.json from cache [568.3MiB/25.33s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$comparator.json from cache [568.5MiB/25.33s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$recursion-context.json from cache [568.6MiB/25.38s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpspec$prophecy.json from cache [569.0MiB/25.39s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$diff.json from cache [569.1MiB/25.41s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$exporter.json from cache [569.3MiB/25.42s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$php-file-iterator.json from cache [569.4MiB/25.44s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$php-text-template.json from cache [569.5MiB/25.45s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$code-unit-reverse-lookup.json from cache [569.5MiB/25.45s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$complexity.json from cache [569.6MiB/25.45s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$environment.json from cache [569.8MiB/25.51s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$lines-of-code.json from cache [569.8MiB/25.51s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$version.json from cache [569.9MiB/25.51s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-theseer$tokenizer.json from cache [570.0MiB/25.52s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$php-code-coverage.json from cache [571.1MiB/25.54s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$php-invoker.json from cache [571.2MiB/25.54s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$php-timer.json from cache [571.3MiB/25.55s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$cli-parser.json from cache [571.3MiB/25.58s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$code-unit.json from cache [571.4MiB/25.58s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$global-state.json from cache [571.5MiB/25.59s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$object-enumerator.json from cache [571.6MiB/25.61s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$resource-operations.json from cache [571.6MiB/25.62s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$type.json from cache [571.7MiB/25.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-phpunit$phpunit.json from cache [577.9MiB/25.76s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-sebastian$object-reflector.json from cache [578.0MiB/25.76s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-socialiteproviders$manager.json from cache [578.4MiB/25.85s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-socialiteproviders$steam.json from cache [578.5MiB/25.92s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-classpreloader$classpreloader.json from cache [578.7MiB/25.93s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-danielstjules$stringy.json from cache [579.0MiB/25.93s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-jeremeamia$superclosure.json from cache [579.2MiB/25.94s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-mtdowling$cron-expression.json from cache [579.3MiB/26.06s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$security-core.json from cache [587.6MiB/26.27s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-symfony$dom-crawler.json from cache [591.4MiB/26.59s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-erusev$parsedown.json from cache [592.1MiB/26.71s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$nexmo-notification-channel.json from cache [592.2MiB/26.72s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$slack-notification-channel.json from cache [592.9MiB/26.90s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-jakub-onderka$php-console-highlighter.json from cache [593.5MiB/27.02s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nexmo$client.json from cache [593.6MiB/27.21s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$notifications.json from cache [596.9MiB/27.74s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzlehttp$ringphp.json from cache [596.6MiB/27.76s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-jakub-onderka$php-console-color.json from cache [596.0MiB/27.77s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-php-http$guzzle6-adapter.json from cache [596.1MiB/27.78s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-nexmo$client-core.json from cache [596.6MiB/28.03s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$broadcasting.json from cache [599.0MiB/28.84s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$mail.json from cache [602.4MiB/29.77s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$queue.json from cache [606.7MiB/30.46s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-guzzlehttp$streams.json from cache [606.8MiB/30.47s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-php-http$httplug.json from cache [606.9MiB/30.48s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-php-http$client-implementation.json from cache [611.4MiB/30.57s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-zendframework$zend-diactoros.json from cache [612.8MiB/30.60s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-lcobucci$jwt.json from cache [613.5MiB/30.93s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-illuminate$database.json from cache [616.7MiB/31.62s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-php-http$promise.json from cache [616.7MiB/31.63s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-psr$http-factory.json from cache [615.6MiB/31.66s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-socialiteproviders$vkontakte.json from cache [615.9MiB/31.94s] Reading C:/Users/artcr/AppData/Local/Composer/repo/https---repo.packagist.org/provider-laravel$laravel.json from cache [1625.2MiB/64.95s] Resolving dependencies through SAT [1626.9MiB/65.01s] Looking at all rules. [1630.0MiB/66.66s] [1630.0MiB/68.18s] Something's changed, looking at all rules again (pass #2)[1630.1MiB/69.70s] Something's changed[1630.3MiB/71.27s] Something's changed, looking at all rules again (pass #4)[1630.3MiB/72.30s] [1630.3MiB/72.30s] Dependency resolution completed in 7.356 seconds [675.7MiB/73.51s] Analyzed 32836 packages to resolve dependencies [675.7MiB/73.51s] Analyzed 1981901 rules to resolve dependencies [675.7MiB/73.51s] Nothing to install or update [677.1MiB/73.55s] Resolving dependencies through SAT [677.1MiB/73.55s] Looking at all rules. [677.1MiB/73.57s] [677.1MiB/73.58s] Dependency resolution completed in 0.033 seconds [667.6MiB/73.67s] Reading C:\laragon\www\fearstrike/vendor/composer/installed.json [668.6MiB/73.69s] Executing command (C:\laragon\www\fearstrike\vendor\tcg\voyager): git log -n1 --pretty=%ct "5753a2c39fba82a8a10497efa2d38c2bb213103f" --no-show-signature [668.7MiB/73.91s] Reading ./composer.lock [669.4MiB/73.91s] Generating optimized autoload files [673.4MiB/79.76s] Deprecation Notice: Class GameQ\Protocols\EgS located in C:/laragon/www/fearstrike/vendor/austinb/gameq/src/GameQ\Protocols\Egs.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201 [673.4MiB/79.76s] Stack trace: [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:116 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:355 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:341 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:264 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Installer.php:307 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Command/UpdateCommand.php:163 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Command/Command.php:245 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:835 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:185 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Console/Application.php:281 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:117 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Console/Application.php:113 [673.4MiB/79.76s] phar://C:/laragon/bin/composer/composer.phar/bin/composer:61 [673.4MiB/79.76s] C:\laragon\bin\composer\composer.phar:24 [673.4MiB/79.85s] Deprecation Notice: Class GameQ\Protocols\SeriousSam located in C:/laragon/www/fearstrike/vendor/austinb/gameq/src/GameQ\Protocols\Serioussam.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201 [673.4MiB/79.85s] Stack trace: [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:116 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:355 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:341 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Autoload/AutoloadGenerator.php:264 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Installer.php:307 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Command/UpdateCommand.php:163 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Command/Command.php:245 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:835 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:185 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Console/Application.php:281 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/vendor/symfony/console/Application.php:117 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/src/Composer/Console/Application.php:113 [673.4MiB/79.85s] phar://C:/laragon/bin/composer/composer.phar/bin/composer:61 [673.4MiB/79.85s] C:\laragon\bin\composer\composer.phar:24 [676.1MiB/83.28s] > post-autoload-dump: Illuminate\Foundation\ComposerScripts::postAutoloadDump [681.8MiB/83.35s] > post-autoload-dump: @php artisan package:discover --ansi [681.8MiB/83.35s] Executing command (CWD): "C:\laragon\bin\php\php-7.4.9-Win32-vc15-x64\php.exe" -d allow_url_fopen="1" -d disable_functions="" -d memory_limit="8048M" artisan package:discover --ansi [678.5MiB/84.63s] 27 packages you are using are looking for funding. [678.5MiB/84.63s] Use the `composer fund` command to find out more! [678.5MiB/84.63s] Memory usage: 678.52MiB (peak: 1630.36MiB), time: 84.63s
And I expected this to happen: composer update is very slow, I would like it to work faster
Please try composer 2 which should be much faster.
Platform: windows 10 PHP: 7.4.9 Win32 vc15 x64 Shell: PowerShell
My
composer.json
:Output of
composer diagnose
:When I run this command:
I get the following output:
And I expected this to happen: composer update is very slow, I would like it to work faster