We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c14fda commit 1d41cebCopy full SHA for 1d41ceb
utils/make-phar.php
@@ -323,6 +323,7 @@ function get_composer_versions( $current_version ) {
323
$phar->setStub( <<<EOB
324
#!/usr/bin/env php
325
<?php
326
+error_reporting( E_ALL ^ ( E_NOTICE | E_WARNING | E_DEPRECATED ) );
327
Phar::mapPhar();
328
include 'phar://ee.phar{$phar_boot}';
329
__HALT_COMPILER();
0 commit comments