From 57ede3689647fe7ed4c834da310e5fe9e25a6353 Mon Sep 17 00:00:00 2001 From: bidi Date: Mon, 20 May 2024 16:03:52 +0300 Subject: [PATCH 1/3] updated composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c29ed2a..bef6eeb 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "doctrine/data-fixtures": "^1.5", "doctrine/orm": "*", - "symfony/console": "^5.1" + "symfony/console": "^7.0" }, "require-dev": { "phpunit/phpunit": "^10.2", From bf993c9c4b953bf28196f77a5ed0769febfc1d8a Mon Sep 17 00:00:00 2001 From: bidi Date: Mon, 20 May 2024 16:05:09 +0300 Subject: [PATCH 2/3] updated composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bef6eeb..70f2f50 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "mezzio" ], "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.2.0 || ~8.3.0", "doctrine/data-fixtures": "^1.5", "doctrine/orm": "*", "symfony/console": "^7.0" From 5f09b14a60df414f016e4e528e5fc5f2c9c24752 Mon Sep 17 00:00:00 2001 From: bidi Date: Mon, 20 May 2024 16:07:16 +0300 Subject: [PATCH 3/3] updated composer --- .github/workflows/codecov.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 190b4da..184fa62 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,6 @@ jobs: - ubuntu-latest php: - - "8.1" - "8.2" - "8.3"