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

Breadcrumb

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

ConfigCommand::CONFIGURABLE_PACKAGE_PROPERTIES

List of additional configurable package-properties

File

vendor/composer/composer/src/Composer/Command/ConfigCommand.php, line 44

Class

ConfigCommand
@author Joshua Estes <Joshua.Estes@iostudio.com> @author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Command

Code

protected const CONFIGURABLE_PACKAGE_PROPERTIES = [
    'name',
    'type',
    'description',
    'homepage',
    'version',
    'minimum-stability',
    'prefer-stable',
    'keywords',
    'license',
    'repositories',
    'suggest',
    'extra',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal