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" diff --git a/composer.json b/composer.json index c29ed2a..70f2f50 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ "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": "^5.1" + "symfony/console": "^7.0" }, "require-dev": { "phpunit/phpunit": "^10.2",