[Bug] Wrong dependency
Nek- opened this issue · 0 comments
Nek- commented
SyliusPayPalPlugin version affected: 1.4.x
Description
I may be wrong but I think using a dependency to mock the container in the standard require section of the composer.json file sounds wrong:
Lines 7 to 14 in b32c831
I guess it's not super-super safe to have it in production as well? (didn't check anything, but since it's testing stuff...)
Possible Solution
Moving it to require-dev section.