Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing tag for composer #1

Open
Remo opened this issue Apr 26, 2018 · 1 comment
Open

Missing tag for composer #1

Remo opened this issue Apr 26, 2018 · 1 comment

Comments

@Remo
Copy link

Remo commented Apr 26, 2018

In this package you have a dependency https://packagist.org/packages/aspose/slides-sdk-php to the one in this repo. It says aspose/storage-sdk-php: 1.0.*.

However, 1.0.* simply doesn't exist in this repo. Because of that the package is completely broken and unusable. Can you please restore the tags and packages so that the old versions can still be used?

@Remo
Copy link
Author

Remo commented Apr 26, 2018

I think I'm starting to understand what you guys did. I found another repo here https://gitlab.com/aspose/storage-sdk-php

It seems like you just switch the repo on packagist to the new one on github, but unfortunately the new package isn't compatible with the old one.

I managed to get around the problem by adding this to my composer.json:

    "repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:aspose/storage-sdk-php.git"
        }
    ],

Please don't break existing releases..

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

No branches or pull requests

1 participant