A Composer plugin that prevents development packages from being added to production dependencies.
production-dependencies-guard is a Composer plugin that safeguards production environments by preventing development-only packages from being added to the require section. It helps avoid accidental deployment of debug toolbars and other dev tools, improving application security by ensuring only production-ready dependencies are used.
The tool operates on the principle that development dependencies have no security guarantees for production use and should be strictly separated to maintain environment integrity and security.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.