Skip to content

Commit 9feaa49

Browse files
committed
Add Composer support
[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.
1 parent 1885b25 commit 9feaa49

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "afarkas/html5shiv",
3+
"description": "Defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.",
4+
"type": "component",
5+
"homepage": "http://paulirish.com/2011/the-history-of-the-html5-shiv/",
6+
"license": [
7+
"MIT",
8+
"GPL-2.0"
9+
],
10+
"require": {
11+
"robloach/component-installer": "*"
12+
}
13+
}

0 commit comments

Comments
 (0)