summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--composer.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..21f7e04
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,7 @@
+{
+ "name": "technosophos/html5",
+ "description": "An HTML5 parser and serializer.",
+ "autoload": {
+ "psr-0": {"html5": "src"}
+ },
+}