diff --git a/src/Composer/Package/Archiver/PharArchiver.php b/src/Composer/Package/Archiver/PharArchiver.php index 103f5bc23..42705e92f 100644 --- a/src/Composer/Package/Archiver/PharArchiver.php +++ b/src/Composer/Package/Archiver/PharArchiver.php @@ -22,7 +22,7 @@ use Composer\Package\PackageInterface; */ class PharArchiver implements ArchiverInterface { - static protected $formats = array( + protected static $formats = array( 'zip' => \Phar::ZIP, 'tar' => \Phar::TAR, );