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

Cannot install via composer #132

Open
frazjp65 opened this issue Mar 18, 2016 · 3 comments
Open

Cannot install via composer #132

frazjp65 opened this issue Mar 18, 2016 · 3 comments

Comments

@frazjp65
Copy link

There is a composer file in the repository, but I do not see the package in https://packagist.org/packages/components/. When I try to install using composer, I get "The requested package components/jquery-blockui could not be found in any version, there may be a typo in the package name."

@eugene-ilyin
Copy link

I have the same problem :(

@Orajo
Copy link

Orajo commented May 1, 2016

blockUI isn't in https://packagist.org/. Just add repositories section into composer.json.

"repositories": [
        {
            "url": "https://github.com/malsup/blockui/",
            "type": "vcs"
        }
    ],

@frazjp65
Copy link
Author

frazjp65 commented May 2, 2016

That was the request, Orajo, to add it to packagelist.org. I can't use it as a VCS repository.

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