wesleydv / drupal-upgrade-audit
A static analysis tool to test for Drupal 9 compatibility
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.2|^8.0
- ext-simplexml: *
- czproject/git-php: ^4.0
- guzzlehttp/guzzle: ^7.0
- mglaman/drupal-check: ^1.1
- nette/finder: ^2.5
- symfony/console: ^4.4
- symfony/yaml: ^4.4
This package is auto-updated.
Last update: 2025-04-20 20:23:37 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
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.