From e5a146fd8c889ffdde46a9634352afc8e77354f8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 3 Jan 2022 11:41:29 +0100 Subject: [PATCH] This reverts commit 7389f48a1f3283acd0e1e762c9ac310710cd4de4. --- .github/workflows/ci.yml | 1 - composer.json | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0793c4966..140483cc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: strategy: matrix: php-version: - - '7.1.3' - '7.2.5' - '7.3' - '7.4' diff --git a/composer.json b/composer.json index 200343807..91ff912fc 100644 --- a/composer.json +++ b/composer.json @@ -24,10 +24,9 @@ } ], "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php72": "^1.8" + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",