Open frazjp65 opened 8 years ago
I have the same problem :(
blockUI isn't in https://packagist.org/. Just add repositories section into composer.json.
"repositories": [
{
"url": "https://github.com/malsup/blockui/",
"type": "vcs"
}
],
That was the request, Orajo, to add it to packagelist.org. I can't use it as a VCS repository.
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."