Reorganized the src folder and composer config.

This commit is contained in:
Matt Moore 2013-10-12 20:39:58 -04:00
parent 4ac107b5bd
commit 9808f92b7a
11 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
], ],
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Canteen\\HTML5" : "src/" "Canteen\\HTML5\\" : "src/"
}, },
"files": ["src/Canteen/HTML5/html.php"] "files": ["src/Canteen/HTML5/html.php"]
}, },