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

The package is not Packagist registered #31

Open
alecpl opened this issue Jan 17, 2023 · 2 comments
Open

The package is not Packagist registered #31

alecpl opened this issue Jan 17, 2023 · 2 comments

Comments

@alecpl
Copy link
Contributor

alecpl commented Jan 17, 2023

so it can't be easily installed as described in the Readme file.

@adragos
Copy link

adragos commented Feb 10, 2023

I can confirm. I am trying to install the package using
composer require syncroton/syncroton

and I get the following error:

 Could not find a matching version of package syncroton/syncroton. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

@maximerenou
Copy link

maximerenou commented Aug 5, 2023

If anybody struggles, here's a common way to help Composer to retrieve an unregistered repository:

    "require": {
        ...
        "syncroton/syncroton": "1.*"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/tine20/syncroton.git"
        }
    ],

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

3 participants