Remove silex support

Silex was abandoned 3 years ago, removing its support will allow
to bump some dependencies.
This commit is contained in:
Fran Moreno 2021-05-17 03:07:36 +02:00
commit 2bed29ffbc
No known key found for this signature in database
GPG key ID: 52DAC484FEA02B0C
4 changed files with 10 additions and 27 deletions

View file

@ -42,7 +42,6 @@
"php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
},
"require-dev": {
"silex/silex": "~1.0",
"symfony/phpunit-bridge": "^5.0.4",
"symfony/process": "2.8 || 3.3"
},