1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-31 13:40:16 +02:00

Change autoload from file- to classmap- based for efficiency

This commit is contained in:
John Long
2013-10-07 10:18:57 -05:00
parent 6342b5f9e5
commit 9b2a8c179f

View File

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