You are here

info.txt in Hook Update Deploy Tools 7

name = "Site Deploy"
description = "The module that controls deployment of this website."
package = Deploy
core = 7.x
php = 5.3

dependencies[] = hook_update_deploy_tools
; Avoid placing other modules here to make them artificially dependent.
; It is a bad deployment practice.
; Enable them through hook_update_N in .install.

File

boilerplate/info.txt
View source
  1. name = "Site Deploy"
  2. description = "The module that controls deployment of this website."
  3. package = Deploy
  4. core = 7.x
  5. php = 5.3
  6. dependencies[] = hook_update_deploy_tools
  7. ; Avoid placing other modules here to make them artificially dependent.
  8. ; It is a bad deployment practice.
  9. ; Enable them through hook_update_N in .install.