N°7416 - Fix typo in composer.json

This commit is contained in:
Molkobain
2024-04-08 15:11:28 +02:00
parent 3d6509e246
commit 3a6a5ca49d

View File

@@ -45,9 +45,9 @@
"ext-openssl": "Can be used as a polyfill if libsodium is not installed",
"ext-mcrypt": "Can be used as a polyfill if either libsodium and openssl are not installed (libsodium and openssl are more secure)",
"ext-apcu": "For better performance and stability",
"ext-imap": "Required by the extension \"Mail to ticket automation\""
"ext-imap": "Required by the extension \"Mail to ticket automation\"",
"ext-ldap": "Required to use LDAP as an identity provider",
"ext-posix": "Not required by the core, but some extensions uses it.",
"ext-posix": "Not required by the core, but some extensions uses it."
},
"config": {
"platform": {