TYPO3-coreapi / ext-coreapi

http://forge.typo3.org/projects/show/extension-coreapi
61 stars 38 forks source link

Add classloading information to composer.json #105

Closed smichaelsen closed 9 years ago

smichaelsen commented 9 years ago

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 9 years ago

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