Plugin dependency now requires PHP >= 7.4
-
Hi Ewout,
I notice that in your most recent release you added a disabling of the platform dependency check, presumably because
phenx/php-svg-lib0.3.4, which is pulled in bydompdf/dompdf(which specifies^0.3.3 || ^0.4.0), specifies a requirement on PHP >= 7.4, thus causing fatal errors on earlier versions.However, disabling the platform check hasn’t prevented
phenx/php-svg-lib0.3.4 from being included. So, according to the authors, PHP >= 7.4 is still required. You need to specifyphenx/php-svg-libincomposer.jsonin order for all the dependencies to be satisfied and only PHP >= 7.1 to be required.(Presumably, if you’ve had no reports, then any PHP >= 7.4 code in
phenx/php-svg-lib, if it exists, isn’t being run. But the author’s at least indicated that he’s not going to maintain compatibility, so I’d say it still needs tweaking to stay safe).
The topic ‘Plugin dependency now requires PHP >= 7.4’ is closed to new replies.