Many times you may like to use your personal private library in another project.
For example, you may have many private projects that share a commo...
For further actions, you may consider blocking this person and/or reporting abuse
I've done all of this, without success.
[InvalidArgumentException]
Could not find a matching version of package Vendor/Package. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev).
For me it is also unclear, how colleagues can use the same credentials to have a read only checkout (for local builds)
Well, is not a problem of same credentials but permission of the repository.
If you want you can show me your composer.json file and we can check the problem together
Ok, seems good the composer file, it could be a problem of permission into the repository with the access key.
Another thing to try is to tag your company/library with a simple version like 1.0.0
We did tag it with 1.0.0 and with v1.0.0 (I read various tips about tags have to start with a 'v')
It is unclear with what asccess key composer is looking at the repository :-(
I have my own public key installed on bitbucket ofcourse, but also had an extra that was for read only, as for CI stuff, which this softof is.
But, still... no luck
Into your company/library you need to go to Bitbucket->AccessKeys and add the key of the repository that will include this library, you need to have access to this repository
Hello - I've used vcs repo's and they are pulled properly without entering credentials. When updating composer.json though, they are not updated.
Reading ./composer.lock
Resolving dependencies through SAT
Looking at all rules.
Dependency resolution completed in 0.001 seconds
Analyzed 127 packages to resolve dependencies
Analyzed 203 rules to resolve dependencies
Nothing to install or update
I do have
"require": {
"myBitbucketUsername/advanced-custom-fields-pro": "5.8",
...
}
And in Bitbucket the latest tag on master is v5.8.3.
Any ideas? Been struggling with this one for a while.