malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Cannot install via composer #132

Open frazjp65 opened 8 years ago

frazjp65 commented 8 years ago

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 commented 8 years ago

I have the same problem :(

Orajo commented 8 years ago

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

"repositories": [
        {
            "url": "https://github.com/malsup/blockui/",
            "type": "vcs"
        }
    ],
frazjp65 commented 8 years ago

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