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,6 +38,13 @@ 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"]'
47+
4148# Making Drupal 10 compatible
4249drupal_composer require psr/http-message:^1.0
4350drupal_composer require mglaman/composer-drupal-lenient:^1.0
You can’t perform that action at this time.
0 commit comments