Sylius / PayPalPlugin

Official integration with PayPal Commerce Platform
36 stars 54 forks source link

Update dependency phpseclib/phpseclib #279

Open boksie opened 1 year ago

boksie commented 1 year ago

I cannot use the plugin in my project because of the dependency on phpseclib/phpseclib:^2.0. Can the plugin be updated so the dependency also supports phpseclib/phpseclib:^3.0?

lruozzi9 commented 9 months ago

Hi, you cannot use version 2 probably because of the vulnerability contained in v2 of that library: https://github.com/advisories/GHSA-jpr7-q523-hx25. ASAP I can try to provide a PR to fix it.