MDL-80635 libraries: Upgrade GeoIP2 and Maxmind DB Reader

- GeoIP2 PHP API 3.0.0
- MaxMind DB Reader API 1.11.1

Signed-off-by: Daniel Ziegenberg <[email protected]>
This commit is contained in:
Daniel Ziegenberg
2024-05-17 15:56:36 +02:00
parent f49d120761
commit ab7a137afa
46 changed files with 2213 additions and 905 deletions
@@ -4,11 +4,8 @@ declare(strict_types=1);
namespace MaxMind\Db\Reader;
use Exception;
/**
* This class should be thrown when unexpected data is found in the database.
*/
class InvalidDatabaseException extends Exception
{
}
// phpcs:disable
class InvalidDatabaseException extends \Exception {}