From 978989f4d4dccb9cd1861560d5ba81cba7bf750c Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Sun, 13 Oct 2013 14:52:30 -0400 Subject: [PATCH] Moved the global function to the root src folder. --- composer.json | 7 ++----- src/{Canteen/HTML5 => }/html.php | 0 2 files changed, 2 insertions(+), 5 deletions(-) rename src/{Canteen/HTML5 => }/html.php (100%) diff --git a/composer.json b/composer.json index 849f058..5e88f38 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "autoload": { "psr-0": {"Canteen": "src/"}, - "files": ["src/Canteen/HTML5/html.php"] + "files": ["src/html.php"] }, "require": { "php": ">=5.3.0" @@ -28,8 +28,5 @@ "type": "vcs", "url": "https://github.com/Canteen/CanteenHTML5" } - ], - "archive":{ - "exclude": ["/docs/"] - } + ] } \ No newline at end of file diff --git a/src/Canteen/HTML5/html.php b/src/html.php similarity index 100% rename from src/Canteen/HTML5/html.php rename to src/html.php