From 5db0a8bf4b87c26b511fff1950266ca0f513d305 Mon Sep 17 00:00:00 2001 From: Dmitriy Derepko Date: Wed, 27 May 2020 10:34:32 +0200 Subject: [PATCH] [Contracts/Deprecation] fix composer.json for PHP 8 --- src/Symfony/Contracts/Deprecation/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Contracts/Deprecation/composer.json b/src/Symfony/Contracts/Deprecation/composer.json index de77c26ae8..c8ace825c3 100644 --- a/src/Symfony/Contracts/Deprecation/composer.json +++ b/src/Symfony/Contracts/Deprecation/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^7.1" + "php": ">=7.1" }, "autoload": { "files": [