Skip to content

Commit

Permalink
Update README.md and increase PHPStan level to 3. (#112)
Browse files Browse the repository at this point in the history
* Update README.md

* Increase phpstan level to 3
  • Loading branch information
richardbporter authored Sep 5, 2024
1 parent a106be9 commit cb9ca29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Drush commands to interact with multiple Drupal users.

## Requirements
- Drush ^12.2
- Drupal ^10.2
- Drush ^12.2 || ^13.0
- Drupal ^10.2 || ^11.0

## Installation
Since this is a [site-wide Drush command](https://www.drush.org/latest/commands/#site-wide-commands), it will only be found when installed in certain directories. It is recommended to update your Composer installers path for drupal-drush packages to:
Expand Down
4 changes: 3 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
level: 1
level: 3
scanDirectories:
- vendor/drush/drush/src-symfony-compatibility
ignoreErrors:
- '#\Drupal calls should be avoided in classes, use dependency injection instead#'

0 comments on commit cb9ca29

Please sign in to comment.