From ac268a05ea5a222e9723226e59d1a7e7ef6b6099 Mon Sep 17 00:00:00 2001 From: David Galeano Date: Tue, 15 Nov 2022 15:54:52 +0100 Subject: [PATCH] Update require version for 'friendsoftwig/twigcs' in order to support ^6.0 from Composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 334f175..9a59f6a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "friendsoftwig/twigcs": "~5.0" + "friendsoftwig/twigcs": "^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0" @@ -31,4 +31,4 @@ "bin": [ "bin/factorial-io-twigcs" ] -} \ No newline at end of file +}