From d2b9d6c22267da687b5b1465f59893bcbae43bb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Dec 2024 08:22:03 +0100 Subject: update to 3.66.0 add option to use composer-generators --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5887236..a5dfe0e 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "symfony/polyfill-mbstring": "^1.28", "symfony/polyfill-php80": "^1.28", "symfony/polyfill-php81": "^1.28", - "symfony/process": "^5.4 || ^6.0 || ^7.0", + "symfony/process": "^5.4 || ^6.0 || ^7.0 <7.2", "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { -- cgit