Skip to content

Commit

Permalink
Allow symfony packages 7.x (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaliskan committed Jan 2, 2024
1 parent eace6f1 commit ca3aa53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -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"
Expand All @@ -72,4 +72,4 @@
"Tests\\FFMpeg\\": "tests/FFMpeg"
}
}
}
}

0 comments on commit ca3aa53

Please sign in to comment.