diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-21 08:39:00 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-21 08:39:00 +0100 |
| commit | fea27162c757b5899f143ecd77fb6fe8f55a95de (patch) | |
| tree | e03a892c94202fc1653a2eeb42f8070719aedd89 /composer.json | |
| parent | 9e73f3c03da8e12dd31664bb097c1c730a8940ab (diff) | |
update to 1.13.0
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/composer.json b/composer.json index f4e7391..5b4e315 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,13 @@ "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" }, "conflict": { - "ext-maxminddb": "<1.9.0,>=2.0.0" + "ext-maxminddb": "<1.11.1 || >=2.0.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "*", + "friendsofphp/php-cs-fixer": "3.*", "phpunit/phpunit": ">=8.0.0,<10.0.0", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpcov": ">=6.0.0", - "squizlabs/php_codesniffer": "3.*" + "squizlabs/php_codesniffer": "4.*", + "phpstan/phpstan": "*" }, "autoload": { "psr-4": { |
