Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module compatibility checker

Question

How can I find out if all my contrib modules are compatible with the latest core version?

Answer

Use https://module-compatibility-checker.markfullmer.com to get a module compatibility report for any target version Drupal core by inputting your site's composer.json file.

Screenshot of the module compatibility checker

Rationale

Drupal core releases new major versions every two years. Developers tasked with maintaining a fleet of different sites need a way to audit each site's dependencies for upgrade compatibility. They need to be able to check the status periodically. And they need to be able to do this at scale.

Enter https://module-compatibility-checker.markfullmer.com

Under the hood

This simple auditing tool uses the Update Status endpoint, https://www.drupal.org/drupalorg/docs/apis/update-status-xml, to quickly get core version compatibility information for modules.

Development

composer install
php -S localhost:8000 -t public_html

Releases

Packages

Used by

Contributors

Languages