This commit is contained in:
Matt Moore 2013-10-13 14:14:59 -04:00
parent 63950a076d
commit b8c38201ff
11 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,8 @@
}
],
"autoload": {
"psr-0": {
"Canteen" : "src"
},
"files": ["src/html.php"]
"psr-0": {"Canteen": "src/"},
"files": ["src/Canteen/HTML5/html.php"]
},
"require": {
"php": ">=5.3.0"