7 Mar
2008
7 Mar
'08
6:10 a.m.
On 3/6/08, Derek Wright <drupal@dwwright.net> wrote:
On Mar 6, 2008, at 11:38 AM, Oleg Terenchuk wrote:
what about modules that have dependency on other modules. how can we specify which parent module version my module supports?
In the body of your project node and in your release notes. Drupal has no support for version-specific dependencies, so you need to communicate these via the text channels of communication, not automagically.
-Derek (dww)
it was possible to do the same thing for drupal core support, and yet it was impleneted to be an automatic thing in the project module on d.o what stops from having modules be able to specify module dependency version based on what dependency they specify in the .info file ?