Skip to content

Commit

Permalink
Add php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coastforge-mei committed Jun 30, 2022
1 parent 54f65db commit 892a510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"issues": "https://github.com/Kuestenschmiede/LdapBundle/issues"
},
"require": {
"php": ">=7.4",
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"menatwork/contao-multicolumnwizard-bundle": "^3.5.2",
"doctrine/orm": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Back end modules
*/
$GLOBALS['TL_LANG']['MOD']['con4gis_ldap'] = array('con4gis LDAP', 'Externe Benutzerauthentifizierungen');
$GLOBALS['TL_LANG']['MOD']['con4gis_ldap'] = array('con4gis LDAP', 'Externe Benutzerauthentifizierungen LDAP oder Active Directory.');
$GLOBALS['TL_LANG']['MOD']['C4gLdapBeGroups'] = array('Backend Gruppen', 'Backend Gruppen verwalten');
$GLOBALS['TL_LANG']['MOD']['C4gLdapFeGroups'] = array('Frontend Gruppen', 'Frontend Gruppen verwalten');
$GLOBALS['TL_LANG']['MOD']['C4gLdapSettings'] = array('Einstellungen', 'Allgemeine Einstellungen');

0 comments on commit 892a510

Please sign in to comment.