summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-07-07 09:51:16 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-07-07 09:51:16 +0100
commit61485ae94e7e0abf72616312f745db964e2424fe (patch)
tree73f51307583f6dd43dfd816b8d5c9afd5674930a /composer.json
parent79393651ffaa4bbc7bb2126c180f64d163b82070 (diff)
downloadwebtrees-61485ae94e7e0abf72616312f745db964e2424fe.tar.gz
webtrees-61485ae94e7e0abf72616312f745db964e2424fe.tar.bz2
webtrees-61485ae94e7e0abf72616312f745db964e2424fe.zip
Fix: #4502 by updating to latest version of fisharebest/localization
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/composer.json b/composer.json
index d41f3ddca6..eac040885d 100644
--- a/composer.json
+++ b/composer.json
@@ -50,11 +50,11 @@
"fisharebest/algorithm": "1.6.0",
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/flysystem-chroot-adapter": "2.0.0",
- "fisharebest/localization": "1.15.1",
+ "fisharebest/localization": "1.16.0",
"guzzlehttp/guzzle": "7.4.5",
- "illuminate/container": "8.83.17",
- "illuminate/database": "8.83.17",
- "illuminate/support": "8.83.17",
+ "illuminate/container": "8.83.18",
+ "illuminate/database": "8.83.18",
+ "illuminate/support": "8.83.18",
"intervention/image": "2.7.2",
"io-developer/php-whois": "4.1.7",
"league/commonmark": "2.3.3",
@@ -62,8 +62,8 @@
"league/flysystem-ziparchive": "2.3.1",
"middlewares/client-ip": "2.0.1",
"mlocati/ip-lib": "1.18.0",
- "nesbot/carbon": "2.58.0",
- "nyholm/psr7": "1.5.0",
+ "nesbot/carbon": "2.59.1",
+ "nyholm/psr7": "1.5.1",
"nyholm/psr7-server": "1.0.2",
"oscarotero/middleland": "1.0.1",
"psr/cache": "1.0.1",
@@ -71,10 +71,10 @@
"psr/http-server-handler": "1.0.1",
"psr/http-server-middleware": "1.0.1",
"ramsey/uuid": "4.2.3",
- "sabre/vobject": "4.4.1",
- "symfony/cache": "5.4.9",
- "symfony/expression-language": "5.4.8",
- "symfony/mailer": "5.4.8",
+ "sabre/vobject": "4.4.2",
+ "symfony/cache": "5.4.10",
+ "symfony/expression-language": "5.4.10",
+ "symfony/mailer": "5.4.10",
"symfony/polyfill-mbstring": "1.26.0",
"symfony/polyfill-php80": "1.26.0",
"tecnickcom/tcpdf": "6.4.4"
@@ -84,10 +84,10 @@
"ext-libxml": "*",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
- "composer/composer": "2.3.7",
+ "composer/composer": "2.3.9",
"league/flysystem-memory": "2.0.6",
"php-coveralls/php-coveralls": "2.5.2",
- "phpunit/phpunit": "9.5.20"
+ "phpunit/phpunit": "9.5.21"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",