diff --git a/bin/pie b/bin/pie index dbf10420..85a04710 100755 --- a/bin/pie +++ b/bin/pie @@ -27,6 +27,8 @@ use Symfony\Component\EventDispatcher\EventDispatcher; /** @psalm-suppress UnresolvableInclude */ include $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php'; +error_reporting(error_reporting() & ~E_DEPRECATED); + $container = Container::factory(); $application = new Application('🥧 PHP Installer for Extensions (PIE)', PieVersion::get());