diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-10-12 21:41:24 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-10-12 21:41:24 +0100 |
| commit | 538b3071be929e1099879b491444176726a8c946 (patch) | |
| tree | 3d63db291eff34392bf743757709cf85bf8b1944 /composer.json | |
| parent | ba559e69d5e5291c924d00cf575730320812bc1c (diff) | |
| download | webtrees-538b3071be929e1099879b491444176726a8c946.tar.gz webtrees-538b3071be929e1099879b491444176726a8c946.tar.bz2 webtrees-538b3071be929e1099879b491444176726a8c946.zip | |
Update PHP dependencies
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json index 63fea2c151..bb45714816 100644 --- a/composer.json +++ b/composer.json @@ -51,15 +51,15 @@ "fisharebest/ext-calendar": "2.6.0", "fisharebest/localization": "1.17.0", "guzzlehttp/guzzle": "7.10.0", - "illuminate/database": "12.28.1", - "illuminate/support": "12.28.1", + "illuminate/database": "12.33.0", + "illuminate/support": "12.33.0", "intervention/image": "3.11.4", "league/commonmark": "2.7.1", "league/flysystem": "3.30.0", "league/flysystem-path-prefixing": "3.28.0", "league/flysystem-ziparchive": "3.29.0", "middlewares/client-ip": "2.1.0", - "mlocati/ip-lib": "1.20.0", + "mlocati/ip-lib": "1.21.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.2", - "symfony/console": "7.3.3", + "symfony/cache": "7.3.4", + "symfony/console": "7.3.4", "symfony/expression-language": "7.3.2", - "symfony/mailer": "7.3.3", + "symfony/mailer": "7.3.4", "symfony/polyfill-mbstring": "1.33.0", "tecnickcom/tcpdf": "6.10.0" }, @@ -84,12 +84,12 @@ "league/flysystem-memory": "3.29.0", "php-coveralls/php-coveralls": "2.8.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.1.25", + "phpstan/phpstan": "2.1.31", "phpstan/phpstan-deprecation-rules": "2.0.3", "phpstan/phpstan-phpunit": "2.0.7", - "phpstan/phpstan-strict-rules": "2.0.6", - "phpunit/phpunit": "12.3.11", - "squizlabs/php_codesniffer": "4.0.0-RC1" + "phpstan/phpstan-strict-rules": "2.0.7", + "phpunit/phpunit": "12.4.1", + "squizlabs/php_codesniffer": "4.0.0" }, "suggest": { "ext-imagick": "Required to generate thumbnail images", |
