From ad8b6e2c13b4d984fb226268f09a284a94f527b2 Mon Sep 17 00:00:00 2001 From: Frank Perez Date: Wed, 6 Dec 2023 22:07:48 -0500 Subject: [PATCH 1/2] Update symfony/config supported versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c88317f..58737ef 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^7.1.3 || ^8.0", - "symfony/config": "^4.2 || ^5.0", + "symfony/config": "^4.2 || ^5.0 || ^6.0", "guzzlehttp/guzzle-services": "^1.1" }, "suggest": { @@ -44,4 +44,4 @@ } } } -} +} \ No newline at end of file From c26a5a14744ff130aee03991a43c7016fc842a8a Mon Sep 17 00:00:00 2001 From: Frank Perez Date: Wed, 6 Dec 2023 22:09:23 -0500 Subject: [PATCH 2/2] Fix formatting in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58737ef..ac3d477 100644 --- a/composer.json +++ b/composer.json @@ -44,4 +44,4 @@ } } } -} \ No newline at end of file +}