diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-06-06 12:30:13 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-06-06 12:46:36 +0100 |
| commit | 47fbabfaf6bcc9ddb84526bde50d7b213057cf67 (patch) | |
| tree | cb4defa97e32fd05b8359952f3e9559fd93de68e /composer.json | |
| parent | ebe785f43b7beec06e045d0aee82a3754562514b (diff) | |
| download | webtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.tar.gz webtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.tar.bz2 webtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.zip | |
webtrees 2.2 will run on PHP 8.3
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index e4136588f3..529305d998 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "process-timeout": 3600 }, "require": { - "php": "8.1 - 8.2", + "php": "8.1 - 8.3", "ext-ctype": "*", "ext-curl": "*", "ext-exif": "*", @@ -45,15 +45,15 @@ "ext-simplexml": "*", "ext-xml": "*", "aura/router": "3.2.0", - "doctrine/dbal": "3.6.2", + "doctrine/dbal": "3.6.3", "ezyang/htmlpurifier": "4.16.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.7.0", - "illuminate/database": "10.13.0", - "illuminate/support": "10.13.0", + "illuminate/database": "10.13.2", + "illuminate/support": "10.13.2", "intervention/image": "2.7.2", "io-developer/php-whois": "4.1.10", "league/commonmark": "2.4.0", @@ -86,7 +86,7 @@ "composer/composer": "2.5.7", "league/flysystem-memory": "3.15.0", "php-coveralls/php-coveralls": "2.5.3", - "phpunit/phpunit": "10.2.0" + "phpunit/phpunit": "10.2.1" }, "suggest": { "ext-imagick": "Required to generate thumbnail images", |
