Add classloading information to composer.json
Closed this issue · 1 comments
smichaelsen commented
As the core autoloader has been dropped in the current master coreapi should ship autoloading information with its composer.json
.
"autoload": {
"psr-4": {
"Etobi\\CoreAPI\\": "Classes",
}
}
etobi commented
mind to create a pull request? I'll merge it then.