Moved the global function to the root src folder.

This commit is contained in:
Matt Moore 2013-10-13 14:52:30 -04:00
parent 19c2f7233b
commit 978989f4d4
2 changed files with 2 additions and 5 deletions

View File

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