diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4ddcc36..39cdfe2 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,9 @@ "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" }, + "conflict": { + "ext-maxminddb": "<1.6.0,>=2.0.0" + }, "require-dev": { "friendsofphp/php-cs-fixer": "2.*", "phpunit/phpunit": "5.*", |