diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-06-12 11:24:13 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-06-12 11:30:32 +0100 |
| commit | 4960c6dff03eb5bb2258a9b131da7ee454ba62bf (patch) | |
| tree | b3244ba33b889ee5cfc47e51d54262169fa28487 /composer.json | |
| parent | 71a43167ea7c1a6e01465f1af5962a62a708aeb0 (diff) | |
| download | webtrees-4960c6dff03eb5bb2258a9b131da7ee454ba62bf.tar.gz webtrees-4960c6dff03eb5bb2258a9b131da7ee454ba62bf.tar.bz2 webtrees-4960c6dff03eb5bb2258a9b131da7ee454ba62bf.zip | |
Upate PHP dependencies
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 578119503c..4adc61e293 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,8 @@ "fisharebest/ext-calendar": "2.6.0", "fisharebest/localization": "1.17.0", "guzzlehttp/guzzle": "7.9.3", - "illuminate/database": "12.16.0", - "illuminate/support": "12.16.0", + "illuminate/database": "12.18.0", + "illuminate/support": "12.18.0", "intervention/image": "3.11.3", "league/commonmark": "2.7.0", "league/flysystem": "3.29.1", @@ -67,7 +67,7 @@ "psr/http-message": "2.0", "psr/http-server-handler": "1.0.2", "psr/http-server-middleware": "1.0.2", - "ramsey/uuid": "4.7.6", + "ramsey/uuid": "4.8.1", "sabre/vobject": "4.5.7", "symfony/cache": "7.3.0", "symfony/console": "7.3.0", @@ -88,7 +88,7 @@ "phpstan/phpstan-deprecation-rules": "2.0.3", "phpstan/phpstan-phpunit": "2.0.6", "phpstan/phpstan-strict-rules": "2.0.4", - "phpunit/phpunit": "12.1.6", + "phpunit/phpunit": "12.2.1", "squizlabs/php_codesniffer": "4.0.0beta1" }, "suggest": { |
