-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
No bulk package found with name "yireo/magento2-replace-core" #19
Comments
Also;
And;
Am I missing something here? |
Hmm. I'm running the following and getting this: $ composer replace:bulk:add yireo/magento2-replace-graphql
Found yireo/magento2-replace-graphql:4.2.8.0
Found yireo/magento2-replace-bundled:4.3.4.0
Found yireo/magento2-replace-content-staging:4.2.2.0
Do not forget to run "composer replace:build" afterwards Could it be that you have cloned these repositories in your own Packagist or something? |
Yes we use Private Pakvagist but I’ve added them there manually and still to no avail. |
We encounter the same problem and can confirm that allowing public packagist solves the problem. |
Note: Most likely the following line does not support authentication: https://github.com/yireo/magento2-replace-tools/blob/master/src/Composer/Model/BulkReplacement.php#L108 So if the sources of (Public) Packagist are disabled, and all sources are served through Private Packagist instead (which requires authentication), this fails. |
@jissereitsma yes you're right, when I add my credentials like this on line 87, it works;
|
Bulk adding doesn't work?
The text was updated successfully, but these errors were encountered: