imported mlocati/ip-lib version 1.14.0

This commit is contained in:
El RIDO 2021-05-22 09:21:01 +02:00
parent 194b27e685
commit 89f6f0051d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
20 changed files with 3048 additions and 8 deletions

View file

@ -8,4 +8,5 @@ $baseDir = dirname($vendorDir);
return array(
'PrivateBin\\' => array($baseDir . '/lib'),
'Identicon\\' => array($vendorDir . '/yzalis/identicon/src/Identicon'),
'IPLib\\' => array($vendorDir . '/mlocati/ip-lib/src'),
);