-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Good evening, I am having some trouble updating the package to last version, currently I have :
"ingenico/m2-payment": "^2.2",
"ingenico/ogone-client": "^5.0",
I need to update to lates version of m2-payment, but when applying the solution in the update section (both with zip and non zip) I get the following :
[Exception]
Higher matching version 2.11.0 of ingenico/m2-payment was found in public repository packagist.org
than 2.5.2 in private https://repo.magento.com. Public package might've been taken over by a malicious entity,
please investigate and update package requirement to match the version from the private repository
In our producction mode we have the composer.lock in our repository so we just do composer install --no-dev
But now I cant even install magento if I delete vendor and execute the composer install --no-dev, it gets stuck there.
I can solve this by adding the --no-plugins flag but it is not good because our producctions those not included that command when deploying
Metadata
Metadata
Assignees
Labels
No labels