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

Add Composer support #97

Merged
merged 2 commits into from Jun 12, 2013
Merged

Add Composer support #97

merged 2 commits into from Jun 12, 2013

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented Mar 3, 2013

Composer is a package manager for PHP. This allows HTML5 Shiv to be downloaded by putting "afarkas/html5shiv" into your own composer.json file.

{
  "require": {
    "afarkas/html5shiv": "3.6.*"
  }
}

[Composer](http://getcomposer.org) is a package manager for PHP. This allows HTML5 Shiv to be downloaded by putting "afarkas/html5shiv" into your own composer.json file.
@sgrodzicki
Copy link

👍

@thomaswelton
Copy link
Contributor

I came here to check to see if there were any existing open pull requests for adding a bower.json file for package management using bower.

I also use Composer, on my PHP projects but I'd recommend using bower for installing javascript and front end dependencies.
I've been using bower to install this repo for a while. However I'm going to submit a pull request to make bower integration a little better by specifying the main export files.

@sgrodzicki
Copy link

@aFarkas please merge!

aFarkas pushed a commit that referenced this pull request Jun 12, 2013
@aFarkas aFarkas merged commit 67bff28 into aFarkas:master Jun 12, 2013
@RobLoach
Copy link
Contributor Author

Thanks a lot for the help. Added to Packagist:
http://packagist.org/packages/afarkas/html5shiv

Feel free to create a username and post it in a comment here, and I'd gladly add anyone as a maintainer of the package there.

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

Successfully merging this pull request may close these issues.

None yet

4 participants