zr / zr-audit-bundle
ZR Audit Bundle
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/coder: ^8.3
- drupal/core: ^10.3
- drupal/diff: ^1.8
- drupal/hacked: ^2.0@beta
- drupal/reroute_email: ^2.3@RC
- drupal/schema: ^2.0@alpha
- drupal/security_review: ^3.1
- drupal/site_audit: ^4.1
- drupal/unused_modules: ^1.5
- drupal/upgrade_status: ^4.3
Requires (Dev)
- phpmd/phpmd: @stable
This package is auto-updated.
Last update: 2025-05-16 12:05:32 UTC
README
To install the ZR Audit Bundle, follow the steps below:
-
Ensure the below has been added to the
composer.json
installer-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-audit-bundle
-
Run the following command (within the
/web
directory):ddev drush recipe recipes/custom/zr-audit-bundle
This command will execute the ZR Audit Bundle installation.
Required:
This bundle installs the following:
- site_audit
- reroute_email
- hacked
- diff
- unused_modules
- coder
- security_review
- schema
- upgrade_status
- phpmd