Commit f4f0b10a authored by catch's avatar catch
Browse files

task: #3573464 Package Manager should warn, not error, about being enabled for early testing

By: juc1
By: phenaproxima
(cherry picked from commit b1792e42)
parent 9f66234e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public function checkSettings($requirements): array {
      $requirements['testing_package_manager'] = [
        'title' => 'Package Manager',
        'description' => $this->t("Package Manager is available for early testing. To install the module set the value of 'testing_package_manager' to TRUE in your settings.php file."),
        'severity' => RequirementSeverity::Error,
        'severity' => RequirementSeverity::Warning,
      ];
    }