Skip to content
Snippets Groups Projects

Bump minimum version required of core to D9 + `webflo/drupal-finder` to 1.3 +...

Closed Florian Weber requested to merge composer_deploy-3429433-3429433-automated-drupal-11 into 8.x-1.x
5 files
+ 36
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -7,7 +7,7 @@
namespace Drupal\composer_deploy;
use DrupalFinder\DrupalFinder;
use DrupalFinder\DrupalFinderComposerRuntime;
use Webmozart\PathUtil\Path;
/**
@@ -29,7 +29,7 @@ class ComposerDeployHandler {
*/
protected $drupalFinder;
public function __construct(DrupalFinder $drupalFinder) {
public function __construct(DrupalFinderComposerRuntime $drupalFinder) {
$this->drupalFinder = $drupalFinder;
$packages = json_decode(file_get_contents($this->drupalFinder->getVendorDir() . '/composer/installed.json'), TRUE);
Loading