Reorganized

This commit is contained in:
Matt Moore 2013-10-13 14:34:13 -04:00
parent 96982f9cde
commit 229ec1af8d
11 changed files with 6 additions and 3 deletions

View File

@ -16,8 +16,8 @@
} }
], ],
"autoload": { "autoload": {
"psr-0": {"Canteen\\HTML5": "src/"}, "psr-0": {"Canteen": "src/"},
"files": ["src/html.php"] "files": ["src/Canteen/HTML5/html.php"]
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
@ -28,5 +28,8 @@
"type": "vcs", "type": "vcs",
"url": "https://github.com/Canteen/CanteenHTML5" "url": "https://github.com/Canteen/CanteenHTML5"
} }
] ],
"archive":{
"exclude": ["/docs/"]
}
} }