Hi,
is it possible, to add a version or commit number in .dependencies file?
Something like:
git:
email:
url: https://github.com/getgrav/grav-plugin-email
path: user/plugins/email
branch: master
version: 5.5
or
git:
email:
url: https://github.com/getgrav/grav-plugin-email
path: user/plugins/email
branch: master#7abshs7238234
Is something like this possible? Is there somewhere a documentation for .dependencies file?
Thank you!