drupal-finder icon indicating copy to clipboard operation
drupal-finder copied to clipboard

Drastically simplify using Composer Runtime API (v2)

Open webflo opened this issue 1 year ago • 1 comments

Related to https://github.com/webflo/drupal-finder/pull/64


  • Make DrupalFinder class as deprecated
  • New class DrupalFinderComposerRuntime (please provide better names for this class)
  • Keeps tests for both classes

@weitzman Please review. This should work for drush. You could bump the required version to 1.3.0. Its not a new major version. Should work with mglaman/phpstan-drupal too.

Packagist has a list of dependent packages: https://packagist.org/packages/webflo/drupal-finder/dependents?order_by=downloads

webflo avatar Mar 15 '24 21:03 webflo

I'm fine with the new DrupalFinderComposerRuntime() class. I would have gone for the backward compat break in a 2.x release but this way is fine too.

weitzman avatar Mar 21 '24 04:03 weitzman