admin に投稿
DrupalCMS

security advisories

Your requirements could not be resolved to an installable set of packages.

 Problem 1
   - Root composer.json requires drupal/core-recommended ^11.3.10 -> satisfiable by drupal/core-recommended[11.3.10, 11.3.11].
   - drupal/core-recommended[11.3.10, ..., 11.3.11] require guzzlehttp/psr7 ~2.8.0 -> found guzzlehttp/psr7[2.8.0, 2.8.1] but these were not loaded, because they are affected by security advisories ("PKSA-jj5t-2zs1-dcfm", "PKSA-gm5x-j3mz-71n9"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add their IDs to the "policy.advisories.ignore-id" config or add the package to "policy.advisories.ignore". To turn the feature off entirely, you can set "policy.advisories.block" to false.

 

解決方法

# cd /usr/share/nginx/html/drupal/cms
# nano composer.json

{
    "config": {

        "policy": {
            "advisories": {
                "block": false
            }
        },

    }
}
# composer install