webmaster.api icon indicating copy to clipboard operation
webmaster.api copied to clipboard

Submit package to packagist.org

Open trntv opened this issue 9 years ago • 3 comments

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.

trntv avatar Dec 14 '16 08:12 trntv

add #8

G1K avatar Dec 23 '16 21:12 G1K

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:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Installation failed, reverting ./composer.json to its original content.

ashkov avatar Jan 13 '17 07:01 ashkov

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

G1K avatar Jan 13 '17 18:01 G1K