From fac7704c70dd3d3fe73d49aa2d86ccb56a5e2118 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Dec 2025 15:47:12 +0100 Subject: update to 2.0.35 (no change) --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 98bc7a5..45e5c87 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,17 @@ "ext-pcre": "*", "tecnickcom/tc-lib-unicode-data": "^2.0" }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + }, "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58", - "squizlabs/php_codesniffer": "4.0.1" + "squizlabs/php_codesniffer": "4.0.1", + "phpcompatibility/php-compatibility": "^10.0.0@dev" }, "autoload": { "psr-4": { -- cgit