Closed smichaelsen closed 9 years ago
As the core autoloader has been dropped in the current master coreapi should ship autoloading information with its composer.json.
composer.json
"autoload": { "psr-4": { "Etobi\\CoreAPI\\": "Classes", } }
mind to create a pull request? I'll merge it then.
As the core autoloader has been dropped in the current master coreapi should ship autoloading information with its
composer.json
.