N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json (#320)

* N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json

* N°5270 - Rebase on develop branch
This commit is contained in:
Molkobain
2022-08-08 16:44:42 +02:00
committed by GitHub
parent 8cdc251378
commit 02afa2f19b
81 changed files with 1611 additions and 1357 deletions

View File

@@ -9,6 +9,7 @@ if (!(PHP_VERSION_ID >= 70400)) {
}
$missingExtensions = array();
extension_loaded('curl') || $missingExtensions[] = 'curl';
extension_loaded('dom') || $missingExtensions[] = 'dom';
extension_loaded('gd') || $missingExtensions[] = 'gd';
extension_loaded('iconv') || $missingExtensions[] = 'iconv';