From 05e9bd348329b093800dc8c78f21b48a6af3bab4 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow <40327885+jrushlow@users.noreply.github.com> Date: Thu, 2 Dec 2021 17:42:21 -0500 Subject: [PATCH] Allow deprecation-contracts v3.0 (#397) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 893ef5454f..d67ef764b3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.1 || ^8.0", "psr/container": "^1.0 || ^2.0", - "symfony/deprecation-contracts": "^2.2" + "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "require-dev": { "ext-intl": "*",