Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.45 KB

CONTENTS OF THIS FILE

  • Introduction
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

This module scans the code of installed contributed and custom projects on the site, and reports any deprecated code that must be replaced before the next major version. Available project updates are also suggested to keep your site up to date as projects will resolve deprecation errors over time.

INSTALLATION

You must use composer to install all the required third party dependencies, for example composer require "drupal/upgrade_status:^2.0", then normally install the module in Drupal.

While the module takes an effort to categorize projects properly, installing Composer Deploy (https://www.drupal.org/project/composer_deploy) or Git Deploy (https://www.drupal.org/project/git_deploy) as appropriate to your Drupal setup is suggested to identify custom vs. contributed projects more accurately and gather version information leading to useful available update information.

CONFIGURATION

There are no configuration options. Go to Administration » Reports » Upgrade status to use the module.

MAINTAINERS