Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
1. No, since we're adhering to Adobe's best practices concerning this. 2. No, the possibility to set (and override) should still be available.
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 ``` And; ``` composer replace:bulk:add yireo/magento2-replace-content-staging In BulkReplacement.php line 123: No bulk package...
Yes we use Private Pakvagist but I’ve added them there manually and still to no avail.
@jissereitsma yes you're right, when I add my credentials like this on [line 87](https://github.com/yireo/magento2-replace-tools/blob/master/src/Composer/Model/BulkReplacement.php#L87), it works; ``` $io->setAuthentication('repo.packagist.com', 'peterjaap', 'tokenhere'); ```