summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-08 07:47:26 +0200
committerRemi Collet <remi@remirepo.net>2020-08-08 07:47:26 +0200
commitaac287cda6e99154375a757eb9629e3eda490e62 (patch)
treeefc2f79bbd3057949e6903ae28392e249f48a9dd /composer.json
parent2267d05734f4ae794170fb9ee2aa80fb7773a112 (diff)
update to 1.7.0
now available on pecl raise dependency on PHP 7.2 switch to phpunit8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 39cdfe2..bbb43b8 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
}
],
"require": {
- "php": ">=5.6"
+ "php": ">=7.2"
},
"suggest": {
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
@@ -21,13 +21,13 @@
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"conflict": {
- "ext-maxminddb": "<1.6.0,>=2.0.0"
+ "ext-maxminddb": "<1.7.0,>=2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.*",
- "phpunit/phpunit": "5.*",
+ "phpunit/phpunit": ">=8.0.0,<10.0.0",
"php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpcov": "^3.0",
+ "phpunit/phpcov": ">=6.0.0",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {