From 089f7ccbb36b427432886591b9ac3e15d203b7c1 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 4 Jan 2024 14:10:39 +0100 Subject: [PATCH] Bump minimum versions --- bouncer/composer.json | 20 ++++++++++---------- bouncer/composer.lock | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bouncer/composer.json b/bouncer/composer.json index 2859dcf..d5ee9d4 100644 --- a/bouncer/composer.json +++ b/bouncer/composer.json @@ -8,18 +8,18 @@ "license": "GPL-3.0-or-later", "require": { "php": "^8.1", - "ext-json": "*", "ext-curl": "*", - "kint-php/kint": "^3.3", - "guzzlehttp/guzzle": "^7.3", - "twig/twig": "^3.0", - "league/flysystem": "^2.1", - "monolog/monolog": "^3.4", - "bramus/monolog-colored-line-formatter": "~3.0", + "ext-json": "*", + "ext-openssl": "*", "adambrett/shell-wrapper": "~1.0", - "league/flysystem-aws-s3-v3": "^2.1", + "bramus/monolog-colored-line-formatter": "~3.1", + "guzzlehttp/guzzle": "^7.8", + "kint-php/kint": "^3.3", + "league/flysystem": "^2.5", + "league/flysystem-aws-s3-v3": "^2.5", + "monolog/monolog": "^3.5", "spatie/emoji": "^2.3", - "ext-openssl": "*" + "twig/twig": "^3.8" }, "authors": [ { @@ -28,6 +28,6 @@ } ], "require-dev": { - "friendsofphp/php-cs-fixer": "^3.0" + "friendsofphp/php-cs-fixer": "^3.46" } } diff --git a/bouncer/composer.lock b/bouncer/composer.lock index 1bbf503..8aa6bf1 100644 --- a/bouncer/composer.lock +++ b/bouncer/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": "81ac52124bb0c33be83726b048f1af22", + "content-hash": "99f852481be86ad83a01d895a2f462e5", "packages": [ { "name": "adambrett/shell-wrapper", @@ -3248,8 +3248,8 @@ "prefer-lowest": false, "platform": { "php": "^8.1", - "ext-json": "*", "ext-curl": "*", + "ext-json": "*", "ext-openssl": "*" }, "platform-dev": [],