1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-05 07:57:38 +02:00

Merge pull request #33 from Adduc/master

Change autoload from file- to classmap- based for efficiency
This commit is contained in:
John Long
2013-10-07 11:47:36 -07:00

View File

@@ -23,7 +23,7 @@
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"autoload": { "autoload": {
"files": ["AltoRouter.php"] "classmap": ["AltoRouter.php"]
}, },
"license" : "MIT" "license" : "MIT"
} }