Cylon
Member
Hi!
I'm developing an addon for my forum, and the version that I currently have from XF is the 2.2.8 Patch 1. As far as I understand, this version of XF uses the symfony/process dependency v 3.4.0.
My addon uses the php library php-ffmpeg/php-ffmpeg installed with composer in my addon folder, because I want to extract a thumbnail from an uploaded video. The problem is that this dependency, needs a more actual version of symfony/process. I think it needs at least the version 5.4.0.
Is it possible to configure my addon to use newer versions of the composer dependencies, or am I limited by the versions of dependencies of the main XF installation? Because in other areas, I'm having problems with the guzzle http library, and I suppose I will have more problems with other libraries too.
I don't know if there is a better practice for this problem, or if this is possible at all.
Thanks in advance.
I'm developing an addon for my forum, and the version that I currently have from XF is the 2.2.8 Patch 1. As far as I understand, this version of XF uses the symfony/process dependency v 3.4.0.
My addon uses the php library php-ffmpeg/php-ffmpeg installed with composer in my addon folder, because I want to extract a thumbnail from an uploaded video. The problem is that this dependency, needs a more actual version of symfony/process. I think it needs at least the version 5.4.0.
Is it possible to configure my addon to use newer versions of the composer dependencies, or am I limited by the versions of dependencies of the main XF installation? Because in other areas, I'm having problems with the guzzle http library, and I suppose I will have more problems with other libraries too.
I don't know if there is a better practice for this problem, or if this is possible at all.
Thanks in advance.