diff options
| author | André Noack <noack@data-quest.de> | 2024-12-12 14:52:00 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-12-12 14:52:00 +0000 |
| commit | 940d2aaa8638b4e0c764579cb3977e7be527c81f (patch) | |
| tree | 79bd2d7f02359e1bb24931b33513e082f8404a91 /composer.json | |
| parent | 3a2a88172ccbe97aaecf4ea32b97cd07b92dcb11 (diff) | |
StEP 1552 closes #1552
Closes #1552
Merge request studip/studip!1137
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 9c6118b..7aef546 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,9 @@ "lib/exceptions/", "lib/exceptions/course/" ], + "Studip\\Middleware\\": "lib/middleware/", + "Studip\\Session\\": "lib/session/", + "Studip\\Authentication\\": "lib/authentication/", "Trails\\": "lib/trails/", "": [ "lib/classes/", @@ -50,7 +53,6 @@ "lib/models/resources/", "lib/modules/", "lib/navigation/", - "lib/phplib/", "lib/plugins/core/", "lib/plugins/db/", "lib/plugins/engine/", @@ -58,7 +60,6 @@ ] }, "classmap": [ - "lib/phplib/email_validation.php", "lib/messaging.inc.php", "lib/plugins/core/StudIPPlugin.php", "app/controllers/module/mvv_controller.php", |
