Open peterjaap opened 1 month ago
Also;
composer replace:bulk:add yireo/magento2-replace-graphql
In BulkReplacement.php line 123:
No bulk package found with name "yireo/magento2-replace-graphql"
replace:bulk:add <package>
And;
composer replace:bulk:add yireo/magento2-replace-content-staging
In BulkReplacement.php line 123:
No bulk package found with name "yireo/magento2-replace-content-staging"
replace:bulk:add <package>
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.
Bulk adding doesn't work?