mathiasbynens / jquery-placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
https://mths.be/placeholder
MIT License
3.98k stars 1.34k forks source link

Cannot install via composer (package not in packagist anymore?) #266

Closed vegai closed 9 years ago

vegai commented 9 years ago

jquery-placeholder is no longer installable via PHP's composer/packagist

  - Installing mathiasbynens/jquery-placeholder (dev-master master)
    Cloning master
    master is gone (history was rewritten?)
    Failed to download mathiasbynens/jquery-placeholder from source: Failed to execute git checkout 'master' -- && git reset --hard 'master' --

fatal: invalid reference: master

    Now trying to download from dist
  - Installing mathiasbynens/jquery-placeholder (dev-master master)
    Downloading: 100%
    Invalid zip file, retrying...

Neither is the 2.1.* -release installable in the typical composer way:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package mathiasbynens/jquery-placeholder could not be found in any version, there may be a typo in the package name.
amerikan commented 9 years ago

@vegai i think that was a unforeseen consequence of deleting the master branch. Created a new branch called master. Try again in a bit and let me know if still not working, otherwise I'll close this issue.