mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-04 15:37:45 +02:00
Change autoload from file- to classmap- based for efficiency
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": ["AltoRouter.php"]
|
"classmap": ["AltoRouter.php"]
|
||||||
},
|
},
|
||||||
"license" : "MIT"
|
"license" : "MIT"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user