diff options
| -rw-r--r-- | composer.json | 24 | ||||
| -rw-r--r-- | composer.lock | 4 |
2 files changed, 14 insertions, 14 deletions
diff --git a/composer.json b/composer.json index 178e9e92d9..b449801fab 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "config": { "platform": { - "php": "7.3" + "php": "7.4" }, "sort-packages": true, "process-timeout": 3600 @@ -42,25 +42,25 @@ "ext-zip": "*", "aura/router": "~3.1", "doctrine/dbal": "~3.0", - "ezyang/htmlpurifier": "~4.12", + "ezyang/htmlpurifier": "~4.13", "fig/http-message-util": "^1.1", "fisharebest/algorithm": "~1.5", "fisharebest/ext-calendar": "~2.5", "fisharebest/flysystem-chroot-adapter": "~2.0", "fisharebest/localization": "~1.15", - "guzzlehttp/guzzle": "~7.1", - "illuminate/container": "~8.20", - "illuminate/database": "~8.20", - "illuminate/support": "~8.20", + "guzzlehttp/guzzle": "~7.2", + "illuminate/container": "~8.33", + "illuminate/database": "~8.33", + "illuminate/support": "~8.33", "intervention/image": "^2.5", "io-developer/php-whois": "~4.0", - "league/commonmark": "~1.4", + "league/commonmark": "~1.5", "league/flysystem": "~2.0", "league/flysystem-ziparchive": "~2.0", "middlewares/client-ip": "~2.0", - "mlocati/ip-lib": "~1.9", - "nesbot/carbon": "~2.35", - "nyholm/psr7": "~1.3", + "mlocati/ip-lib": "~1.14", + "nesbot/carbon": "~2.46", + "nyholm/psr7": "~1.4", "nyholm/psr7-server": "~1.0", "oscarotero/middleland": "~1.0", "psr/cache": "~1.0", @@ -71,8 +71,8 @@ "swiftmailer/swiftmailer": "~6.2", "symfony/cache": "~5.2", "symfony/expression-language": "~5.2", - "symfony/polyfill-mbstring": "~1.17", - "symfony/polyfill-php80": "^1.17", + "symfony/polyfill-mbstring": "~1.22", + "symfony/polyfill-php80": "^1.22", "tecnickcom/tcpdf": "dev-main" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4a24368e94..0ab04a1d30 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3339dadcd47bf1c243772d4de4c406cf", + "content-hash": "abc02473be1043b1bb35080809389965", "packages": [ { "name": "aura/router", @@ -8388,7 +8388,7 @@ "ext-sqlite3": "*" }, "platform-overrides": { - "php": "7.3" + "php": "7.4" }, "plugin-api-version": "2.0.0" } |
