Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,12 @@ Are you ready for Drupal 9? Check out our [Drupal 9 Readiness](https://github.co

## Installation

You can install this in your project using Composer as a development dependency like so:
You install this in your project using Composer as a development dependency like so:

```
composer require mglaman/drupal-check --dev
```

You can also install this globally using Composer like so:

```
composer global require mglaman/drupal-check
```

Refer to Composer's documentation on how to ensure global binaries are in your PATH: https://getcomposer.org/doc/00-intro.md#manual-installation.

## Usage

```
Expand Down
3 changes: 0 additions & 3 deletions src/Command/CheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'ignoreErrors' => [
'#Unsafe usage of new static\(\)#'
],
'drupal' => [
'drupal_root' => $this->drupalRoot,
]
]
];

Expand Down