Skip to content

Commit bf97a23

Browse files
authored
Merge pull request #151 from OS2Forms/f/module_cleanup
OS-143 modules cleanup: ldap_auth, logging_alerts, maillog
2 parents fc33762 + a0de500 commit bf97a23

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
- Removed modules ldap_auth, logging_alerts, maillog
15+
1416
## [3.21.2] 2025-01-07
1517

1618
- Adds missing `http-message-util` requirement and use statement.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dompdf/dompdf": "^2.0",
2424
"drupal/admin_toolbar": "^3.0",
2525
"drupal/advancedqueue": "^1.0",
26+
"drupal/cache_control_override": "^1.1|^2.0",
2627
"drupal/clientside_validation": "^4.0",
2728
"drupal/coc_forms_auto_export": "^2.0@alpha",
2829
"drupal/config_entity_revisions": "dev-2.0.x",
@@ -31,14 +32,13 @@
3132
"drupal/entity_print": "^2.1",
3233
"drupal/eu_cookie_compliance": "^1.8",
3334
"drupal/events_logging": "^2.0@beta",
35+
"drupal/gin": "^3.0-rc",
3436
"drupal/honeypot": "^2.0",
3537
"drupal/image_widget_crop": "^2.3",
3638
"drupal/ldap": "^4.2",
37-
"drupal/ldap_auth": "^1.17",
3839
"drupal/leaflet": "^10.0",
3940
"drupal/leaflet_layers": "^1.1",
4041
"drupal/libraries": "^4.0",
41-
"drupal/logging_alerts": "^2.0",
4242
"drupal/maestro": "^3.1",
4343
"drupal/mailsystem": "^4.1",
4444
"drupal/masquerade": "^2.0@RC",
@@ -72,6 +72,7 @@
7272
"os2web/os2web_audit": "^0.1.6",
7373
"os2web/os2web_datalookup": "^2.0",
7474
"os2web/os2web_nemlogin": "^1.0",
75+
"os2web/os2web_simplesaml": "dev-master",
7576
"php-http/guzzle7-adapter": "^1.0",
7677
"phpoffice/phpword": "^0.18.2",
7778
"symfony/options-resolver": "^5.4 || ^6.0",
@@ -83,7 +84,6 @@
8384
"require-dev": {
8485
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
8586
"drupal/coder": "^8.3",
86-
"drupal/maillog": "^1.0",
8787
"mglaman/phpstan-drupal": "^1.1",
8888
"phpstan/extension-installer": "^1.3",
8989
"phpstan/phpstan-deprecation-rules": "^1.1",

0 commit comments

Comments
 (0)