summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-01-13 12:07:01 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-01-13 12:07:01 +0000
commitd533901f67cc03e4d088cf3adb3bae239f30a439 (patch)
tree80c3af3dd441570b2699853499ca1341a9d239af /composer.json
parent2e7cba62623885f33e8913172c1e026e263b5f03 (diff)
downloadwebtrees-d533901f67cc03e4d088cf3adb3bae239f30a439.tar.gz
webtrees-d533901f67cc03e4d088cf3adb3bae239f30a439.tar.bz2
webtrees-d533901f67cc03e4d088cf3adb3bae239f30a439.zip
Update PHP dependencies, and add support for PHP 8.6
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 7516d281d6..6fd1214faf 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,7 @@
}
},
"require": {
- "php": "8.3 - 8.5",
+ "php": "8.3 - 8.6",
"ext-ctype": "*",
"ext-curl": "*",
"ext-gd": "*",
@@ -51,8 +51,8 @@
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/localization": "1.17.0",
"guzzlehttp/guzzle": "7.10.0",
- "illuminate/database": "12.44.0",
- "illuminate/support": "12.44.0",
+ "illuminate/database": "12.46.0",
+ "illuminate/support": "12.46.0",
"intervention/image": "3.11.6",
"league/commonmark": "2.8.0",
"league/flysystem": "3.30.2",
@@ -68,7 +68,7 @@
"psr/http-server-handler": "1.0.2",
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.9.2",
- "sabre/vobject": "4.5.7",
+ "sabre/vobject": "4.5.8",
"symfony/cache": "7.4.3",
"symfony/console": "7.4.3",
"symfony/expression-language": "7.4.0",