An open API service indexing awesome lists of open source software.

https://github.com/robinradic/composer-exclude-classmap-plugin

Merges 'autoload.exclude-classmap' from vendor packages into the root composer at runtime. Useful for overriding php classes of other packages.
https://github.com/robinradic/composer-exclude-classmap-plugin

Last synced: 2 months ago
JSON representation

Merges 'autoload.exclude-classmap' from vendor packages into the root composer at runtime. Useful for overriding php classes of other packages.

Awesome Lists containing this project

README

          

# composer-exclude-classmap-plugin

Merges 'autoload.exclude-classmap' from vendor packages into the root composer at runtime.

Useful for overriding php classes of other packages.

Compatible with wikimedia/composer-merge-plugin packages as well.

## MIT
This software may be modified and distributed under the terms of the MIT license. See the [LICENSE](LICENSE.md) file for details.