- There is a plugin X with open source code.
- I have cloned it and added my Class C. Lets call my version Xm (modified).
- My plugin Y depends on class C.
The question: How can I achieve that plugin Y is only installable when class C is available (i.e. plugin Xm is installed)?
I could make it by adding a version dependency, but we remember that there is original plugin X that can have even higher version then my Xm and doesn't have my class.