Hi there

I hope I'm spelling it right, but package dependencies would be a nice feature to have

Basically, one package should be able to check if another one is installed before the package can be installed.
E.g. package Slider needs package jQuery. Package Slider would include this code into their installation XML:
<dependencies>
<package>jQuery</package>
The packages should be able to search for other ones per ID.
I think this feature is useful, to avoid multiple-code conflicts (e.g. two jQuery include codes).
This will also make API packs possible.
Can this be implemented into SMF?
