summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-09 18:51:50 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-09 18:58:31 +0000
commit6a7468886d1924b95cd8a0123574b684ea70e13f (patch)
tree08144c11b0c460561b8df0077e1475b2bdc4cd64 /composer.json
parente5e50fe17496637a749c7d686b9b7abe6447a886 (diff)
downloadwebtrees-6a7468886d1924b95cd8a0123574b684ea70e13f.tar.gz
webtrees-6a7468886d1924b95cd8a0123574b684ea70e13f.tar.bz2
webtrees-6a7468886d1924b95cd8a0123574b684ea70e13f.zip
Upgrade PHPunit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index d63388e5a5..40c9146f4c 100644
--- a/composer.json
+++ b/composer.json
@@ -48,15 +48,15 @@
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/localization": "1.17.0",
"guzzlehttp/guzzle": "7.9.2",
- "illuminate/database": "11.36.1",
- "illuminate/support": "11.37.0",
- "intervention/image": "3.10.2",
+ "illuminate/database": "11.41.3",
+ "illuminate/support": "11.41.3",
+ "intervention/image": "3.11.1",
"league/commonmark": "2.6.1",
"league/flysystem": "3.29.1",
"league/flysystem-path-prefixing": "3.28.0",
"league/flysystem-ziparchive": "3.29.0",
"middlewares/client-ip": "2.0.1",
- "mlocati/ip-lib": "1.18.1",
+ "mlocati/ip-lib": "1.20.0",
"nesbot/carbon": "3.8.4",
"nyholm/psr7": "1.8.2",
"nyholm/psr7-server": "1.1.0",
@@ -66,12 +66,12 @@
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.7.6",
"sabre/vobject": "4.5.6",
- "symfony/cache": "7.2.1",
+ "symfony/cache": "7.2.3",
"symfony/console": "7.2.1",
"symfony/expression-language": "7.2.0",
- "symfony/mailer": "7.2.0",
+ "symfony/mailer": "7.2.3",
"symfony/polyfill-mbstring": "1.31.0",
- "tecnickcom/tcpdf": "6.8.0"
+ "tecnickcom/tcpdf": "6.8.2"
},
"require-dev": {
"ext-dom": "*",
@@ -80,7 +80,7 @@
"ext-sqlite3": "*",
"league/flysystem-memory": "3.29.0",
"php-coveralls/php-coveralls": "2.7.0",
- "phpunit/phpunit": "11.5.2"
+ "phpunit/phpunit": "12.0.2"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",