<?php

namespace Drupal;

/**
 * A class containing information determined during composer installation.
 *
 * This file is generated automatically by the
 * drupal/core-composer-scaffold Composer plugin, and should not be
 * edited.
 *
 * @see \Drupal\Composer\Plugin\Scaffold\Plugin::preAutoloadDump()
 */
class DrupalInstalled {

  /**
   * A hash of all the installed packages and their versions.
   */
  public const string VERSIONS_HASH = '761086382d8091b9';

}
