Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Composer.php

Composer::RUNTIME_API_VERSION

Version number of the internal composer-runtime-api package

This is used to version features available to projects at runtime like the platform-check file, the Composer\InstalledVersions class and possibly others in the future.

File

vendor/composer/composer/src/Composer/Composer.php, line 68

Class

Composer
@author Jordi Boggiano <j.boggiano@seld.be> @author Konstantin Kudryashiv <ever.zet@gmail.com> @author Nils Adermann <naderman@naderman.de>

Namespace

Composer

Code

public const RUNTIME_API_VERSION = '2.2.2';
RSS feed
Powered by Drupal