Changed the requires file to take 'before' and 'after' parameters to declare forward and backward dependencies. Declaring 'before' will FORCE the listed module to be installed along with this one. See the docs.
This commit is contained in:
0
balls/entities/requires
Normal file
0
balls/entities/requires
Normal file
@@ -1 +1,2 @@
|
||||
entities
|
||||
after entities
|
||||
before users
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
entities
|
||||
groups
|
||||
after entities
|
||||
|
||||
Reference in New Issue
Block a user