mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
10 lines
142 B
PHP
10 lines
142 B
PHP
|
<?php
|
||
|
|
||
|
$config = [];
|
||
|
|
||
|
if (PHP_VERSION_ID < 80100) {
|
||
|
$config['parameters']['typeAliases']['FTP\Connection'] = 'resource';
|
||
|
}
|
||
|
|
||
|
return $config;
|