From ca3aa53d82c69e498c176eb32c17564dec3bcb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C3=87al=C4=B1=C5=9Fkan?= <13554944+thecaliskan@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:32:32 +0300 Subject: [PATCH] Allow symfony packages 7.x (#912) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f3176411..a6d46553 100644 --- a/composer.json +++ b/composer.json @@ -50,8 +50,8 @@ "evenement/evenement": "^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "spatie/temporary-directory": "^2.0", - "symfony/process": "^5.4 || ^6.0", - "symfony/cache": "^5.4 || ^6.0" + "symfony/process": "^5.4 || ^6.0 || ^7.0", + "symfony/cache": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" @@ -72,4 +72,4 @@ "Tests\\FFMpeg\\": "tests/FFMpeg" } } -} \ No newline at end of file +}