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:
@@ -23,7 +23,7 @@
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["AltoRouter.php"]
|
||||
"classmap": ["AltoRouter.php"]
|
||||
},
|
||||
"license" : "MIT"
|
||||
}
|
||||
|
Reference in New Issue
Block a user