setup-php
setup-php copied to clipboard
Feature: support detect-collisions tool
Describe the feature
could setup-php add support for the detect-collisions tool? https://github.com/shipmonk-rnd/name-collision-detector
the tool is from the same people which created https://github.com/shipmonk-rnd/composer-dependency-analyser - and thats already available in setup-php.
Please check the latest release
- [x] I have checked releases, and the feature is missing in the latest patch version of
v2.
Underlying issue
I think its a basic need in a lot of projects to make sure all class symbols are unique to get the best out of static analysis tooling.
this could be achieved with this tool
Describe alternatives
No response
Additional context
No response
Are you willing to submit a PR?
No