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

Breadcrumb

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

PharArchiver::$compressFormats

@var array<string, int>

Type: compressFormats

File

vendor/composer/composer/src/Composer/Package/Archiver/PharArchiver.php, line 31

Class

PharArchiver
@author Till Klampaeckel <till@php.net> @author Nils Adermann <naderman@naderman.de> @author Matthieu Moquet <matthieu@moquet.net>

Namespace

Composer\Package\Archiver

Code

protected static $compressFormats = [
    'tar.gz' => \Phar::GZ,
    'tar.bz2' => \Phar::BZ2,
];
RSS feed
Powered by Drupal