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 +}