Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

'v.1.5.0' is not found in composer while the tag `v.1.5.0' is invalid. #167

Closed
yssk22 opened this issue Aug 31, 2016 · 1 comment
Closed
Assignees

Comments

@yssk22
Copy link
Contributor

yssk22 commented Aug 31, 2016

Could you update the tag v1.5.0 (now tagged as v.1.5.0)?

Steps required to reproduce the problem

If a composer package that dpends on SDK, it will define composer.json as:

{
    "require": {
        "facebook/facebook-instant-articles-sdk-php": "^1.5.0"
    }
}

And the developer hits composer install or composer update to install the latest version of SDK.

Expected Result

The dependency should be resolved and v1.5.0 should be installed. If developers use composer update, their composer.lock file should be updated.

Actual Result

composer update returns an error as follows:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package facebook/facebook-instant-articles-sdk-php ^1.5.0 exists as facebook/facebook-instant-articles-sdk-php[1.0.4, dev-alucic-article-interface, dev-block_warnings, dev-feature/fix-dev-mode-article-lookup, dev-hardcoded_getter, dev-issue-205, dev-jetpack-carousel, dev-master, dev-philipjohn-fix/check-array, dev-playbuzz, dev-slideshow-header, dev-the-image, dev-validation-iframe-width-height, v0.1.0, v0.2.0, v0.3.0, v0.4.0, v0.4.1, v0.5.0, v0.6.0, v0.6.1, v0.6.2, v0.6.3, v0.6.4, v0.6.5, v0.6.6, v0.6.7, v0.6.8, v0.6.9, v1.0.0, v1.0.1, v1.0.2, v1.0.3, v1.0.5, v1.0.6, v1.1.0, v1.2.0, v1.3.0, v1.3.1, v1.4.0] but these are rejected by your constraint.
@everton-rosario everton-rosario self-assigned this Aug 31, 2016
@everton-rosario
Copy link
Contributor

Fixed.
Thanks for flagging @yssk22

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants