summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-24 10:59:39 +0100
committerRemi Collet <remi@php.net>2026-02-24 10:59:39 +0100
commit0e1f533fae6aafd7b1b19b2941311463389aa325 (patch)
tree450510a3485851e671650981037d4adc0eae6db2 /composer.json
parent24a6c3015d8265398ecea047bcdbc08777991f7f (diff)
update to 8.4.12
raise dependency on tc-lib-file 2.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index f57807f..0edcba9 100644
--- a/composer.json
+++ b/composer.json
@@ -26,7 +26,7 @@
"tecnickcom/tc-lib-color": "^2.3",
"tecnickcom/tc-lib-pdf-image": "^2.1",
"tecnickcom/tc-lib-pdf-font": "^2.6",
- "tecnickcom/tc-lib-file": "^2.2",
+ "tecnickcom/tc-lib-file": "^2.3",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1",
"tecnickcom/tc-lib-unicode-data": "^2.0",
"tecnickcom/tc-lib-unicode": "^2.0",
@@ -41,7 +41,7 @@
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.5.8 || 11.5.50 || 10.5.63",
+ "phpunit/phpunit": "13.0.5 || 12.5.14 || 11.5.55 || 10.5.63",
"squizlabs/php_codesniffer": "4.0.1",
"phpcompatibility/php-compatibility": "^10.0.0@dev"
},