Skip to content

Commit 9852e37

Browse files
committed
Upgraded drupal lenient version requirement
1 parent 5092830 commit 9852e37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"http-interop/http-factory-guzzle": "^1.0.0",
5555
"itk-dev/beskedfordeler-drupal": "^1.0",
5656
"itk-dev/serviceplatformen": "^1.7.1",
57-
"mglaman/composer-drupal-lenient": "^1.0",
57+
"mglaman/composer-drupal-lenient": "^2.0",
5858
"os2web/os2web_audit": "^1.0",
5959
"os2web/os2web_datalookup": "^3.0",
6060
"os2web/os2web_key": "^1.0",

scripts/code-analysis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ drupal_composer config --no-plugins allow-plugins true
4040

4141
# Making Drupal 10 compatible
4242
drupal_composer require psr/http-message:^1.0
43-
drupal_composer require mglaman/composer-drupal-lenient:^1.0
43+
drupal_composer require mglaman/composer-drupal-lenient
4444
drupal_composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/coc_forms_auto_export", "drupal/webform_node_element"]'
4545

4646
drupal_composer require wikimedia/composer-merge-plugin

0 commit comments

Comments
 (0)