Php versions – PSR-0 autoloader issue
I have trouble instantiating class by path in my PSR-0 autoloaded project. Structure is as follows: | - src/ | - Models/ | - My_New_Model_Migration.php | - ... | SeederCommand.php | - vendor/ | - ... | composer.json And Composer…