I have the following structure
application:
controllers:
- SomeController.php
- SomeOtherController.php
public:
- index.php
I am including certain packages using composer. I would like to find a way to autoload my controllers using composer. However, my controllers are not namespaced.