summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-11-18 22:07:30 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-11-18 22:07:38 +0000
commit94920f455b876442aee5f1108959c8d769356e8e (patch)
treec9ca326cb8a26c6528be7b4d61d69ce8a0bb3297 /composer.json
parent37845cc210545b741ab493d6869a34ac82b16fe2 (diff)
downloadwebtrees-94920f455b876442aee5f1108959c8d769356e8e.tar.gz
webtrees-94920f455b876442aee5f1108959c8d769356e8e.tar.bz2
webtrees-94920f455b876442aee5f1108959c8d769356e8e.zip
Update PHP dependencies
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/composer.json b/composer.json
index bb45714816..17face8358 100644
--- a/composer.json
+++ b/composer.json
@@ -45,21 +45,21 @@
"ext-session": "*",
"ext-xml": "*",
"aura/router": "3.4.2",
- "ezyang/htmlpurifier": "4.18.0",
+ "ezyang/htmlpurifier": "4.19.0",
"fig/http-message-util": "1.1.5",
"fisharebest/algorithm": "1.6.0",
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/localization": "1.17.0",
"guzzlehttp/guzzle": "7.10.0",
- "illuminate/database": "12.33.0",
- "illuminate/support": "12.33.0",
+ "illuminate/database": "12.39.0",
+ "illuminate/support": "12.39.0",
"intervention/image": "3.11.4",
"league/commonmark": "2.7.1",
- "league/flysystem": "3.30.0",
+ "league/flysystem": "3.30.2",
"league/flysystem-path-prefixing": "3.28.0",
"league/flysystem-ziparchive": "3.29.0",
"middlewares/client-ip": "2.1.0",
- "mlocati/ip-lib": "1.21.0",
+ "mlocati/ip-lib": "1.22.0",
"nesbot/carbon": "3.10.3",
"nyholm/psr7": "1.8.2",
"nyholm/psr7-server": "1.1.0",
@@ -69,10 +69,10 @@
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.9.1",
"sabre/vobject": "4.5.7",
- "symfony/cache": "7.3.4",
- "symfony/console": "7.3.4",
+ "symfony/cache": "7.3.6",
+ "symfony/console": "7.3.6",
"symfony/expression-language": "7.3.2",
- "symfony/mailer": "7.3.4",
+ "symfony/mailer": "7.3.5",
"symfony/polyfill-mbstring": "1.33.0",
"tecnickcom/tcpdf": "6.10.0"
},
@@ -82,14 +82,14 @@
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"league/flysystem-memory": "3.29.0",
- "php-coveralls/php-coveralls": "2.8.0",
+ "php-coveralls/php-coveralls": "2.9.0",
"phpstan/extension-installer": "1.4.3",
- "phpstan/phpstan": "2.1.31",
+ "phpstan/phpstan": "2.1.32",
"phpstan/phpstan-deprecation-rules": "2.0.3",
- "phpstan/phpstan-phpunit": "2.0.7",
+ "phpstan/phpstan-phpunit": "2.0.8",
"phpstan/phpstan-strict-rules": "2.0.7",
- "phpunit/phpunit": "12.4.1",
- "squizlabs/php_codesniffer": "4.0.0"
+ "phpunit/phpunit": "12.4.3",
+ "squizlabs/php_codesniffer": "4.0.1"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",