-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Composer getting stuck at "Something's changed, looking at all rules again" #10200
Copy link
Copy link
Closed
Description
My composer.json:
{
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.2.1",
"doctrine/data-fixtures": "^1.5.1",
"doctrine/doctrine-bundle": "^2.4.3",
"doctrine/mongodb-odm": "^2.2.2",
"doctrine/mongodb-odm-bundle": "^4.3.0",
"doctrine/orm": "^2.10.1",
"doctrine/phpcr-bundle": "^2.3.0",
"doctrine/phpcr-odm": "^1.5.4",
"jackalope/jackalope-doctrine-dbal": "^1.7.1",
"ocramius/proxy-manager": "^2.13",
"psy/psysh": "^0.10.9",
"symfony/symfony": "^4.4.32 || ^5.3.9",
"theofidry/composer-inheritance-plugin": "^1.2",
"theofidry/psysh-bundle": "^4.4",
"wouterj/eloquent-bundle": "^2.1.1"
}
}Output of composer diagnose:
Checking composer.json: WARNING
No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
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: You are not running the latest stable version, run `composer self-update` to update (2.1.3 => 2.1.9)
Composer version: 2.1.3
PHP version: 7.4.21
PHP binary path: /path/to/.phpbrew/php/php-7.4.21/bin/php
OpenSSL version: OpenSSL 1.1.1k 25 Mar 2021
cURL version: 7.78.0 libz 1.2.11 ssl (SecureTransport) OpenSSL/1.1.1l
zip: extension present, unzip present
When I run this command:
...
Updating dependencies
Generating rules
Resolving dependencies through SAT
Looking at all rules.
Something's changed, looking at all rules again (pass #34)
Before Updating dependencies there is a lot of Reading/Downloading, I can provide the full list if necessary. From there the pass just keep increasing indefinitely.
I am really not sure where to look at.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels