From 029ae09221b86021c132d7678a6a33296643b331 Mon Sep 17 00:00:00 2001 From: Vesna Date: Mon, 13 May 2024 15:30:22 +0200 Subject: [PATCH] add symfony 7.0 to composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe6d6e5..5b727e3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": "^8.1", "composer-plugin-api": "^2.2", "captainhook/captainhook": "^5.15", - "symfony/process": "^5.4 || ^6.3" + "symfony/process": "^5.4 || ^6.3 || ^7.0" }, "require-dev": { "composer/composer": "^2.5",