wesleydv/drupal-upgrade-audit

A static analysis tool to test for Drupal 9 compatibility

1.0.2 2021-07-20 11:51 UTC

This package is auto-updated.

Last update: 2024-04-20 18:15:13 UTC


README

A static analysis tool to give you state of both contrib and custom modules

  • Custom modules are tested using drupal-check
  • Contrib modules are checked using the info.yml file and the release history on drupal.org

Is this not the same as the Upgrade Status module? No Upgrade Status has some extra features but it requires you to install on a site.

Sponsors

Dropsolid

Requirements

  • PHP >=7.4

Installation

You can also install this globally using Composer like so:

composer global require wesleydv/drupal-upgrade-audit

Usage

drupal-upgrade-audit [GIT_REPO]

Caveats

  • This code is quite opinionated and could also use some clean up.