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.
- Host: GitHub
- URL: https://github.com/robinradic/composer-exclude-classmap-plugin
- Owner: RobinRadic
- License: other
- Created: 2022-04-23T21:57:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T22:28:53.000Z (about 4 years ago)
- Last Synced: 2025-01-16T07:57:53.492Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.