From 229ec1af8da46b8cb743cdea49037d0611e70b9c Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Sun, 13 Oct 2013 14:34:13 -0400 Subject: [PATCH] Reorganized --- composer.json | 9 ++++++--- src/{ => Canteen/HTML5}/Attribute.php | 0 src/{ => Canteen/HTML5}/Comment.php | 0 src/{ => Canteen/HTML5}/Document.php | 0 src/{ => Canteen/HTML5}/HTML5Error.php | 0 src/{ => Canteen/HTML5}/Node.php | 0 src/{ => Canteen/HTML5}/NodeContainer.php | 0 src/{ => Canteen/HTML5}/SimpleList.php | 0 src/{ => Canteen/HTML5}/Table.php | 0 src/{ => Canteen/HTML5}/Text.php | 0 src/{ => Canteen/HTML5}/html.php | 0 11 files changed, 6 insertions(+), 3 deletions(-) rename src/{ => Canteen/HTML5}/Attribute.php (100%) rename src/{ => Canteen/HTML5}/Comment.php (100%) rename src/{ => Canteen/HTML5}/Document.php (100%) rename src/{ => Canteen/HTML5}/HTML5Error.php (100%) rename src/{ => Canteen/HTML5}/Node.php (100%) rename src/{ => Canteen/HTML5}/NodeContainer.php (100%) rename src/{ => Canteen/HTML5}/SimpleList.php (100%) rename src/{ => Canteen/HTML5}/Table.php (100%) rename src/{ => Canteen/HTML5}/Text.php (100%) rename src/{ => Canteen/HTML5}/html.php (100%) diff --git a/composer.json b/composer.json index d590cec..849f058 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "autoload": { - "psr-0": {"Canteen\\HTML5": "src/"}, - "files": ["src/html.php"] + "psr-0": {"Canteen": "src/"}, + "files": ["src/Canteen/HTML5/html.php"] }, "require": { "php": ">=5.3.0" @@ -28,5 +28,8 @@ "type": "vcs", "url": "https://github.com/Canteen/CanteenHTML5" } - ] + ], + "archive":{ + "exclude": ["/docs/"] + } } \ No newline at end of file diff --git a/src/Attribute.php b/src/Canteen/HTML5/Attribute.php similarity index 100% rename from src/Attribute.php rename to src/Canteen/HTML5/Attribute.php diff --git a/src/Comment.php b/src/Canteen/HTML5/Comment.php similarity index 100% rename from src/Comment.php rename to src/Canteen/HTML5/Comment.php diff --git a/src/Document.php b/src/Canteen/HTML5/Document.php similarity index 100% rename from src/Document.php rename to src/Canteen/HTML5/Document.php diff --git a/src/HTML5Error.php b/src/Canteen/HTML5/HTML5Error.php similarity index 100% rename from src/HTML5Error.php rename to src/Canteen/HTML5/HTML5Error.php diff --git a/src/Node.php b/src/Canteen/HTML5/Node.php similarity index 100% rename from src/Node.php rename to src/Canteen/HTML5/Node.php diff --git a/src/NodeContainer.php b/src/Canteen/HTML5/NodeContainer.php similarity index 100% rename from src/NodeContainer.php rename to src/Canteen/HTML5/NodeContainer.php diff --git a/src/SimpleList.php b/src/Canteen/HTML5/SimpleList.php similarity index 100% rename from src/SimpleList.php rename to src/Canteen/HTML5/SimpleList.php diff --git a/src/Table.php b/src/Canteen/HTML5/Table.php similarity index 100% rename from src/Table.php rename to src/Canteen/HTML5/Table.php diff --git a/src/Text.php b/src/Canteen/HTML5/Text.php similarity index 100% rename from src/Text.php rename to src/Canteen/HTML5/Text.php diff --git a/src/html.php b/src/Canteen/HTML5/html.php similarity index 100% rename from src/html.php rename to src/Canteen/HTML5/html.php