Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access denied when running composer install #11959

Open
Luis-txd opened this issue May 2, 2024 · 2 comments
Open

Access denied when running composer install #11959

Luis-txd opened this issue May 2, 2024 · 2 comments
Labels

Comments

@Luis-txd
Copy link

Luis-txd commented May 2, 2024

Bug Description:

Trying to run composer update to install a project's depencencies. However, after installing everything, the action to rename the temporatyi zip always fails with the "Access Denied" error. Full report is as follows:

My composer.json:

{
    "type": "project",
    "license": "proprietary",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require": {
        "php": ">=8.2",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "api-platform/core": "^3.2",
        "doctrine/dbal": "^3",
        "doctrine/doctrine-bundle": "^2.11",
        "doctrine/doctrine-migrations-bundle": "^3.3",
        "doctrine/orm": "^3.1",
        "hwi/oauth-bundle": "^2.2",
        "imdhemy/appstore-iap": "^1.6",
        "imdhemy/google-play-billing": "^1.5",
        "imdhemy/laravel-purchases": "^1.10",
        "lexik/jwt-authentication-bundle": "^2.20",
        "nelmio/cors-bundle": "^2.4",
        "phpdocumentor/reflection-docblock": "^5.3",
        "phpstan/phpdoc-parser": "^1.26",
        "snc/redis-bundle": "^4.7",
        "sonata-project/admin-bundle": "^4.29",
        "sonata-project/doctrine-orm-admin-bundle": "^4.16",
        "sonata-project/media-bundle": "^4.11",
        "stof/doctrine-extensions-bundle": "^1.10",
        "symfony/asset": "7.0.*",
        "symfony/asset-mapper": "7.0.*",
        "symfony/console": "7.0.*",
        "symfony/doctrine-messenger": "7.0.*",
        "symfony/dotenv": "7.0.*",
        "symfony/expression-language": "7.0.*",
        "symfony/flex": "^2",
        "symfony/form": "7.0.*",
        "symfony/framework-bundle": "7.0.*",
        "symfony/http-client": "7.0.*",
        "symfony/intl": "7.0.*",
        "symfony/mailer": "7.0.*",
        "symfony/messenger": "7.0.*",
        "symfony/mime": "7.0.*",
        "symfony/monolog-bundle": "^3.0",
        "symfony/notifier": "7.0.*",
        "symfony/process": "7.0.*",
        "symfony/property-access": "7.0.*",
        "symfony/property-info": "7.0.*",
        "symfony/runtime": "7.0.*",
        "symfony/security-bundle": "7.0.*",
        "symfony/serializer": "7.0.*",
        "symfony/stimulus-bundle": "^2.16",
        "symfony/string": "7.0.*",
        "symfony/translation": "7.0.*",
        "symfony/twig-bundle": "7.0.*",
        "symfony/uid": "7.0.*",
        "symfony/ux-turbo": "^2.16",
        "symfony/validator": "7.0.*",
        "symfony/web-link": "7.0.*",
        "symfony/yaml": "7.0.*",
        "symfonycasts/verify-email-bundle": "^1.17",
        "twig/extra-bundle": "^2.12|^3.0",
        "twig/twig": "^2.12|^3.0"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true,
            "symfony/flex": true,
            "symfony/runtime": true
        },
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "App\\Tests\\": "tests/"
        }
    },
    "replace": {
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php72": "*",
        "symfony/polyfill-php73": "*",
        "symfony/polyfill-php74": "*",
        "symfony/polyfill-php80": "*",
        "symfony/polyfill-php81": "*",
        "symfony/polyfill-php82": "*"
    },
    "scripts": {
        "auto-scripts": {
            "cache:clear": "symfony-cmd",
            "assets:install %PUBLIC_DIR%": "symfony-cmd",
            "importmap:install": "symfony-cmd"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "symfony": {
            "allow-contrib": false,
            "require": "7.0.*"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "symfony/browser-kit": "7.0.*",
        "symfony/css-selector": "7.0.*",
        "symfony/debug-bundle": "7.0.*",
        "symfony/maker-bundle": "^1.0",
        "symfony/phpunit-bridge": "^7.0",
        "symfony/stopwatch": "7.0.*",
        "symfony/web-profiler-bundle": "7.0.*"
    }
}

Output of composer diagnose:

Checking platform settings: OK
Checking git settings: OK git version 2.43.0
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
Checking Composer and its dependencies for vulnerabilities: OK
Composer version: 2.7.4
PHP version: 8.3.6
PHP binary path: C:\php\php.exe
OpenSSL version: OpenSSL 3.0.13 30 Jan 2024
cURL version: 8.7.0-DEV libz 1.2.12 ssl OpenSSL/3.0.13
zip: extension present, unzip not available, 7-Zip present (7z)

When I run this command:

composer update -v

I get the following output:

Loading composer repositories with package information
Updating dependencies
Dependency resolution completed in 0.054 seconds
Analyzed 2012 packages to resolve dependencies
Analyzed 39767 rules to resolve dependencies
Nothing to modify in lock file
Dependency resolution completed in 0.001 seconds
Installing dependencies from lock file (including require-dev)
Package operations: 200 installs, 0 updates, 0 removals
Installs: symfony/flex:v2.4.5, symfony/runtime:v7.0.7, willdurand/negotiation:3.1.0, psr/link:2.0.1, symfony/web-link:v7.0.7, symfony/translation-contracts:v3.4.2, symfony/serializer:v7.0.7, symfony/polyfill-mbstring:v1.29.0, symfony/polyfill-intl-normalizer:v1.29.0, symfony/polyfill-intl-grapheme:v1.29.0, symfony/string:v7.0.7, symfony/property-info:v7.0.7, symfony/property-access:v7.0.7, symfony/polyfill-php83:v1.29.0, symfony/http-foundation:v7.0.7, psr/event-dispatcher:1.0.0, symfony/event-dispatcher-contracts:v3.4.2, symfony/event-dispatcher:v7.0.7, symfony/var-dumper:v7.0.7, psr/log:3.0.0, symfony/error-handler:v7.0.7, symfony/http-kernel:v7.0.7, symfony/deprecation-contracts:v3.4.0, psr/container:2.0.2, psr/cache:3.0.0, doctrine/inflector:2.0.10, api-platform/core:v3.3.0, behat/transliterator:v1.5.0, doctrine/lexer:3.0.1, doctrine/annotations:2.0.1, doctrine/cache:2.2.0, symfony/routing:v7.0.7, symfony/finder:v7.0.7, symfony/process:v7.0.7, symfony/filesystem:v7.0.7, symfony/var-exporter:v7.0.7, symfony/service-contracts:v3.4.2, symfony/dependency-injection:v7.0.7, symfony/config:v7.0.7, symfony/cache-contracts:v3.4.2, symfony/cache:v7.0.7, symfony/framework-bundle:v7.0.7, symfony/stopwatch:v7.0.7, symfony/console:v7.0.7, doctrine/event-manager:2.0.0, doctrine/deprecations:1.1.3, doctrine/dbal:3.8.4, doctrine/migrations:3.7.4, doctrine/persistence:3.3.2, symfony/doctrine-bridge:v7.0.7, doctrine/sql-formatter:1.2.0, doctrine/doctrine-bundle:2.12.0, doctrine/doctrine-migrations-bundle:3.3.0, webmozart/assert:1.11.0, dragonmantank/cron-expression:v3.3.3, fruitcake/php-cors:v1.3.0, psr/http-message:1.1, ralouphie/getallheaders:3.0.3, psr/http-factory:1.0.2, guzzlehttp/psr7:2.6.2, psr/http-client:1.0.3, guzzlehttp/promises:2.0.2, guzzlehttp/guzzle:7.8.1, firebase/php-jwt:v6.10.0, google/auth:v1.38.0, guzzlehttp/uri-template:v1.0.3, twig/twig:v3.9.3, symfony/twig-bridge:v7.0.7, symfony/twig-bundle:v7.0.7, symfony/password-hasher:v7.0.7, symfony/security-core:v7.0.7, symfony/security-http:v7.0.7, symfony/security-csrf:v7.0.7, psr/clock:1.0.0, symfony/clock:v7.0.7, symfony/security-bundle:v7.0.7, symfony/options-resolver:v7.0.7, symfony/http-client-contracts:v3.4.2, symfony/http-client:v7.0.7, symfony/polyfill-intl-icu:v1.29.0, symfony/form:v7.0.7, hwi/oauth-bundle:2.2.0, voku/portable-ascii:2.0.1, phpoption/phpoption:1.9.2, graham-campbell/result-type:v1.1.2, vlucas/phpdotenv:v5.6.0, symfony/css-selector:v7.0.7, tijsverkoyen/css-to-inline-styles:v2.2.7, symfony/polyfill-uuid:v1.29.0, symfony/uid:v7.0.7, symfony/polyfill-intl-idn:v1.29.0, symfony/mime:v7.0.7, egulias/email-validator:4.0.2, symfony/mailer:v7.0.7, ramsey/collection:2.0.0, brick/math:0.12.1, ramsey/uuid:4.7.6, psr/simple-cache:3.0.0, nunomaduro/termwind:v2.0.1, symfony/translation:v7.0.7, carbonphp/carbon-doctrine-types:2.1.0, nesbot/carbon:3.3.1, monolog/monolog:3.6.0, league/mime-type-detection:1.15.0, league/flysystem:3.27.0, league/flysystem-local:3.25.1, nette/utils:v4.0.4, nette/schema:v1.3.0, dflydev/dot-access-data:v3.0.2, league/config:v1.2.0, league/commonmark:2.4.2, laravel/serializable-closure:v1.3.3, laravel/framework:v11.6.0, laravel/prompts:v0.1.21, imdhemy/google-play-billing:1.5.2, lcobucci/clock:3.2.0, lcobucci/jwt:4.3.0, imdhemy/appstore-iap:1.6.1, imdhemy/laravel-purchases:1.10.0, knplabs/knp-menu:v3.5.0, knplabs/knp-menu-bundle:v3.4.1, symfony/polyfill-php56:v1.20.0, namshi/jose:7.2.3, lexik/jwt-authentication-bundle:v2.21.0, nelmio/cors-bundle:2.4.0, phpstan/phpdoc-parser:1.28.0, phpdocumentor/reflection-common:2.2.0, phpdocumentor/type-resolver:1.8.2, phpdocumentor/reflection-docblock:5.4.0, sebastian/version:3.0.2, sebastian/type:3.2.1, sebastian/resource-operations:3.0.4, sebastian/recursion-context:4.0.5, sebastian/object-reflector:2.0.4, sebastian/object-enumerator:4.0.4, sebastian/global-state:5.0.7, sebastian/exporter:4.0.6, sebastian/environment:5.1.5, sebastian/diff:4.0.6, sebastian/comparator:4.0.8, sebastian/code-unit:1.0.8, sebastian/cli-parser:1.0.2, phpunit/php-timer:5.0.3, phpunit/php-text-template:2.0.4, phpunit/php-invoker:3.1.1, phpunit/php-file-iterator:3.0.6, theseer/tokenizer:1.2.3, nikic/php-parser:v5.0.2, sebastian/lines-of-code:1.0.4, sebastian/complexity:2.0.3, sebastian/code-unit-reverse-lookup:2.0.3, phpunit/php-code-coverage:9.2.31, phar-io/version:3.2.1, phar-io/manifest:2.0.4, myclabs/deep-copy:1.11.1, doctrine/instantiator:2.0.0, phpunit/phpunit:9.6.19, snc/redis-bundle:4.7.1, symfony/validator:v7.0.7, symfony/asset:v7.0.7, sonata-project/form-extensions:2.4.0, doctrine/common:3.4.4, doctrine/collections:2.2.2, sonata-project/block-bundle:5.1.0, symfony/security-acl:v3.3.3, sonata-project/exporter:3.3.0, twig/string-extra:v3.9.0, symfony/expression-language:v7.0.7, sonata-project/twig-extensions:2.4.0, sonata-project/doctrine-extensions:2.4.0, sonata-project/admin-bundle:4.30.1, doctrine/orm:3.1.3, sonata-project/doctrine-orm-admin-bundle:4.17.1, nyholm/psr7:1.8.1, knplabs/gaufrette:v0.11.1, imagine/imagine:1.3.5, sonata-project/media-bundle:4.13.0, gedmo/doctrine-extensions:v3.14.0, stof/doctrine-extensions-bundle:v1.10.1, composer/semver:3.4.0, symfony/asset-mapper:v7.0.7, masterminds/html5:2.9.0, symfony/dom-crawler:v7.0.7, symfony/browser-kit:v7.0.7, symfony/debug-bundle:v7.0.7, symfony/messenger:v7.0.7, symfony/doctrine-messenger:v7.0.7, symfony/dotenv:v7.0.7, symfony/intl:v7.0.7, symfony/maker-bundle:v1.59.0, symfony/monolog-bridge:v7.0.7, symfony/monolog-bundle:v3.10.0, symfony/notifier:v7.0.7, symfony/phpunit-bridge:v7.0.7, symfony/stimulus-bundle:v2.17.0, symfony/ux-turbo:v2.17.0, symfony/web-profiler-bundle:v7.0.7, symfony/yaml:v7.0.7, symfonycasts/verify-email-bundle:v1.17.0, twig/extra-bundle:v3.9.3
  - Downloading symfony/flex (v2.4.5)
  - Downloading symfony/runtime (v7.0.7)
  - Downloading willdurand/negotiation (3.1.0)
  - Downloading psr/link (2.0.1)
  - Downloading symfony/web-link (v7.0.7)
  - Downloading symfony/translation-contracts (v3.4.2)
  - Downloading symfony/serializer (v7.0.7)
  - Downloading symfony/polyfill-mbstring (v1.29.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.29.0)
  - Downloading symfony/polyfill-intl-grapheme (v1.29.0)
  - Downloading symfony/string (v7.0.7)
  - Downloading symfony/property-info (v7.0.7)
  - Downloading symfony/property-access (v7.0.7)
  - Downloading symfony/polyfill-php83 (v1.29.0)
  - Downloading symfony/http-foundation (v7.0.7)
  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/event-dispatcher-contracts (v3.4.2)
  - Downloading symfony/event-dispatcher (v7.0.7)
  - Downloading symfony/var-dumper (v7.0.7)
  - Downloading psr/log (3.0.0)
  - Downloading symfony/error-handler (v7.0.7)
  - Downloading symfony/http-kernel (v7.0.7)
  - Downloading symfony/deprecation-contracts (v3.4.0)
  - Downloading psr/container (2.0.2)
  - Downloading psr/cache (3.0.0)
  - Downloading doctrine/inflector (2.0.10)
  - Downloading api-platform/core (v3.3.0)
  - Downloading behat/transliterator (v1.5.0)
  - Downloading doctrine/lexer (3.0.1)
  - Downloading doctrine/annotations (2.0.1)
  - Downloading doctrine/cache (2.2.0)
  - Downloading symfony/routing (v7.0.7)
  - Downloading symfony/finder (v7.0.7)
  - Downloading symfony/process (v7.0.7)
  - Downloading symfony/filesystem (v7.0.7)
  - Downloading symfony/var-exporter (v7.0.7)
  - Downloading symfony/service-contracts (v3.4.2)
  - Downloading symfony/dependency-injection (v7.0.7)
  - Downloading symfony/config (v7.0.7)
  - Downloading symfony/cache-contracts (v3.4.2)
  - Downloading symfony/cache (v7.0.7)
  - Downloading symfony/framework-bundle (v7.0.7)
  - Downloading symfony/stopwatch (v7.0.7)
  - Downloading symfony/console (v7.0.7)
  - Downloading doctrine/event-manager (2.0.0)
  - Downloading doctrine/deprecations (1.1.3)
  - Downloading doctrine/dbal (3.8.4)
  - Downloading doctrine/migrations (3.7.4)
  - Downloading doctrine/persistence (3.3.2)
  - Downloading symfony/doctrine-bridge (v7.0.7)
  - Downloading doctrine/sql-formatter (1.2.0)
  - Downloading doctrine/doctrine-bundle (2.12.0)
  - Downloading doctrine/doctrine-migrations-bundle (3.3.0)
  - Downloading webmozart/assert (1.11.0)
  - Downloading dragonmantank/cron-expression (v3.3.3)
  - Downloading fruitcake/php-cors (v1.3.0)
  - Downloading psr/http-message (1.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-factory (1.0.2)
  - Downloading guzzlehttp/psr7 (2.6.2)
  - Downloading psr/http-client (1.0.3)
  - Downloading guzzlehttp/promises (2.0.2)
  - Downloading guzzlehttp/guzzle (7.8.1)
  - Downloading firebase/php-jwt (v6.10.0)
  - Downloading google/auth (v1.38.0)
  - Downloading guzzlehttp/uri-template (v1.0.3)
  - Downloading twig/twig (v3.9.3)
  - Downloading symfony/twig-bridge (v7.0.7)
  - Downloading symfony/twig-bundle (v7.0.7)
  - Downloading symfony/password-hasher (v7.0.7)
  - Downloading symfony/security-core (v7.0.7)
  - Downloading symfony/security-http (v7.0.7)
  - Downloading symfony/security-csrf (v7.0.7)
  - Downloading psr/clock (1.0.0)
  - Downloading symfony/clock (v7.0.7)
  - Downloading symfony/security-bundle (v7.0.7)
  - Downloading symfony/options-resolver (v7.0.7)
  - Downloading symfony/http-client-contracts (v3.4.2)
  - Downloading symfony/http-client (v7.0.7)
  - Downloading symfony/polyfill-intl-icu (v1.29.0)
  - Downloading symfony/form (v7.0.7)
  - Downloading hwi/oauth-bundle (2.2.0)
  - Downloading voku/portable-ascii (2.0.1)
  - Downloading phpoption/phpoption (1.9.2)
  - Downloading graham-campbell/result-type (v1.1.2)
  - Downloading vlucas/phpdotenv (v5.6.0)
  - Downloading symfony/css-selector (v7.0.7)
  - Downloading tijsverkoyen/css-to-inline-styles (v2.2.7)
  - Downloading symfony/polyfill-uuid (v1.29.0)
  - Downloading symfony/uid (v7.0.7)
  - Downloading symfony/polyfill-intl-idn (v1.29.0)
  - Downloading symfony/mime (v7.0.7)
  - Downloading egulias/email-validator (4.0.2)
  - Downloading symfony/mailer (v7.0.7)
  - Downloading ramsey/collection (2.0.0)
  - Downloading brick/math (0.12.1)
  - Downloading ramsey/uuid (4.7.6)
  - Downloading psr/simple-cache (3.0.0)
  - Downloading nunomaduro/termwind (v2.0.1)
  - Downloading symfony/translation (v7.0.7)
  - Downloading carbonphp/carbon-doctrine-types (2.1.0)
  - Downloading nesbot/carbon (3.3.1)
  - Downloading monolog/monolog (3.6.0)
  - Downloading league/mime-type-detection (1.15.0)
  - Downloading league/flysystem (3.27.0)
  - Downloading league/flysystem-local (3.25.1)
  - Downloading nette/utils (v4.0.4)
  - Downloading nette/schema (v1.3.0)
  - Downloading dflydev/dot-access-data (v3.0.2)
  - Downloading league/config (v1.2.0)
  - Downloading league/commonmark (2.4.2)
  - Downloading laravel/serializable-closure (v1.3.3)
  - Downloading laravel/framework (v11.6.0)
  - Downloading laravel/prompts (v0.1.21)
  - Downloading imdhemy/google-play-billing (1.5.2)
  - Downloading lcobucci/clock (3.2.0)
  - Downloading lcobucci/jwt (4.3.0)
  - Downloading imdhemy/appstore-iap (1.6.1)
  - Downloading imdhemy/laravel-purchases (1.10.0)
  - Downloading knplabs/knp-menu (v3.5.0)
  - Downloading knplabs/knp-menu-bundle (v3.4.1)
  - Downloading namshi/jose (7.2.3)
  - Downloading lexik/jwt-authentication-bundle (v2.21.0)
  - Downloading nelmio/cors-bundle (2.4.0)
  - Downloading phpstan/phpdoc-parser (1.28.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading phpdocumentor/type-resolver (1.8.2)
  - Downloading phpdocumentor/reflection-docblock (5.4.0)
  - Downloading sebastian/version (3.0.2)
  - Downloading sebastian/type (3.2.1)
  - Downloading sebastian/resource-operations (3.0.4)
  - Downloading sebastian/recursion-context (4.0.5)
  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/global-state (5.0.7)
  - Downloading sebastian/exporter (4.0.6)
  - Downloading sebastian/environment (5.1.5)
  - Downloading sebastian/diff (4.0.6)
  - Downloading sebastian/comparator (4.0.8)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/cli-parser (1.0.2)
  - Downloading phpunit/php-timer (5.0.3)
  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading phpunit/php-invoker (3.1.1)
  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading theseer/tokenizer (1.2.3)
  - Downloading nikic/php-parser (v5.0.2)
  - Downloading sebastian/lines-of-code (1.0.4)
  - Downloading sebastian/complexity (2.0.3)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  - Downloading phpunit/php-code-coverage (9.2.31)
  - Downloading phar-io/version (3.2.1)
  - Downloading phar-io/manifest (2.0.4)
  - Downloading myclabs/deep-copy (1.11.1)
  - Downloading doctrine/instantiator (2.0.0)
  - Downloading phpunit/phpunit (9.6.19)
  - Downloading snc/redis-bundle (4.7.1)
  - Downloading symfony/validator (v7.0.7)
  - Downloading symfony/asset (v7.0.7)
  - Downloading sonata-project/form-extensions (2.4.0)
  - Downloading doctrine/common (3.4.4)
  - Downloading doctrine/collections (2.2.2)
  - Downloading sonata-project/block-bundle (5.1.0)
  - Downloading symfony/security-acl (v3.3.3)
  - Downloading sonata-project/exporter (3.3.0)
  - Downloading twig/string-extra (v3.9.0)
  - Downloading symfony/expression-language (v7.0.7)
  - Downloading sonata-project/twig-extensions (2.4.0)
  - Downloading sonata-project/doctrine-extensions (2.4.0)
  - Downloading sonata-project/admin-bundle (4.30.1)
  - Downloading doctrine/orm (3.1.3)
  - Downloading sonata-project/doctrine-orm-admin-bundle (4.17.1)
  - Downloading nyholm/psr7 (1.8.1)
  - Downloading knplabs/gaufrette (v0.11.1)
  - Downloading imagine/imagine (1.3.5)
  - Downloading sonata-project/media-bundle (4.13.0)
  - Downloading gedmo/doctrine-extensions (v3.14.0)
  - Downloading stof/doctrine-extensions-bundle (v1.10.1)
  - Downloading composer/semver (3.4.0)
  - Downloading symfony/asset-mapper (v7.0.7)
  - Downloading masterminds/html5 (2.9.0)
  - Downloading symfony/dom-crawler (v7.0.7)
  - Downloading symfony/browser-kit (v7.0.7)
  - Downloading symfony/debug-bundle (v7.0.7)
  - Downloading symfony/messenger (v7.0.7)
  - Downloading symfony/doctrine-messenger (v7.0.7)
  - Downloading symfony/dotenv (v7.0.7)
  - Downloading symfony/intl (v7.0.7)
  - Downloading symfony/maker-bundle (v1.59.0)
  - Downloading symfony/monolog-bridge (v7.0.7)
  - Downloading symfony/monolog-bundle (v3.10.0)
  - Downloading symfony/notifier (v7.0.7)
  - Downloading symfony/phpunit-bridge (v7.0.7)
  - Downloading symfony/stimulus-bundle (v2.17.0)
  - Downloading symfony/ux-turbo (v2.17.0)
  - Downloading symfony/web-profiler-bundle (v7.0.7)
  - Downloading symfony/yaml (v7.0.7)
  - Downloading symfonycasts/verify-email-bundle (v1.17.0)
  - Downloading twig/extra-bundle (v3.9.3)
   0/199 [>---------------------------]   0% < 1 sec  - Downloading symfony/translation-contracts (v3.4.2)
   0/199 [>---------------------------]   0% 2 secs  - Downloading symfony/polyfill-intl-grapheme (v1.29.0)
  - Downloading symfony/polyfill-mbstring (v1.29.0)
  - Downloading symfony/property-info (v7.0.7)
  - Downloading symfony/runtime (v7.0.7)
  - Downloading symfony/flex (v2.4.5)
  - Downloading psr/link (2.0.1)
   0/199 [>---------------------------]   0% 5 secs  - Downloading symfony/polyfill-intl-normalizer (v1.29.0)
  - Downloading symfony/string (v7.0.7)
  - Downloading willdurand/negotiation (3.1.0)
   0/199 [>---------------------------]   0% 6 secs  - Downloading symfony/web-link (v7.0.7)
  - Downloading symfony/translation-contracts (v3.4.2)
   0/199 [>---------------------------]   0% 7 secs  - Downloading symfony/polyfill-intl-grapheme (v1.29.0)
  - Downloading symfony/polyfill-mbstring (v1.29.0)
  - Downloading symfony/runtime (v7.0.7)
  - Downloading symfony/flex (v2.4.5)
  - Downloading psr/link (2.0.1)
   0/199 [>---------------------------]   0% 10 secs  - Downloading symfony/property-info (v7.0.7)
  - Downloading symfony/polyfill-intl-normalizer (v1.29.0)
  - Downloading symfony/string (v7.0.7)
  - Downloading symfony/web-link (v7.0.7)
  - Downloading symfony/translation-contracts (v3.4.2)
   0/199 [>---------------------------]   0% 12 secs  - Downloading symfony/serializer (v7.0.7)
  - Downloading willdurand/negotiation (3.1.0)
  - Downloading symfony/polyfill-intl-grapheme (v1.29.0)
   0/199 [>---------------------------]   0% 14 secs  - Downloading psr/link (2.0.1)
  - Downloading symfony/polyfill-mbstring (v1.29.0)
   0/199 [>---------------------------]   0% 15 secs  - Downloading symfony/runtime (v7.0.7)
  - Downloading symfony/flex (v2.4.5)
  - Downloading symfony/property-info (v7.0.7)
  - Downloading symfony/web-link (v7.0.7)
   0/199 [>---------------------------]   0% 17 secs  - Downloading symfony/polyfill-intl-normalizer (v1.29.0)
  - Downloading symfony/string (v7.0.7)
  - Downloading willdurand/negotiation (3.1.0)
   2/199 [>---------------------------]   1% 19 secs  - Downloading symfony/serializer (v7.0.7)
  - Downloading symfony/property-access (v7.0.7)
   8/199 [=>--------------------------]   4% 20 secs  - Downloading symfony/polyfill-php83 (v1.29.0)
  - Downloading psr/event-dispatcher (1.0.0)
  10/199 [=>--------------------------]   5% 21 secs  - Downloading psr/log (3.0.0)
  - Downloading symfony/serializer (v7.0.7)
  - Downloading symfony/event-dispatcher-contracts (v3.4.2)
  - Downloading symfony/event-dispatcher (v7.0.7)
  11/199 [=>--------------------------]   5% 23 secs  - Downloading symfony/var-dumper (v7.0.7)
  - Downloading symfony/http-foundation (v7.0.7)
  - Downloading symfony/property-access (v7.0.7)
  11/199 [=>--------------------------]   5% 25 secs  - Downloading symfony/error-handler (v7.0.7)
  - Downloading symfony/polyfill-php83 (v1.29.0)
  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/http-kernel (v7.0.7)
  - Downloading psr/log (3.0.0)
  - Downloading symfony/deprecation-contracts (v3.4.0)
  11/199 [=>--------------------------]   5% 28 secs  - Downloading symfony/event-dispatcher (v7.0.7)
  - Downloading symfony/property-access (v7.0.7)
  12/199 [=>--------------------------]   6% 29 secs  - Downloading symfony/event-dispatcher-contracts (v3.4.2)
  - Downloading symfony/var-dumper (v7.0.7)
  12/199 [=>--------------------------]   6% 30 secs  - Downloading symfony/http-foundation (v7.0.7)
  - Downloading symfony/error-handler (v7.0.7)
  - Downloading psr/log (3.0.0)
  - Downloading symfony/deprecation-contracts (v3.4.0)
  - Downloading symfony/event-dispatcher (v7.0.7)
  - Downloading psr/container (2.0.2)
  12/199 [=>--------------------------]   6% 33 secs  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/http-kernel (v7.0.7)
  12/199 [=>--------------------------]   6% 34 secs  - Downloading symfony/polyfill-php83 (v1.29.0)
  - Downloading symfony/event-dispatcher-contracts (v3.4.2)
  13/199 [=>--------------------------]   6% 35 secs  - Downloading symfony/var-dumper (v7.0.7)
  - Downloading symfony/http-foundation (v7.0.7)
  14/199 [=>--------------------------]   7% 36 secs  - Downloading symfony/error-handler (v7.0.7)
  - Downloading symfony/http-kernel (v7.0.7)
  - Downloading psr/cache (3.0.0)
  15/199 [==>-------------------------]   7% 38 secs  - Downloading symfony/deprecation-contracts (v3.4.0)
  - Downloading psr/container (2.0.2)
  18/199 [==>-------------------------]   9% 39 secs  - Downloading doctrine/inflector (2.0.10)
  - Downloading psr/cache (3.0.0)
  21/199 [==>-------------------------]  10% 40 secs  - Downloading psr/container (2.0.2)
  - Downloading doctrine/lexer (3.0.1)
  23/199 [===>------------------------]  11% 41 secs  - Downloading doctrine/annotations (2.0.1)
  - Downloading doctrine/cache (2.2.0)
  23/199 [===>------------------------]  11% 42 secs  - Downloading doctrine/inflector (2.0.10)
  - Downloading behat/transliterator (v1.5.0)
  - Downloading symfony/routing (v7.0.7)
  23/199 [===>------------------------]  11% 44 secs  - Downloading psr/cache (3.0.0)
  - Downloading symfony/finder (v7.0.7)
  23/199 [===>------------------------]  11% 45 secs  - Downloading api-platform/core (v3.3.0)
  - Downloading symfony/process (v7.0.7)
  - Downloading symfony/filesystem (v7.0.7)
  - Downloading doctrine/lexer (3.0.1)
  - Downloading doctrine/annotations (2.0.1)
  - Downloading doctrine/cache (2.2.0)
  24/199 [===>------------------------]  12% 48 secs  - Downloading behat/transliterator (v1.5.0)
  - Downloading doctrine/inflector (2.0.10)
  - Downloading symfony/routing (v7.0.7)
  25/199 [===>------------------------]  12% 50 secs  - Downloading symfony/finder (v7.0.7)
  - Downloading doctrine/annotations (2.0.1)
  25/199 [===>------------------------]  12% 51 secs  - Downloading symfony/process (v7.0.7)
  - Downloading symfony/filesystem (v7.0.7)
  - Downloading doctrine/cache (2.2.0)
  25/199 [===>------------------------]  12% 52 secs  - Downloading symfony/var-exporter (v7.0.7)
  - Downloading doctrine/lexer (3.0.1)
  25/199 [===>------------------------]  12% 53 secs  - Downloading api-platform/core (v3.3.0)
  - Downloading behat/transliterator (v1.5.0)
  25/199 [===>------------------------]  12% 54 secs  - Downloading symfony/routing (v7.0.7)
  - Downloading symfony/service-contracts (v3.4.2)
  - Downloading symfony/finder (v7.0.7)
  28/199 [===>------------------------]  14% 56 secs  - Downloading symfony/process (v7.0.7)
  - Downloading symfony/filesystem (v7.0.7)
  28/199 [===>------------------------]  14% 57 secs  - Downloading symfony/var-exporter (v7.0.7)
  - Downloading api-platform/core (v3.3.0)
  29/199 [====>-----------------------]  14% 58 secs  - Downloading symfony/dependency-injection (v7.0.7)
  - Downloading symfony/service-contracts (v3.4.2)
  - Downloading symfony/config (v7.0.7)
  - Downloading symfony/cache-contracts (v3.4.2)
  33/199 [====>-----------------------]  16%  1 min  - Downloading symfony/var-exporter (v7.0.7)
  - Downloading symfony/cache (v7.0.7)
  - Downloading symfony/stopwatch (v7.0.7)
  34/199 [====>-----------------------]  17%  1 min  - Downloading symfony/framework-bundle (v7.0.7)
  - Downloading symfony/dependency-injection (v7.0.7)
  - Downloading symfony/service-contracts (v3.4.2)
  - Downloading symfony/cache-contracts (v3.4.2)
  - Downloading doctrine/event-manager (2.0.0)
  - Downloading symfony/config (v7.0.7)
  - Downloading symfony/console (v7.0.7)
  36/199 [=====>----------------------]  18%  1 min  - Downloading symfony/cache (v7.0.7)
  - Downloading doctrine/deprecations (1.1.3)
  - Downloading symfony/stopwatch (v7.0.7)
  - Downloading symfony/framework-bundle (v7.0.7)
  - Downloading symfony/dependency-injection (v7.0.7)
  - Downloading symfony/cache-contracts (v3.4.2)
  - Downloading doctrine/event-manager (2.0.0)
  37/199 [=====>----------------------]  18%  1 min  - Downloading symfony/config (v7.0.7)
  - Downloading doctrine/dbal (3.8.4)
  - Downloading doctrine/migrations (3.7.4)
  - Downloading doctrine/deprecations (1.1.3)
  - Downloading symfony/stopwatch (v7.0.7)
  - Downloading symfony/console (v7.0.7)
  - Downloading symfony/cache (v7.0.7)
  - Downloading symfony/framework-bundle (v7.0.7)
  - Downloading doctrine/event-manager (2.0.0)
  - Downloading doctrine/persistence (3.3.2)
  40/199 [=====>----------------------]  20%  1 min  - Downloading doctrine/dbal (3.8.4)
  - Downloading doctrine/migrations (3.7.4)
  - Downloading doctrine/deprecations (1.1.3)
  42/199 [=====>----------------------]  21%  1 min  - Downloading symfony/console (v7.0.7)
  - Downloading symfony/doctrine-bridge (v7.0.7)
  - Downloading doctrine/sql-formatter (1.2.0)
  - Downloading doctrine/dbal (3.8.4)
  - Downloading doctrine/doctrine-migrations-bundle (3.3.0)
  44/199 [======>---------------------]  22%  1 min  - Downloading doctrine/persistence (3.3.2)
  - Downloading doctrine/doctrine-bundle (2.12.0)
  - Downloading doctrine/migrations (3.7.4)
  - Downloading dragonmantank/cron-expression (v3.3.3)
  - Downloading fruitcake/php-cors (v1.3.0)
  45/199 [======>---------------------]  22%  1 min  - Downloading webmozart/assert (1.11.0)
  - Downloading doctrine/sql-formatter (1.2.0)
  - Downloading doctrine/doctrine-migrations-bundle (3.3.0)
  46/199 [======>---------------------]  23%  1 min  - Downloading symfony/doctrine-bridge (v7.0.7)
  - Downloading doctrine/persistence (3.3.2)
  47/199 [======>---------------------]  23%  1 min  - Downloading doctrine/doctrine-bundle (2.12.0)
  - Downloading psr/http-message (1.1)
  - Downloading dragonmantank/cron-expression (v3.3.3)
  - Downloading fruitcake/php-cors (v1.3.0)
  - Downloading webmozart/assert (1.11.0)
  - Downloading doctrine/sql-formatter (1.2.0)
  - Downloading doctrine/doctrine-migrations-bundle (3.3.0)
  - Downloading ralouphie/getallheaders (3.0.3)
  48/199 [======>---------------------]  24%  1 min  - Downloading symfony/doctrine-bridge (v7.0.7)
  - Downloading psr/http-factory (1.0.2)
  49/199 [======>---------------------]  24%  1 min  - Downloading doctrine/doctrine-bundle (2.12.0)
  - Downloading psr/http-message (1.1)
  - Downloading dragonmantank/cron-expression (v3.3.3)
  - Downloading webmozart/assert (1.11.0)
  - Downloading ralouphie/getallheaders (3.0.3)
  50/199 [=======>--------------------]  25%  1 min  - Downloading guzzlehttp/psr7 (2.6.2)
  - Downloading fruitcake/php-cors (v1.3.0)
  51/199 [=======>--------------------]  25%  1 min  - Downloading psr/http-client (1.0.3)
  - Downloading psr/http-factory (1.0.2)
  53/199 [=======>--------------------]  26%  1 min  - Downloading psr/http-message (1.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading guzzlehttp/promises (2.0.2)
  55/199 [=======>--------------------]  27%  1 min  - Downloading guzzlehttp/psr7 (2.6.2)
  - Downloading psr/http-client (1.0.3)
  56/199 [=======>--------------------]  28%  1 min  - Downloading guzzlehttp/guzzle (7.8.1)
  - Downloading psr/http-factory (1.0.2)
  - Downloading firebase/php-jwt (v6.10.0)
  - Downloading google/auth (v1.38.0)
  57/199 [========>-------------------]  28%  1 min  - Downloading guzzlehttp/promises (2.0.2)
  - Downloading guzzlehttp/uri-template (v1.0.3)
  - Downloading twig/twig (v3.9.3)
  58/199 [========>-------------------]  29%  1 min  - Downloading guzzlehttp/psr7 (2.6.2)
  - Downloading symfony/twig-bridge (v7.0.7)
  - Downloading firebase/php-jwt (v6.10.0)
  59/199 [========>-------------------]  29%  1 min  - Downloading psr/http-client (1.0.3)
  - Downloading guzzlehttp/guzzle (7.8.1)
  - Downloading google/auth (v1.38.0)
  - Downloading symfony/twig-bundle (v7.0.7)
  - Downloading guzzlehttp/promises (2.0.2)
  - Downloading symfony/password-hasher (v7.0.7)
  - Downloading guzzlehttp/uri-template (v1.0.3)
  - Downloading twig/twig (v3.9.3)
  - Downloading firebase/php-jwt (v6.10.0)
  60/199 [========>-------------------]  30%  1 min  - Downloading symfony/security-core (v7.0.7)
  - Downloading symfony/twig-bridge (v7.0.7)
  61/199 [========>-------------------]  30%  1 min  - Downloading guzzlehttp/guzzle (7.8.1)
  - Downloading google/auth (v1.38.0)
  - Downloading guzzlehttp/uri-template (v1.0.3)
  - Downloading symfony/twig-bundle (v7.0.7)
  62/199 [========>-------------------]  31%  1 min  - Downloading symfony/password-hasher (v7.0.7)
  - Downloading twig/twig (v3.9.3)
  63/199 [========>-------------------]  31%  1 min  - Downloading symfony/security-http (v7.0.7)
  - Downloading symfony/security-core (v7.0.7)
  64/199 [=========>------------------]  32%  1 min  - Downloading symfony/security-csrf (v7.0.7)
  - Downloading psr/clock (1.0.0)
  66/199 [=========>------------------]  33%  1 min  - Downloading symfony/twig-bridge (v7.0.7)
  - Downloading symfony/twig-bundle (v7.0.7)
  - Downloading symfony/password-hasher (v7.0.7)
  - Downloading symfony/security-http (v7.0.7)
  67/199 [=========>------------------]  33%  1 min  - Downloading symfony/clock (v7.0.7)
  - Downloading symfony/security-core (v7.0.7)
  - Downloading symfony/options-resolver (v7.0.7)
  - Downloading symfony/security-csrf (v7.0.7)
  - Downloading psr/clock (1.0.0)
  - Downloading symfony/http-client-contracts (v3.4.2)
  - Downloading symfony/security-bundle (v7.0.7)
  - Downloading symfony/http-client (v7.0.7)
  - Downloading symfony/security-http (v7.0.7)
  69/199 [=========>------------------]  34%  1 min  - Downloading psr/clock (1.0.0)
  - Downloading symfony/clock (v7.0.7)
  - Downloading symfony/options-resolver (v7.0.7)
  - Downloading symfony/security-csrf (v7.0.7)
  - Downloading symfony/http-client-contracts (v3.4.2)
  71/199 [=========>------------------]  35% 2 mins  - Downloading symfony/polyfill-intl-icu (v1.29.0)
  - Downloading symfony/security-bundle (v7.0.7)
  - Downloading symfony/http-client (v7.0.7)
  - Downloading hwi/oauth-bundle (2.2.0)
  - Downloading symfony/form (v7.0.7)
  73/199 [==========>-----------------]  36% 2 mins  - Downloading voku/portable-ascii (2.0.1)
  - Downloading symfony/clock (v7.0.7)
  - Downloading symfony/options-resolver (v7.0.7)
  - Downloading symfony/http-client-contracts (v3.4.2)
  74/199 [==========>-----------------]  37% 2 mins  - Downloading symfony/polyfill-intl-icu (v1.29.0)
  - Downloading symfony/security-bundle (v7.0.7)
  - Downloading symfony/http-client (v7.0.7)
  - Downloading graham-campbell/result-type (v1.1.2)
  - Downloading hwi/oauth-bundle (2.2.0)
  - Downloading phpoption/phpoption (1.9.2)
  - Downloading symfony/form (v7.0.7)
  - Downloading voku/portable-ascii (2.0.1)
  - Downloading vlucas/phpdotenv (v5.6.0)
  - Downloading symfony/polyfill-intl-icu (v1.29.0)
  77/199 [==========>-----------------]  38% 2 mins  - Downloading phpoption/phpoption (1.9.2)
  - Downloading graham-campbell/result-type (v1.1.2)
  79/199 [===========>----------------]  39% 2 mins  - Downloading symfony/form (v7.0.7)
  - Downloading hwi/oauth-bundle (2.2.0)
  - Downloading voku/portable-ascii (2.0.1)
  - Downloading vlucas/phpdotenv (v5.6.0)
  - Downloading symfony/css-selector (v7.0.7)
  - Downloading tijsverkoyen/css-to-inline-styles (v2.2.7)
  - Downloading symfony/polyfill-uuid (v1.29.0)
  - Downloading symfony/uid (v7.0.7)
  - Downloading phpoption/phpoption (1.9.2)
  - Downloading graham-campbell/result-type (v1.1.2)
  80/199 [===========>----------------]  40% 2 mins  - Downloading symfony/polyfill-intl-idn (v1.29.0)
  - Downloading vlucas/phpdotenv (v5.6.0)
  - Downloading tijsverkoyen/css-to-inline-styles (v2.2.7)
  81/199 [===========>----------------]  40% 2 mins  - Downloading symfony/css-selector (v7.0.7)
  - Downloading symfony/polyfill-uuid (v1.29.0)
  - Downloading symfony/uid (v7.0.7)
  - Downloading egulias/email-validator (4.0.2)
  83/199 [===========>----------------]  41% 2 mins  - Downloading symfony/mime (v7.0.7)
  - Downloading symfony/polyfill-intl-idn (v1.29.0)
  - Downloading tijsverkoyen/css-to-inline-styles (v2.2.7)
  86/199 [============>---------------]  43% 2 mins  - Downloading symfony/css-selector (v7.0.7)
  - Downloading symfony/polyfill-uuid (v1.29.0)
  - Downloading symfony/mailer (v7.0.7)
  - Downloading symfony/uid (v7.0.7)
  - Downloading egulias/email-validator (4.0.2)
  - Downloading ramsey/collection (2.0.0)
  - Downloading brick/math (0.12.1)
  - Downloading ramsey/uuid (4.7.6)
  - Downloading symfony/mime (v7.0.7)
  - Downloading psr/simple-cache (3.0.0)
  87/199 [============>---------------]  43% 2 mins  - Downloading symfony/polyfill-intl-idn (v1.29.0)
  - Downloading symfony/mailer (v7.0.7)
  89/199 [============>---------------]  44% 2 mins  - Downloading egulias/email-validator (4.0.2)
  - Downloading ramsey/collection (2.0.0)
  90/199 [============>---------------]  45% 2 mins  - Downloading brick/math (0.12.1)
  - Downloading ramsey/uuid (4.7.6)
  - Downloading psr/simple-cache (3.0.0)
  - Downloading symfony/mime (v7.0.7)
  - Downloading nunomaduro/termwind (v2.0.1)
  91/199 [============>---------------]  45% 2 mins  - Downloading symfony/translation (v7.0.7)
  - Downloading carbonphp/carbon-doctrine-types (2.1.0)
  - Downloading symfony/mailer (v7.0.7)
  - Downloading nesbot/carbon (3.3.1)
  - Downloading ramsey/collection (2.0.0)
  - Downloading psr/simple-cache (3.0.0)
  92/199 [============>---------------]  46% 2 mins  - Downloading brick/math (0.12.1)
  - Downloading ramsey/uuid (4.7.6)
  - Downloading nunomaduro/termwind (v2.0.1)
  - Downloading monolog/monolog (3.6.0)
  - Downloading carbonphp/carbon-doctrine-types (2.1.0)
  93/199 [=============>--------------]  46% 2 mins  - Downloading league/mime-type-detection (1.15.0)
  - Downloading symfony/translation (v7.0.7)
  94/199 [=============>--------------]  47% 2 mins  - Downloading nesbot/carbon (3.3.1)
  - Downloading league/flysystem (3.27.0)
  - Downloading carbonphp/carbon-doctrine-types (2.1.0)
  98/199 [=============>--------------]  49% 2 mins  - Downloading nunomaduro/termwind (v2.0.1)
  - Downloading monolog/monolog (3.6.0)
  - Downloading league/mime-type-detection (1.15.0)
  - Downloading symfony/translation (v7.0.7)
  - Downloading nette/utils (v4.0.4)
  - Downloading league/flysystem-local (3.25.1)
  - Downloading nesbot/carbon (3.3.1)
  - Downloading nette/schema (v1.3.0)
  - Downloading dflydev/dot-access-data (v3.0.2)
  - Downloading league/flysystem (3.27.0)
  - Downloading league/config (v1.2.0)
  99/199 [=============>--------------]  49% 2 mins  - Downloading monolog/monolog (3.6.0)
 100/199 [==============>-------------]  50% 2 mins  - Downloading league/mime-type-detection (1.15.0)
  - Downloading nette/utils (v4.0.4)
  - Downloading league/flysystem-local (3.25.1)
  - Downloading league/flysystem (3.27.0)
  - Downloading laravel/serializable-closure (v1.3.3)
 101/199 [==============>-------------]  50% 2 mins  - Downloading league/config (v1.2.0)
  - Downloading nette/schema (v1.3.0)
  - Downloading dflydev/dot-access-data (v3.0.2)
  - Downloading league/commonmark (2.4.2)
  - Downloading laravel/framework (v11.6.0)
 104/199 [==============>-------------]  52% 2 mins  - Downloading nette/utils (v4.0.4)
  - Downloading league/flysystem-local (3.25.1)
  - Downloading laravel/serializable-closure (v1.3.3)
  - Downloading league/config (v1.2.0)
  - Downloading dflydev/dot-access-data (v3.0.2)
 105/199 [==============>-------------]  52% 2 mins  - Downloading nette/schema (v1.3.0)
  - Downloading lcobucci/clock (3.2.0)
  - Downloading laravel/prompts (v0.1.21)
  - Downloading league/commonmark (2.4.2)
  - Downloading imdhemy/google-play-billing (1.5.2)
  - Downloading laravel/framework (v11.6.0)
  - Downloading laravel/serializable-closure (v1.3.3)
  - Downloading lcobucci/jwt (4.3.0)
 106/199 [==============>-------------]  53% 2 mins  - Downloading lcobucci/clock (3.2.0)
  - Downloading laravel/prompts (v0.1.21)
 110/199 [===============>------------]  55% 3 mins  - Downloading league/commonmark (2.4.2)
  - Downloading lcobucci/jwt (4.3.0)
 111/199 [===============>------------]  55% 3 mins  - Downloading laravel/framework (v11.6.0)
  - Downloading imdhemy/google-play-billing (1.5.2)
  - Downloading imdhemy/appstore-iap (1.6.1)
  - Downloading knplabs/knp-menu-bundle (v3.4.1)
  - Downloading namshi/jose (7.2.3)
  - Downloading lcobucci/clock (3.2.0)
  - Downloading knplabs/knp-menu (v3.5.0)
  - Downloading imdhemy/laravel-purchases (1.10.0)
  - Downloading laravel/prompts (v0.1.21)
  - Downloading lexik/jwt-authentication-bundle (v2.21.0)
  - Downloading lcobucci/jwt (4.3.0)
 112/199 [===============>------------]  56% 3 mins  - Downloading knplabs/knp-menu-bundle (v3.4.1)
  - Downloading imdhemy/google-play-billing (1.5.2)
  - Downloading namshi/jose (7.2.3)
  - Downloading imdhemy/appstore-iap (1.6.1)
  - Downloading knplabs/knp-menu (v3.5.0)
 114/199 [================>-----------]  57% 3 mins  - Downloading imdhemy/laravel-purchases (1.10.0)
  - Downloading nelmio/cors-bundle (2.4.0)
 115/199 [================>-----------]  57% 3 mins  - Downloading lexik/jwt-authentication-bundle (v2.21.0)
  - Downloading knplabs/knp-menu-bundle (v3.4.1)
 116/199 [================>-----------]  58% 3 mins  - Downloading namshi/jose (7.2.3)
  - Downloading phpstan/phpdoc-parser (1.28.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading phpdocumentor/type-resolver (1.8.2)
 117/199 [================>-----------]  58% 3 mins  - Downloading knplabs/knp-menu (v3.5.0)
  - Downloading imdhemy/appstore-iap (1.6.1)
  - Downloading lexik/jwt-authentication-bundle (v2.21.0)
  - Downloading imdhemy/laravel-purchases (1.10.0)
  - Downloading nelmio/cors-bundle (2.4.0)
  - Downloading sebastian/version (3.0.2)
  - Downloading phpdocumentor/type-resolver (1.8.2)
  - Downloading phpdocumentor/reflection-docblock (5.4.0)
 119/199 [================>-----------]  59% 3 mins  - Downloading phpstan/phpdoc-parser (1.28.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
 122/199 [=================>----------]  61% 3 mins  - Downloading nelmio/cors-bundle (2.4.0)
  - Downloading sebastian/type (3.2.1)
  - Downloading sebastian/version (3.0.2)
  - Downloading phpdocumentor/type-resolver (1.8.2)
  - Downloading phpdocumentor/reflection-docblock (5.4.0)
  - Downloading sebastian/resource-operations (3.0.4)
  - Downloading phpstan/phpdoc-parser (1.28.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/recursion-context (4.0.5)
  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/version (3.0.2)
 123/199 [=================>----------]  61% 3 mins  - Downloading phpdocumentor/reflection-docblock (5.4.0)
  - Downloading sebastian/type (3.2.1)
  - Downloading sebastian/resource-operations (3.0.4)
 126/199 [=================>----------]  63% 3 mins  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/recursion-context (4.0.5)
  - Downloading sebastian/global-state (5.0.7)
 128/199 [==================>---------]  64% 3 mins  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/exporter (4.0.6)
  - Downloading sebastian/resource-operations (3.0.4)
  - Downloading sebastian/environment (5.1.5)
 129/199 [==================>---------]  64% 3 mins  - Downloading sebastian/type (3.2.1)
  - Downloading sebastian/diff (4.0.6)
  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/comparator (4.0.8)
  - Downloading sebastian/recursion-context (4.0.5)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/global-state (5.0.7)
  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/environment (5.1.5)
  - Downloading sebastian/cli-parser (1.0.2)
  - Downloading sebastian/exporter (4.0.6)
 130/199 [==================>---------]  65% 3 mins  - Downloading sebastian/diff (4.0.6)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/cli-parser (1.0.2)
 133/199 [==================>---------]  66% 3 mins  - Downloading sebastian/comparator (4.0.8)
  - Downloading sebastian/global-state (5.0.7)
  - Downloading sebastian/environment (5.1.5)
  - Downloading sebastian/exporter (4.0.6)
  - Downloading phpunit/php-timer (5.0.3)
 134/199 [==================>---------]  67% 3 mins  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading phpunit/php-invoker (3.1.1)
  - Downloading sebastian/diff (4.0.6)
  - Downloading sebastian/cli-parser (1.0.2)
  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading phpunit/php-timer (5.0.3)
  - Downloading theseer/tokenizer (1.2.3)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/comparator (4.0.8)
  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading phpunit/php-invoker (3.1.1)
 137/199 [===================>--------]  68% 3 mins  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading phpunit/php-timer (5.0.3)
  - Downloading theseer/tokenizer (1.2.3)
  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading sebastian/lines-of-code (1.0.4)
  - Downloading sebastian/complexity (2.0.3)
 139/199 [===================>--------]  69% 3 mins  - Downloading phpunit/php-invoker (3.1.1)
 141/199 [===================>--------]  70% 3 mins  - Downloading nikic/php-parser (v5.0.2)
  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
 143/199 [====================>-------]  71% 3 mins  - Downloading theseer/tokenizer (1.2.3)
  - Downloading sebastian/lines-of-code (1.0.4)
  - Downloading sebastian/complexity (2.0.3)
  - Downloading phpunit/php-code-coverage (9.2.31)
  - Downloading phar-io/version (3.2.1)
 144/199 [====================>-------]  72% 3 mins  - Downloading phar-io/manifest (2.0.4)
  - Downloading nikic/php-parser (v5.0.2)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  - Downloading myclabs/deep-copy (1.11.1)
  - Downloading doctrine/instantiator (2.0.0)
 145/199 [====================>-------]  72% 3 mins  - Downloading sebastian/complexity (2.0.3)
  - Downloading phpunit/phpunit (9.6.19)
  - Downloading sebastian/lines-of-code (1.0.4)
  - Downloading phpunit/php-code-coverage (9.2.31)
  - Downloading phar-io/version (3.2.1)
  - Downloading phar-io/manifest (2.0.4)
 146/199 [====================>-------]  73% 4 mins  - Downloading nikic/php-parser (v5.0.2)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  - Downloading myclabs/deep-copy (1.11.1)
  - Downloading doctrine/instantiator (2.0.0)
 147/199 [====================>-------]  73% 4 mins  - Downloading snc/redis-bundle (4.7.1)
  - Downloading phpunit/phpunit (9.6.19)
  - Downloading phar-io/manifest (2.0.4)
  - Downloading symfony/validator (v7.0.7)
  - Downloading phpunit/php-code-coverage (9.2.31)
 148/199 [====================>-------]  74% 4 mins  - Downloading phar-io/version (3.2.1)
  - Downloading myclabs/deep-copy (1.11.1)
  - Downloading doctrine/instantiator (2.0.0)
  - Downloading symfony/asset (v7.0.7)
  - Downloading snc/redis-bundle (4.7.1)
 150/199 [=====================>------]  75% 4 mins  - Downloading phpunit/phpunit (9.6.19)
  - Downloading symfony/validator (v7.0.7)
  - Downloading sonata-project/form-extensions (2.4.0)
  - Downloading doctrine/common (3.4.4)
 154/199 [=====================>------]  77% 4 mins  - Downloading snc/redis-bundle (4.7.1)
  - Downloading doctrine/collections (2.2.2)
 155/199 [=====================>------]  77% 4 mins  - Downloading symfony/asset (v7.0.7)
  - Downloading sonata-project/block-bundle (5.1.0)
 156/199 [=====================>------]  78% 4 mins  - Downloading symfony/validator (v7.0.7)
  - Downloading symfony/security-acl (v3.3.3)
  - Downloading sonata-project/exporter (3.3.0)
  - Downloading symfony/expression-language (v7.0.7)
  - Downloading doctrine/collections (2.2.2)
  - Downloading sonata-project/form-extensions (2.4.0)
  - Downloading twig/string-extra (v3.9.0)
  - Downloading doctrine/common (3.4.4)
  - Downloading symfony/asset (v7.0.7)
 157/199 [======================>-----]  78% 4 mins  - Downloading sonata-project/block-bundle (5.1.0)
  - Downloading sonata-project/twig-extensions (2.4.0)
  - Downloading sonata-project/exporter (3.3.0)
 158/199 [======================>-----]  79% 4 mins  - Downloading symfony/security-acl (v3.3.3)
  - Downloading symfony/expression-language (v7.0.7)
  - Downloading twig/string-extra (v3.9.0)
  - Downloading doctrine/collections (2.2.2)
  - Downloading sonata-project/form-extensions (2.4.0)
  - Downloading doctrine/common (3.4.4)
 159/199 [======================>-----]  79% 4 mins  - Downloading sonata-project/doctrine-extensions (2.4.0)
  - Downloading sonata-project/block-bundle (5.1.0)
  - Downloading sonata-project/twig-extensions (2.4.0)
  - Downloading sonata-project/exporter (3.3.0)
  - Downloading sonata-project/admin-bundle (4.30.1)
  - Downloading symfony/security-acl (v3.3.3)
  - Downloading symfony/expression-language (v7.0.7)
  - Downloading twig/string-extra (v3.9.0)
  - Downloading sonata-project/doctrine-extensions (2.4.0)
 161/199 [======================>-----]  80% 4 mins  - Downloading doctrine/orm (3.1.3)
  - Downloading sonata-project/twig-extensions (2.4.0)
 166/199 [=======================>----]  83% 4 mins  - Downloading sonata-project/doctrine-orm-admin-bundle (4.17.1)
  - Downloading sonata-project/admin-bundle (4.30.1)
  - Downloading nyholm/psr7 (1.8.1)
  - Downloading knplabs/gaufrette (v0.11.1)
 167/199 [=======================>----]  83% 4 mins  - Downloading doctrine/orm (3.1.3)
  - Downloading sonata-project/doctrine-extensions (2.4.0)
  - Downloading stof/doctrine-extensions-bundle (v1.10.1)
  - Downloading composer/semver (3.4.0)
 168/199 [=======================>----]  84% 4 mins  - Downloading sonata-project/media-bundle (4.13.0)
  - Downloading gedmo/doctrine-extensions (v3.14.0)
  - Downloading sonata-project/doctrine-orm-admin-bundle (4.17.1)
  - Downloading imagine/imagine (1.3.5)
  - Downloading nyholm/psr7 (1.8.1)
  - Downloading knplabs/gaufrette (v0.11.1)
  - Downloading doctrine/orm (3.1.3)
  - Downloading composer/semver (3.4.0)
  - Downloading symfony/asset-mapper (v7.0.7)
 169/199 [=======================>----]  84% 4 mins  - Downloading sonata-project/admin-bundle (4.30.1)
  - Downloading stof/doctrine-extensions-bundle (v1.10.1)
  - Downloading sonata-project/media-bundle (4.13.0)
  - Downloading gedmo/doctrine-extensions (v3.14.0)
  - Downloading sonata-project/doctrine-orm-admin-bundle (4.17.1)
  - Downloading knplabs/gaufrette (v0.11.1)
  - Downloading nyholm/psr7 (1.8.1)
 170/199 [=======================>----]  85% 4 mins  - Downloading composer/semver (3.4.0)
  - Downloading masterminds/html5 (2.9.0)
  - Downloading stof/doctrine-extensions-bundle (v1.10.1)
  - Downloading symfony/asset-mapper (v7.0.7)
  - Downloading sonata-project/media-bundle (4.13.0)
  - Downloading gedmo/doctrine-extensions (v3.14.0)
 173/199 [========================>---]  86% 4 mins  - Downloading imagine/imagine (1.3.5)
  - Downloading symfony/dom-crawler (v7.0.7)
 176/199 [========================>---]  88% 4 mins  - Downloading masterminds/html5 (2.9.0)
  - Downloading symfony/asset-mapper (v7.0.7)
  - Downloading symfony/browser-kit (v7.0.7)
  - Downloading symfony/messenger (v7.0.7)
 178/199 [=========================>--]  89% 4 mins  - Downloading symfony/debug-bundle (v7.0.7)
  - Downloading imagine/imagine (1.3.5)
  - Downloading symfony/dom-crawler (v7.0.7)
  - Downloading symfony/dotenv (v7.0.7)
  - Downloading masterminds/html5 (2.9.0)
  - Downloading symfony/doctrine-messenger (v7.0.7)
  - Downloading symfony/browser-kit (v7.0.7)
  - Downloading symfony/monolog-bridge (v7.0.7)
  - Downloading symfony/debug-bundle (v7.0.7)
  - Downloading symfony/messenger (v7.0.7)
 179/199 [=========================>--]  89% 4 mins  - Downloading symfony/maker-bundle (v1.59.0)
  - Downloading symfony/dom-crawler (v7.0.7)
  - Downloading symfony/dotenv (v7.0.7)
  - Downloading symfony/doctrine-messenger (v7.0.7)
 180/199 [=========================>--]  90% 4 mins  - Downloading symfony/browser-kit (v7.0.7)
  - Downloading symfony/monolog-bridge (v7.0.7)
  - Downloading symfony/intl (v7.0.7)
  - Downloading symfony/debug-bundle (v7.0.7)
  - Downloading symfony/monolog-bundle (v3.10.0)
  - Downloading symfony/messenger (v7.0.7)
  - Downloading symfony/doctrine-messenger (v7.0.7)
 181/199 [=========================>--]  90% 4 mins  - Downloading symfony/dotenv (v7.0.7)
  - Downloading symfony/monolog-bridge (v7.0.7)
  - Downloading symfony/maker-bundle (v1.59.0)
  - Downloading symfony/notifier (v7.0.7)
 183/199 [=========================>--]  91% 4 mins  - Downloading symfony/monolog-bundle (v3.10.0)
  - Downloading symfony/phpunit-bridge (v7.0.7)
 184/199 [=========================>--]  92% 5 mins  - Downloading symfony/ux-turbo (v2.17.0)
  - Downloading symfony/notifier (v7.0.7)
  - Downloading symfony/stimulus-bundle (v2.17.0)
 188/199 [==========================>-]  94% 5 mins  - Downloading symfony/intl (v7.0.7)
  - Downloading symfony/maker-bundle (v1.59.0)
  - Downloading symfony/web-profiler-bundle (v7.0.7)
  - Downloading symfony/monolog-bundle (v3.10.0)
  - Downloading symfony/phpunit-bridge (v7.0.7)
  - Downloading symfony/yaml (v7.0.7)
  - Downloading twig/extra-bundle (v3.9.3)
  - Downloading symfonycasts/verify-email-bundle (v1.17.0)
  - Downloading symfony/ux-turbo (v2.17.0)
  - Downloading symfony/stimulus-bundle (v2.17.0)
  - Downloading symfony/notifier (v7.0.7)
 189/199 [==========================>-]  94% 5 mins  - Downloading symfony/phpunit-bridge (v7.0.7)
  - Downloading symfony/yaml (v7.0.7)
 190/199 [==========================>-]  95% 5 mins  - Downloading symfony/web-profiler-bundle (v7.0.7)
  - Downloading twig/extra-bundle (v3.9.3)
  - Downloading symfony/ux-turbo (v2.17.0)
 191/199 [==========================>-]  95% 5 mins  - Downloading symfonycasts/verify-email-bundle (v1.17.0)
  - Downloading symfony/intl (v7.0.7)
  - Downloading symfony/stimulus-bundle (v2.17.0)
  - Downloading symfony/yaml (v7.0.7)
  - Downloading symfony/web-profiler-bundle (v7.0.7)
  - Downloading twig/extra-bundle (v3.9.3)
 192/199 [===========================>]  96% 5 mins  - Downloading symfonycasts/verify-email-bundle (v1.17.0)
 199/199 [============================] 100% 5 mins
In CurlDownloader.php line 443:

  [ErrorException]
  rename(C:\Users\magyc\Documents\dev\[project-name]/vendor/composer/tmp-9d062ad445396ff8da28f7dba087dc48.zip
  ~,C:\Users\magyc\Documents\dev\[project-name]/vendor/composer/tmp-9d062ad445396ff8da28f7dba087dc48.zip): Ac
  cess is denied (code: 5)


Exception trace:
  at phar://C:/composer/composer.phar/src/Composer/Util/Http/CurlDownloader.php:443
 Composer\Util\ErrorHandler::handle() at n/a:n/a
 rename() at phar://C:/composer/composer.phar/src/Composer/Util/Http/CurlDownloader.php:443
 Composer\Util\Http\CurlDownloader->tick() at phar://C:/composer/composer.phar/src/Composer/Util/HttpDownloader.php:392
 Composer\Util\HttpDownloader->countActiveJobs() at phar://C:/composer/composer.phar/src/Composer/Util/Loop.php:88
 Composer\Util\Loop->wait() at phar://C:/composer/composer.phar/src/Composer/Installer/InstallationManager.php:430
 Composer\Installer\InstallationManager->waitOnPromises() at phar://C:/composer/composer.phar/src/Composer/Installer/InstallationManager.php:286
 Composer\Installer\InstallationManager->downloadAndExecuteBatch() at phar://C:/composer/composer.phar/src/Composer/Installer/InstallationManager.php:218
 Composer\Installer\InstallationManager->execute() at phar://C:/composer/composer.phar/src/Composer/Installer.php:825
 Composer\Installer->doInstall() at phar://C:/composer/composer.phar/src/Composer/Installer.php:650
 Composer\Installer->doUpdate() at phar://C:/composer/composer.phar/src/Composer/Installer.php:296
 Composer\Installer->run() at phar://C:/composer/composer.phar/src/Composer/Command/UpdateCommand.php:251
 Composer\Command\UpdateCommand->execute() at phar://C:/composer/composer.phar/vendor/symfony/console/Command/Command.php:298
 Symfony\Component\Console\Command\Command->run() at phar://C:/composer/composer.phar/vendor/symfony/console/Application.php:1040
 Symfony\Component\Console\Application->doRunCommand() at phar://C:/composer/composer.phar/vendor/symfony/console/Application.php:301
 Symfony\Component\Console\Application->doRun() at phar://C:/composer/composer.phar/src/Composer/Console/Application.php:389
 Composer\Console\Application->doRun() at phar://C:/composer/composer.phar/vendor/symfony/console/Application.php:171
 Symfony\Component\Console\Application->run() at phar://C:/composer/composer.phar/src/Composer/Console/Application.php:147
 Composer\Console\Application->run() at phar://C:/composer/composer.phar/bin/composer:93
 require() at C:\composer\composer.phar:29

And I expected this to happen:
Expected the dependencies to be installed, but it fails in the last steps.

@Seldaek
Copy link
Member

Seldaek commented May 21, 2024

Might be due to some antivirus or similar software locking the filesystem while composer is working? I'm not sure what else would cause a rename to fail there.

@geniuswebtools
Copy link

I just ran into this as well. Adding a message to check or add an exception to the AV software would save people who run into this in the future a lot of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants