From 75fc171ced0560767e176357f270e89acf055e3f Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 20 Feb 2024 11:42:02 +0100 Subject: [PATCH] Allow installation with Symfony 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7a3f984..52daeb9 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "require": { "php": "^7.2|^8.0", "phpcr/phpcr": "^2.1", - "symfony/finder": "^4.4 || ^5.0 || ^6.0", - "symfony/console": "^4.4 || ^5.0 || ^6.0" + "symfony/finder": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "jackalope/jackalope-fs": "0.0.*",