ChromaticHQ / usher

Custom Robo commands for use on PHP projects.
https://packagist.org/packages/chromatic/usher
11 stars 6 forks source link

Instantiation of deprecated class DrupalFinder\DrupalFinder failing CI checks #210

Closed markdorison closed 1 month ago

markdorison commented 3 months ago

Description

CI checks failing:

Instantiation of deprecated class DrupalFinder\DrupalFinder:
in drupal-finder:1.3.0 and is removed from drupal-finder:2.0.0.
  Use \DrupalFinder\DrupalFinderComposerRuntime instead.

Proposed Solution

Replace the usage of deprecated class as described.

Alternatives Considered

N/A