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

Breadcrumb

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

ArchiveCommand::FORMATS

File

vendor/composer/composer/src/Composer/Command/ArchiveCommand.php, line 48

Class

ArchiveCommand
Creates an archive of a package for distribution.

Namespace

Composer\Command

Code

private const FORMATS = [
    'tar',
    'tar.gz',
    'tar.bz2',
    'zip',
];

API Navigation

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