Submit package to packagist.org
Or add example about manual adding repository to user's composer.json file:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yandex/webmaster.api"
}
]
BTW tag repository with version, 0.0.1 at least.
add #8
I cant install package with composer. It shows error:
Your requirements could not be resolved to an installable set of packages.
Problem 1 - The requested package yandex/webmaster.api could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, reverting ./composer.json to its original content.
in readmi item added
"repositories": [
{
"type": "vcs",
"url": "https://github.com/yandex/webmaster.api"
}
]
maybe it does not pack placed on Packagist can not be found, it uses a section with repositories to specify where to find the package