TYPO3-coreapi/ext-coreapi

Add classloading information to composer.json

Closed this issue · 1 comments

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",
    }
}

mind to create a pull request? I'll merge it then.