Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa

## [Unreleased]

- [PR-317](https://github.com/OS2Forms/os2forms/pull/317)
Updated code analysis script.
- [PR-306](https://github.com/OS2Forms/os2forms/pull/306)
Made digital signature text placement configurable.
- [#251](https://github.com/OS2Forms/os2forms/issues/251)
Expand Down
2 changes: 1 addition & 1 deletion scripts/code-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ drupal_composer config --no-plugins allow-plugins true

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

drupal_composer require wikimedia/composer-merge-plugin
Expand Down
Loading