We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
PayPalPlugin/composer.json
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
PayPalPlugin/composer.json
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.
The text was updated successfully, but these errors were encountered: