File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,11 @@ drupal_composer config minimum-stability dev
3838# https://getcomposer.org/doc/06-config.md#allow-plugins
3939drupal_composer config --no-plugins allow-plugins true
4040
41- # Ignore security advisories for simplesamlphp/saml2-legacy for now.
42- drupal_composer config --merge --json policy.advisories.ignore-id ' ["PKSA-11bv-m3wk-h9sn","PKSA-4y26-97zb-p98g"]'
43- # Ignore security advisories for simplesamlphp to allow resolving to a version
44- # compatible with the Drupal 10 platform (psr/http-message ^1.0 and
45- # symfony/console ^6.4).
46- drupal_composer config --merge --json policy.advisories.ignore ' ["simplesamlphp/simplesamlphp"]'
41+ # Resolving simplesamlphp (via drupal/simplesamlphp_auth) on the Drupal 10
42+ # platform (psr/http-message ^1.0 and symfony/console ^6.4) requires old
43+ # package versions that are flagged by security advisories. Disable Composer's
44+ # policy blocking; this throwaway project is only used for static analysis.
45+ export COMPOSER_NO_BLOCKING=1
4746
4847# Making Drupal 10 compatible
4948drupal_composer require psr/http-message:^1.0
You can’t perform that action at this time.
0 commit comments