Issue #3232004: Move path computation into a Locator service
Merged
requested to merge issue/automatic_updates-3232004:3232004-move-path-computation into 8.x-2.x
All threads resolved!
Compare changes
Files
8@@ -5,7 +5,7 @@ namespace Drupal\automatic_updates\Validator;
@@ -5,7 +5,7 @@ namespace Drupal\automatic_updates\Validator;
@@ -20,23 +20,23 @@ final class StagedProjectsValidator implements EventSubscriberInterface {
@@ -20,23 +20,23 @@ final class StagedProjectsValidator implements EventSubscriberInterface {
@@ -87,8 +87,8 @@ final class StagedProjectsValidator implements EventSubscriberInterface {
@@ -87,8 +87,8 @@ final class StagedProjectsValidator implements EventSubscriberInterface {
$active_packages = $this->getDrupalPackagesFromLockFile($this->updater->getActiveDirectory() . "/composer.lock");
$staged_packages = $this->getDrupalPackagesFromLockFile($this->updater->getStageDirectory() . "/composer.lock");