mautic/mautic.org-website

Move the Drupal Devel module from 'required' to 'require-dev'.

開放

#15 建立於 2023年8月25日

 (0 則留言) (0 個反應) (0 位負責人)PHP (5 個分叉)auto 404
good first issue

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The Devel module is a module that provides developer specific debugging functionality. However it should not be run in a production environment, as it can open up exploitable avenues for hacking a site. It should only be enabled and used when doing debugging or development tasks.

The action items for this issue are:

  • Move devel from "require" to "require-dev"
  • Disable the devel module and export any configuration changes that result.

Note: The devel module can be enabled for local development, which is why it is included in "require-dev".

貢獻者指南