From df40b379b57d145fa7f5217c24710935e8402d7e Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Sat, 12 Oct 2013 20:54:12 -0400 Subject: [PATCH] Fixed composer pathing of extra files. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6677a99..49a476e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "psr-0": { "Canteen\\HTML5\\" : "src/" }, - "files": ["src/Canteen/HTML5/html.php"] + "files": ["src/html.php"] }, "minimum-stability": "stable", "repositories": [